]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Sec/Sec.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[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
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = EmuSec\r
21 FILE_GUID = BCAF98C9-22B0-3B4F-9CBD-C8A6B4DBCEE9\r
22 MODULE_TYPE = SEC\r
23 VERSION_STRING = 1.0\r
24\r
25\r
26[Sources]\r
27 Sec.c\r
28\r
29[Sources.X64]\r
e148512e 30 X64/SwitchRam.asm\r
65e3f333 31 X64/SwitchRam.S\r
32\r
112a857f 33[Sources.IA32]\r
aac0fea7 34 Ia32/TempRam.c\r
e148512e 35 Ia32/SwitchRam.asm\r
112a857f 36 Ia32/SwitchRam.S\r
37\r
65e3f333 38[Packages]\r
39 MdePkg/MdePkg.dec\r
bb89ec1a 40 EmulatorPkg/EmulatorPkg.dec\r
65e3f333 41\r
42[LibraryClasses]\r
43 DebugLib\r
44 PeCoffGetEntryPointLib\r
45 PeiServicesLib\r
46 PpiListLib\r
47 BaseMemoryLib\r
48\r
49[Ppis]\r
50 gEfiTemporaryRamSupportPpiGuid\r
d18d8a1d 51\r
946bfba2 52[Pcd]\r
bb89ec1a 53 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage\r