]> git.proxmox.com Git - mirror_edk2.git/blob - InOsEmuPkg/Sec/Sec.inf
InOsEmuPkg: Unix emulator now compiles for IA-32.
[mirror_edk2.git] / InOsEmuPkg / Sec / Sec.inf
1 ## @file
2 # Entry Point of Emu Emulator
3 #
4 # Main executable file of Unix Emulator that loads PEI core after initialization finished.
5 # Portions copyright (c) 2011, Apple Inc. 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 = EmuSec
20 FILE_GUID = BCAF98C9-22B0-3B4F-9CBD-C8A6B4DBCEE9
21 MODULE_TYPE = SEC
22 VERSION_STRING = 1.0
23
24
25 [Sources]
26 Sec.c
27
28 [Sources.X64]
29 X64/SwitchRam.S
30
31 [Sources.IA32]
32 Ia32/SwitchRam.S
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 InOsEmuPkg/InOsEmuPkg.dec
37
38 [LibraryClasses]
39 DebugLib
40 PeCoffGetEntryPointLib
41 PeiServicesLib
42 PpiListLib
43 BaseMemoryLib
44
45 [Ppis]
46 gEfiTemporaryRamSupportPpiGuid
47
48 [Pcd]
49 gInOsEmuPkgTokenSpaceGuid.PcdPeiServicesTablePage