]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
cd5ebaa0 8# This program and the accompanying materials\r
cd98f305
LG
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\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
6bfbb5f0 16##\r
cd98f305
LG
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = DxeSecurityManagementLib\r
6036e94d 21 MODULE_UNI_FILE = DxeSecurityManagementLib.uni\r
cd98f305
LG
22 FILE_GUID = 7F61122C-19DF-47c3-BA0D-6C1149E30FA1\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
de005223 25 LIBRARY_CLASS = SecurityManagementLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
cd98f305
LG
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
de005223 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
cd98f305
LG
31#\r
32\r
33[Sources]\r
34 DxeSecurityManagementLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 MemoryAllocationLib\r
42 DebugLib\r
43 DxeServicesLib\r
2b75e8cd
LG
44 DevicePathLib\r
45 UefiBootServicesTableLib\r
46\r
47[Protocols]\r
48 gEfiLoadFileProtocolGuid ## SOMETIMES_CONSUMES\r