]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/Library/SecPeiServicesLib/SecPeiServicesLib.inf
4edc9c138f9f57a61413962db65d246128227ea6
[mirror_edk2.git] / EmulatorPkg / Library / SecPeiServicesLib / SecPeiServicesLib.inf
1 ## @file
2 # PEI Services Library implementation.
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = SecPeiServicesLib
14 FILE_GUID = E3E4A441-8465-0F41-8AF4-F67EBE984099
15 MODULE_TYPE = PEIM
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = PeiServicesLib|SEC PEIM PEI_CORE
18 PI_SPECIFICATION_VERSION = 0x0001000A
19
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
22 #
23
24 [Sources]
25 PeiServicesLib.c
26 FwVol.c
27
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 EmulatorPkg/EmulatorPkg.dec
32
33 [LibraryClasses]
34 DebugLib
35 BaseMemoryLib
36 PpiListLib
37
38 [Pcd]
39 gEmulatorPkgTokenSpaceGuid.PcdPeiServicesTablePage
40
41
42
43
44