]> git.proxmox.com Git - mirror_edk2.git/blame - SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf
SecurityPkg/OpalPasswordDxe: Make comments align with the function
[mirror_edk2.git] / SignedCapsulePkg / Library / EdkiiSystemCapsuleLib / EdkiiSystemCapsuleLib.inf
CommitLineData
e29caef2
JY
1## @file\r
2# EDKII System Capsule library.\r
3#\r
4# EDKII System Capsule library instance for DXE/PEI post memory phase.\r
5#\r
6# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\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#\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[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = EdkiiSystemCapsuleLib\r
20 MODULE_UNI_FILE = EdkiiSystemCapsuleLib.uni\r
21 FILE_GUID = 109D5FC6-56E6-481A-88EF-0CB828FBE0F6\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = EdkiiSystemCapsuleLib\r
25 CONSTRUCTOR = EdkiiSystemCapsuleLibConstructor\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 EdkiiSystemCapsuleLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 SecurityPkg/SecurityPkg.dec\r
40 SignedCapsulePkg/SignedCapsulePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 MemoryAllocationLib\r
47 FmpAuthenticationLib\r
48\r
49[Pcd]\r
50 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor\r
51 gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid\r
52 gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer\r
53 gEfiSecurityPkgTokenSpaceGuid.PcdPkcs7CertBuffer\r
54\r
55[Guids]\r
56 gEdkiiSystemFirmwareImageDescriptorFileGuid\r
57 gEdkiiSystemFmpCapsuleConfigFileGuid\r
58 gEdkiiSystemFmpCapsuleDriverFvFileGuid\r
59 gEfiCertPkcs7Guid\r
60 gEfiCertTypeRsa2048Sha256Guid\r
61\r