blob: 70ec611724010ff05b9f59e5d87c2288cecee5d6 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001<!--
2 This is a top level config file that describes the path links to Devices and SKUs.
3
4 Note:
5 - Absolute file paths can be used if intended.
6 - If relative file paths are to be used then start with either "." or ".."
7-->
8
9<MFEKit_Descriptor>
10
11 <!-- File path to the overal device descriptor -->
12 <Device_DB_Descriptor_File_Path>
13 .\Devices\device_db_configs.xml
14 </Device_DB_Descriptor_File_Path>
15
16 <!-- File path to the overall SKU descriptor -->
17 <SKU_Set_Descriptor_File_Path>
18 .\Configs\sku_set_configs.xml
19 </SKU_Set_Descriptor_File_Path>
20
21 <!-- MFE Kit Log File Path -->
22 <Log_File_Path>
23 .\Logs\mfekit_log.txt
24 </Log_File_Path>
25
26 <!-- mfekit_feature_option.xml -->
27 <MFEKit_Feature_Option_File_Path>
28 .\mfekit_feature_option.xml
29 </MFEKit_Feature_Option_File_Path>
30
31</MFEKit_Descriptor>
32