blob: 6e1b63dfb74784da83a7e8d9df53f1145f57ad97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<component>
name = "CPU Core"
category = ModulePart
LocalRoot = "Core\CPU"
RefName = "CPU Core"
[files]
"CPU.h"
"CpuCspLib.c"
"CPUCspLib.h"
"CpuDxe.c"
"CpuDxe.dxs"
"CpuDxe.h"
"CpuPei.c"
"CpuPei.dxs"
"CpuPei.h"
"CpuPeiFuncs.c"
"CpuDxeFuncs.c"
"CpuPeiBeforeMem.c"
"CpuSmbios.c"
"MBIOSMAC.MAC"
"ResetVector.asm"
"Startup32.asm"
[parts]
"CPU Hobs"
"CpuPPIs"
"CpuProtocols"
"MicrocodeUpdate"
"CpuTools"
"MiscX64Lib"
<endComponent>
|