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