]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/PeiEmuPeCoffExtraActionLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmulatorPkg / Library / PeiEmuPeCoffExtraActionLib / PeiEmuPeCoffExtraActionLib.inf
CommitLineData
79e4f2a5
RN
1## @file\r
2# PeCoff extra action libary for Pei phase that run Emu emulator.\r
3#\r
4# Lib to provide memory journal status code reporting Routines\r
5# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
6# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
e3ba31da 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
79e4f2a5
RN
8\r
9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = PeiEmuPeCoffExtraActionLib\r
16 FILE_GUID = 79C4E72A-730B-F040-8129-95877B3A97A8\r
17 MODULE_TYPE = PEIM\r
18 VERSION_STRING = 1.0\r
19 LIBRARY_CLASS = PeCoffExtraActionLib|PEI_CORE PEIM\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32\r
25#\r
26\r
27[Sources]\r
28 PeiEmuPeCoffExtraActionLib.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 EmulatorPkg/EmulatorPkg.dec\r
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 PeiServicesLib\r
37 DebugLib\r
38\r
39[Ppis]\r
40 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r
41\r
42[Pcd]\r
43 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage\r