Last change
on this file was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # FMP Authentication PKCS7 handler.
|
---|
3 | #
|
---|
4 | # Instance of FmpAuthentication Library for DXE/PEI post memory phase.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = FmpAuthenticationLibPkcs7
|
---|
14 | MODULE_UNI_FILE = FmpAuthenticationLibPkcs7.uni
|
---|
15 | FILE_GUID = F4EA205B-7345-452C-9D62-53BA6F3B8910
|
---|
16 | MODULE_TYPE = BASE
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = FmpAuthenticationLib
|
---|
19 |
|
---|
20 | #
|
---|
21 | # The following information is for reference only and not required by the build tools.
|
---|
22 | #
|
---|
23 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
24 | #
|
---|
25 |
|
---|
26 | [Sources]
|
---|
27 | FmpAuthenticationLibPkcs7.c
|
---|
28 |
|
---|
29 | [Packages]
|
---|
30 | MdePkg/MdePkg.dec
|
---|
31 | MdeModulePkg/MdeModulePkg.dec
|
---|
32 | SecurityPkg/SecurityPkg.dec
|
---|
33 | CryptoPkg/CryptoPkg.dec
|
---|
34 |
|
---|
35 | [LibraryClasses]
|
---|
36 | BaseLib
|
---|
37 | BaseMemoryLib
|
---|
38 | DebugLib
|
---|
39 | MemoryAllocationLib
|
---|
40 | BaseCryptLib
|
---|
41 |
|
---|
42 | [Guids]
|
---|
43 | gEfiCertPkcs7Guid ## CONSUMES ## GUID
|
---|
Note:
See
TracBrowser
for help on using the repository browser.