]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.inf
MdeModulePkg/DxeCapsuleLibFmp: Add missing NULL pointer check.
[mirror_edk2.git] / SecurityPkg / Library / DxeDeferImageLoadLib / DxeDeferImageLoadLib.inf
1 ## @file
2 # Provides security service of deferred image load
3 #
4 # The platform may need to defer the execution of an image because of security
5 # considerations. These deferred images will be recorded and then reported by
6 # installing an instance of the EFI_DEFERRED_IMAGE_LOAD_PROTOCOL.
7 #
8 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = DxeDeferImageLoadLib
16 MODULE_UNI_FILE = DxeDeferImageLoadLib.uni
17 FILE_GUID = 5E2FAE1F-41DA-4fbd-BC81-603CE5CD8497
18 MODULE_TYPE = DXE_DRIVER
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION
21 CONSTRUCTOR = DxeDeferImageLoadLibConstructor
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources]
30 DxeDeferImageLoadLib.c
31 DxeDeferImageLoadLib.h
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 SecurityPkg/SecurityPkg.dec
37
38 [LibraryClasses]
39 UefiRuntimeServicesTableLib
40 UefiBootServicesTableLib
41 SecurityManagementLib
42 MemoryAllocationLib
43 DevicePathLib
44 BaseMemoryLib
45 PrintLib
46 DebugLib
47 UefiLib
48 PcdLib
49
50 [Protocols]
51 gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES
52 gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES
53 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
54 gEfiDeferredImageLoadProtocolGuid ## SOMETIMES_PRODUCES
55 ## SOMETIMES_CONSUMES
56 ## NOTIFY
57 gEfiUserManagerProtocolGuid
58
59 [Guids]
60 gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"BootOrder"
61
62 [Pcd]
63 gEfiSecurityPkgTokenSpaceGuid.PcdDeferImageLoadPolicy ## SOMETIMES_CONSUMES