| <!-- |
| This is a top level config file that describes the path links to Devices and SKUs. |
| |
| Note: |
| - Absolute file paths can be used if intended. |
| - If relative file paths are to be used then start with either "." or ".." |
| --> |
| |
| <MFEKit_Descriptor> |
| |
| <!-- File path to the overal device descriptor --> |
| <Device_DB_Descriptor_File_Path> |
| .\Devices\device_db_configs.xml |
| </Device_DB_Descriptor_File_Path> |
| |
| <!-- File path to the overall SKU descriptor --> |
| <SKU_Set_Descriptor_File_Path> |
| .\Configs\sku_set_configs.xml |
| </SKU_Set_Descriptor_File_Path> |
| |
| <!-- MFE Kit Log File Path --> |
| <Log_File_Path> |
| .\Logs\mfekit_log.txt |
| </Log_File_Path> |
| |
| <!-- mfekit_feature_option.xml --> |
| <MFEKit_Feature_Option_File_Path> |
| .\mfekit_feature_option.xml |
| </MFEKit_Feature_Option_File_Path> |
| |
| </MFEKit_Descriptor> |
| |