]> git.proxmox.com Git - mirror_edk2.git/blob - DuetPkg/CpuDxe/Cpu.inf
Fix build issue in linux environment.
[mirror_edk2.git] / DuetPkg / CpuDxe / Cpu.inf
1 #/*++
2 #
3 # Copyright (c) 2006, Intel Corporation
4 # All rights reserved. This program and the accompanying materials
5 # are licensed and made available under the terms and conditions of the BSD License
6 # which accompanies this distribution. The full text of the license may be found at
7 # http://opensource.org/licenses/bsd-license.php
8 #
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 # Module Name:
13 # Cpu.inf
14 #
15 # Abstract:
16 #
17 #--*/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = Cpu
22 FILE_GUID = 10527025-78B2-4d3e-A9DF-41E75C220F5A
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = InitializeCpu
29
30 [Packages]
31 DuetPkg/DuetPkg.dec
32 MdePkg/MdePkg.dec
33 IntelFrameworkPkg/IntelFrameworkPkg.dec
34
35 [LibraryClasses]
36 UefiDriverEntryPoint
37 PrintLib
38 UefiBootServicesTableLib
39
40 [Sources.IA32]
41 Ia32/CpuInterrupt.asm | INTEL
42
43 [Sources.X64]
44 X64/CpuInterrupt.asm | INTEL
45
46 [Sources.common]
47 Cpu.c
48 CpuDxe.h
49
50 [Protocols]
51 gEfiCpuArchProtocolGuid
52 gEfiLegacyBiosThunkProtocolGuid
53 gEfiLegacy8259ProtocolGuid
54
55 [Depex]
56 gEfiLegacy8259ProtocolGuid