]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
SecurityPkg Tpm2DeviceLibDTpm: Update enum type name to match the one in lib
[mirror_edk2.git] / SecurityPkg / Library / DxeDeferImageLoadLib / DxeDeferImageLoadLib.inf
CommitLineData
0c18794e 1## @file\r
60c944c7 2# Provides security service of deferred image load\r
0c18794e 3#\r
60c944c7
DG
4# The platform may need to defer the execution of an image because of security \r
5# considerations. These deferred images will be recorded and then reported by \r
6# installing an instance of the EFI_DEFERRED_IMAGE_LOAD_PROTOCOL.\r
7#\r
8# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
0c18794e 9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
60c944c7
DG
20 BASE_NAME = DxeDeferImageLoadLib\r
21 MODULE_UNI_FILE = DxeDeferImageLoadLib.uni\r
0c18794e 22 FILE_GUID = 5E2FAE1F-41DA-4fbd-BC81-603CE5CD8497\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION\r
26 CONSTRUCTOR = DxeDeferImageLoadLibConstructor\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 EBC\r
32#\r
33\r
34[Sources]\r
35 DxeDeferImageLoadLib.c\r
36 DxeDeferImageLoadLib.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiRuntimeServicesTableLib\r
45 UefiBootServicesTableLib\r
46 SecurityManagementLib\r
47 MemoryAllocationLib\r
48 DevicePathLib\r
49 BaseMemoryLib\r
50 PrintLib\r
51 DebugLib \r
52 UefiLib\r
53 PcdLib \r
54\r
55[Protocols]\r
60c944c7
DG
56 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES\r
57 gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES\r
58 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
59 gEfiDeferredImageLoadProtocolGuid ## SOMETIMES_PRODUCES\r
60 ## SOMETIMES_CONSUMES\r
61 ## NOTIFY\r
0c18794e 62 gEfiUserManagerProtocolGuid\r
60c944c7 63 \r
0c18794e 64[Guids]\r
60c944c7 65 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"BootOrder"\r
0c18794e 66 \r
67[Pcd]\r
60c944c7 68 gEfiSecurityPkgTokenSpaceGuid.PcdDeferImageLoadPolicy ## SOMETIMES_CONSUMES\r