]> git.proxmox.com Git - mirror_edk2.git/blob - InOsEmuPkg/Sec/Sec.inf
Added generic EFIABI SEC to InOsEmuPkg. Add library to abstract FV cracking and remov...
[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 [Packages]
32 MdePkg/MdePkg.dec
33 InOsEmuPkg/InOsEmuPkg.dec
34
35 [LibraryClasses]
36 DebugLib
37 PeCoffGetEntryPointLib
38 PeiServicesLib
39 PpiListLib
40 BaseMemoryLib
41
42 [Ppis]
43 gEfiTemporaryRamSupportPpiGuid
44