]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeSecurityManagementLib / DxeSecurityManagementLib.inf
CommitLineData
6bfbb5f0 1## @file\r
cd98f305
LG
2# Instance of SecurityManagementLib Library for DXE phase.\r
3#\r
4# This library provides generic security measurement functions for DXE module.\r
5#\r
d1102dba 6# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
cd98f305 7#\r
9d510e61 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
cd98f305
LG
9#\r
10#\r
6bfbb5f0 11##\r
cd98f305
LG
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = DxeSecurityManagementLib\r
6036e94d 16 MODULE_UNI_FILE = DxeSecurityManagementLib.uni\r
cd98f305
LG
17 FILE_GUID = 7F61122C-19DF-47c3-BA0D-6C1149E30FA1\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
de005223 20 LIBRARY_CLASS = SecurityManagementLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
cd98f305
LG
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
de005223 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
cd98f305
LG
26#\r
27\r
28[Sources]\r
29 DxeSecurityManagementLib.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34\r
35[LibraryClasses]\r
36 MemoryAllocationLib\r
37 DebugLib\r
38 DxeServicesLib\r
2b75e8cd
LG
39 DevicePathLib\r
40 UefiBootServicesTableLib\r
41\r
42[Protocols]\r
43 gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES\r