Last change
on this file since 81344 was 80721, checked in by vboxsync, 5 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.2 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Instance of SecurityManagementLib Library for DXE phase.
|
---|
3 | #
|
---|
4 | # This library provides generic security measurement functions for DXE module.
|
---|
5 | #
|
---|
6 | # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
7 | #
|
---|
8 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 | #
|
---|
10 | #
|
---|
11 | ##
|
---|
12 |
|
---|
13 | [Defines]
|
---|
14 | INF_VERSION = 0x00010005
|
---|
15 | BASE_NAME = DxeSecurityManagementLib
|
---|
16 | MODULE_UNI_FILE = DxeSecurityManagementLib.uni
|
---|
17 | FILE_GUID = 7F61122C-19DF-47c3-BA0D-6C1149E30FA1
|
---|
18 | MODULE_TYPE = DXE_DRIVER
|
---|
19 | VERSION_STRING = 1.0
|
---|
20 | LIBRARY_CLASS = SecurityManagementLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
|
---|
21 |
|
---|
22 | #
|
---|
23 | # The following information is for reference only and not required by the build tools.
|
---|
24 | #
|
---|
25 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
26 | #
|
---|
27 |
|
---|
28 | [Sources]
|
---|
29 | DxeSecurityManagementLib.c
|
---|
30 |
|
---|
31 | [Packages]
|
---|
32 | MdePkg/MdePkg.dec
|
---|
33 | MdeModulePkg/MdeModulePkg.dec
|
---|
34 |
|
---|
35 | [LibraryClasses]
|
---|
36 | MemoryAllocationLib
|
---|
37 | DebugLib
|
---|
38 | DxeServicesLib
|
---|
39 | DevicePathLib
|
---|
40 | UefiBootServicesTableLib
|
---|
41 |
|
---|
42 | [Protocols]
|
---|
43 | gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES
|
---|
Note:
See
TracBrowser
for help on using the repository browser.