]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Sec/Sec.inf
484e7a0a93f92a399db557092c81b4b0d970309f
[mirror_edk2.git] / EmulatorPkg / 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/TempRam.c
33 Ia32/SwitchRam.S
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 EmulatorPkg/EmulatorPkg.dec
38
39 [LibraryClasses]
40 DebugLib
41 PeCoffGetEntryPointLib
42 PeiServicesLib
43 PpiListLib
44 BaseMemoryLib
45
46 [Ppis]
47 gEfiTemporaryRamSupportPpiGuid
48
49 [Pcd]
50 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage