]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuDxe/CpuDxe.inf
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / UefiCpuPkg / CpuDxe / CpuDxe.inf
CommitLineData
7b202cb0 1## @file\r
a47463f2 2#\r
3# Component description file for simple CPU driver\r
4#\r
d4605c23 5# Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>\r
01a1c0fc 6# This program and the accompanying materials\r
a47463f2 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
7b202cb0 14##\r
a47463f2 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = CpuDxe\r
712389b8 19 FILE_GUID = 1A1E4886-9517-440e-9FDE-3BE44CEE2136\r
a47463f2 20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
a47463f2 22\r
23 ENTRY_POINT = InitializeCpu\r
24\r
25[Packages]\r
a47463f2 26 MdePkg/MdePkg.dec\r
32394027 27 MdeModulePkg/MdeModulePkg.dec\r
a47463f2 28 UefiCpuPkg/UefiCpuPkg.dec\r
29\r
30[LibraryClasses]\r
31 BaseLib\r
32 BaseMemoryLib\r
33 CpuLib\r
34 DebugLib\r
35 DxeServicesTableLib\r
36 MemoryAllocationLib\r
37 MtrrLib\r
38 UefiBootServicesTableLib\r
39 UefiDriverEntryPoint\r
d4605c23 40 LocalApicLib\r
661cab5d 41 UefiCpuLib\r
a47463f2 42\r
43[Sources]\r
44 CpuDxe.c\r
45 CpuDxe.h\r
46 CpuGdt.c\r
47\r
48 Ia32/IvtAsm.asm | MSFT\r
49 Ia32/IvtAsm.asm | INTEL\r
50 Ia32/IvtAsm.S | GCC\r
51\r
52[Sources.IA32]\r
53 Ia32/CpuAsm.asm | MSFT\r
54 Ia32/CpuAsm.asm | INTEL\r
55 Ia32/CpuAsm.S | GCC\r
56\r
57[Sources.X64]\r
58 X64/CpuAsm.asm | MSFT\r
59 X64/CpuAsm.asm | INTEL\r
60 X64/CpuAsm.S | GCC\r
61\r
62[Protocols]\r
63 gEfiCpuArchProtocolGuid\r
64\r
32394027 65[Guids]\r
66 gIdleLoopEventGuid ## CONSUMES ## GUID\r
67\r
a47463f2 68[Depex]\r
69 TRUE\r
70\r