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