]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/CpuDxe/CpuDxe.inf
1. Correct File header to ## @file
[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
7b202cb0 5# Copyright (c) 2008 - 2010, Intel Corporation. <BR>\r
a47463f2 6# All rights reserved. This program and the accompanying materials\r
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
19 FILE_GUID = 62D171CB-78CD-4480-8678-C6A2A797A8DE\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x0002000A\r
24\r
25 ENTRY_POINT = InitializeCpu\r
26\r
27[Packages]\r
a47463f2 28 MdePkg/MdePkg.dec\r
29 UefiCpuPkg/UefiCpuPkg.dec\r
30\r
31[LibraryClasses]\r
32 BaseLib\r
33 BaseMemoryLib\r
34 CpuLib\r
35 DebugLib\r
36 DxeServicesTableLib\r
37 MemoryAllocationLib\r
38 MtrrLib\r
39 UefiBootServicesTableLib\r
40 UefiDriverEntryPoint\r
41\r
42[Sources]\r
43 CpuDxe.c\r
44 CpuDxe.h\r
45 CpuGdt.c\r
46\r
47 Ia32/IvtAsm.asm | MSFT\r
48 Ia32/IvtAsm.asm | INTEL\r
49 Ia32/IvtAsm.S | GCC\r
50\r
51[Sources.IA32]\r
52 Ia32/CpuAsm.asm | MSFT\r
53 Ia32/CpuAsm.asm | INTEL\r
54 Ia32/CpuAsm.S | GCC\r
55\r
56[Sources.X64]\r
57 X64/CpuAsm.asm | MSFT\r
58 X64/CpuAsm.asm | INTEL\r
59 X64/CpuAsm.S | GCC\r
60\r
61[Protocols]\r
62 gEfiCpuArchProtocolGuid\r
63\r
64[Depex]\r
65 TRUE\r
66\r