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