blob: 76bce8125afed88ebe206028247dd07b7326633e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<component>
name = "MeLibrary"
category = ModulePart
LocalRoot = "ReferenceCode\ME\Library\"
RefName = "MeLibrary"
[files]
"MeLibrary.sdl"
"MeKernel\include\CoreBiosMsg.h"
"MeKernel\include\MkhiMsgs.h"
"MeKernel\include\MeAccess.h"
"MeKernel\include\MeChipset.h"
"MeKernel\include\MeChipsetLib.h"
"MeKernel\include\MeState.h"
"AMT\Include\Amt.h"
"PttHeci\Include\PttHeciLib.h"
[parts]
"MeKernelLibrary"
"AmtLibrary"
"AtLibrary"
"PttLibrary"
"PttHeciDxeLib"
<endComponent>
|