]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuDxe/CpuDxe.inf
MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEvent
[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
01a1c0fc
HT
5# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
27 UefiCpuPkg/UefiCpuPkg.dec\r
28\r
29[LibraryClasses]\r
30 BaseLib\r
31 BaseMemoryLib\r
32 CpuLib\r
33 DebugLib\r
34 DxeServicesTableLib\r
35 MemoryAllocationLib\r
36 MtrrLib\r
37 UefiBootServicesTableLib\r
38 UefiDriverEntryPoint\r
39\r
40[Sources]\r
41 CpuDxe.c\r
42 CpuDxe.h\r
43 CpuGdt.c\r
44\r
45 Ia32/IvtAsm.asm | MSFT\r
46 Ia32/IvtAsm.asm | INTEL\r
47 Ia32/IvtAsm.S | GCC\r
48\r
49[Sources.IA32]\r
50 Ia32/CpuAsm.asm | MSFT\r
51 Ia32/CpuAsm.asm | INTEL\r
52 Ia32/CpuAsm.S | GCC\r
53\r
54[Sources.X64]\r
55 X64/CpuAsm.asm | MSFT\r
56 X64/CpuAsm.asm | INTEL\r
57 X64/CpuAsm.S | GCC\r
58\r
59[Protocols]\r
60 gEfiCpuArchProtocolGuid\r
61\r
62[Depex]\r
63 TRUE\r
64\r