diff options
Diffstat (limited to 'Core/CPU/CPUCore.cif')
-rw-r--r-- | Core/CPU/CPUCore.cif | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Core/CPU/CPUCore.cif b/Core/CPU/CPUCore.cif new file mode 100644 index 0000000..6e1b63d --- /dev/null +++ b/Core/CPU/CPUCore.cif @@ -0,0 +1,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> |