]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Sec/Sec.inf
OvmfPkg/Csm/LegacyBiosDxe: Update to make it build for OVMF
[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 # Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = EmuSec
16 FILE_GUID = BCAF98C9-22B0-3B4F-9CBD-C8A6B4DBCEE9
17 MODULE_TYPE = SEC
18 VERSION_STRING = 1.0
19
20
21 [Sources]
22 Sec.c
23
24 [Sources.X64]
25 X64/SwitchRam.asm
26 X64/SwitchRam.S
27
28 [Sources.IA32]
29 Ia32/TempRam.c
30 Ia32/SwitchRam.asm
31 Ia32/SwitchRam.S
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 EmulatorPkg/EmulatorPkg.dec
36
37 [LibraryClasses]
38 DebugLib
39 PeCoffGetEntryPointLib
40 PeiServicesLib
41 PpiListLib
42 BaseMemoryLib
43
44 [Ppis]
45 gEfiTemporaryRamSupportPpiGuid
46
47 [Pcd]
48 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage