]> git.proxmox.com Git - mirror_edk2.git/blob - InOsEmuPkg/CpuRuntimeDxe/Cpu.inf
Add InOsEmuPkg. Like UnixPkg and Nt32Pkg, but EFI code can be common and does not...
[mirror_edk2.git] / InOsEmuPkg / CpuRuntimeDxe / Cpu.inf
1 ## @file
2 # Component description file for Cpu module.
3 #
4 # This CPU module abstracts the interrupt subsystem of a platform and the CPU-specific setjump-long pair.
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
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
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = Cpu
20 FILE_GUID = f3794b60-8985-11db-8e53-0040d02b1835
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = InitializeCpu
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 CpuIo.c
34 Cpu.c
35 CpuDriver.h
36 Strings.uni
37
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 IntelFrameworkPkg/IntelFrameworkPkg.dec
43 InOsEmuPkg/InOsEmuPkg.dec
44
45
46 [LibraryClasses]
47 UefiBootServicesTableLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 UefiDriverEntryPoint
51 UefiLib
52 HiiLib
53 DebugLib
54 BaseLib
55 EmuThunkLib
56
57 [Protocols]
58 gEmuIoThunkProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED
59 gEfiSmbiosProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
60 gEfiHiiProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
61 gEfiCpuIo2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
62 gEfiCpuArchProtocolGuid # PROTOCOL ALWAYS_PRODUCED
63
64 [Depex]
65 gEfiSmbiosProtocolGuid