]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Sec/Sec.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Sec / Sec.inf
CommitLineData
65e3f333 1## @file\r
2# Entry Point of Emu Emulator\r
3#\r
4# Main executable file of Unix Emulator that loads PEI core after initialization finished.\r
5# Portions copyright (c) 2011, Apple Inc. All rights reserved.<BR>\r
e148512e 6# Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>\r
65e3f333 7#\r
e3ba31da 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
65e3f333 9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = EmuSec\r
16 FILE_GUID = BCAF98C9-22B0-3B4F-9CBD-C8A6B4DBCEE9\r
17 MODULE_TYPE = SEC\r
18 VERSION_STRING = 1.0\r
19\r
20\r
21[Sources]\r
22 Sec.c\r
23\r
24[Sources.X64]\r
e148512e 25 X64/SwitchRam.asm\r
65e3f333 26 X64/SwitchRam.S\r
27\r
112a857f 28[Sources.IA32]\r
aac0fea7 29 Ia32/TempRam.c\r
e148512e 30 Ia32/SwitchRam.asm\r
112a857f 31 Ia32/SwitchRam.S\r
32\r
65e3f333 33[Packages]\r
34 MdePkg/MdePkg.dec\r
bb89ec1a 35 EmulatorPkg/EmulatorPkg.dec\r
65e3f333 36\r
37[LibraryClasses]\r
38 DebugLib\r
39 PeCoffGetEntryPointLib\r
40 PeiServicesLib\r
41 PpiListLib\r
42 BaseMemoryLib\r
43\r
44[Ppis]\r
45 gEfiTemporaryRamSupportPpiGuid\r
d18d8a1d 46\r
946bfba2 47[Pcd]\r
bb89ec1a 48 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage\r