]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[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
b3548d32
LG
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
60c944c7
DG
6# installing an instance of the EFI_DEFERRED_IMAGE_LOAD_PROTOCOL.\r
7#\r
b3548d32 8# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
0c18794e 10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
60c944c7
DG
15 BASE_NAME = DxeDeferImageLoadLib\r
16 MODULE_UNI_FILE = DxeDeferImageLoadLib.uni\r
0c18794e 17 FILE_GUID = 5E2FAE1F-41DA-4fbd-BC81-603CE5CD8497\r
18 MODULE_TYPE = DXE_DRIVER\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION\r
21 CONSTRUCTOR = DxeDeferImageLoadLibConstructor\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC\r
27#\r
28\r
29[Sources]\r
30 DxeDeferImageLoadLib.c\r
31 DxeDeferImageLoadLib.h\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 SecurityPkg/SecurityPkg.dec\r
37\r
38[LibraryClasses]\r
39 UefiRuntimeServicesTableLib\r
40 UefiBootServicesTableLib\r
41 SecurityManagementLib\r
42 MemoryAllocationLib\r
43 DevicePathLib\r
44 BaseMemoryLib\r
45 PrintLib\r
b3548d32 46 DebugLib\r
0c18794e 47 UefiLib\r
b3548d32 48 PcdLib\r
0c18794e 49\r
50[Protocols]\r
60c944c7
DG
51 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES\r
52 gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES\r
53 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES\r
54 gEfiDeferredImageLoadProtocolGuid ## SOMETIMES_PRODUCES\r
55 ## SOMETIMES_CONSUMES\r
56 ## NOTIFY\r
0c18794e 57 gEfiUserManagerProtocolGuid\r
b3548d32 58\r
0c18794e 59[Guids]\r
60c944c7 60 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"BootOrder"\r
b3548d32 61\r
0c18794e 62[Pcd]\r
60c944c7 63 gEfiSecurityPkgTokenSpaceGuid.PcdDeferImageLoadPolicy ## SOMETIMES_CONSUMES\r