DxeDeferImageLoadLib.inf 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = DxeDeferImageLoadLib
  15. MODULE_UNI_FILE = DxeDeferImageLoadLib.uni
  16. FILE_GUID = 5E2FAE1F-41DA-4fbd-BC81-603CE5CD8497
  17. MODULE_TYPE = DXE_DRIVER
  18. VERSION_STRING = 1.0
  19. LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION
  20. CONSTRUCTOR = DxeDeferImageLoadLibConstructor
  21. #
  22. # The following information is for reference only and not required by the build tools.
  23. #
  24. # VALID_ARCHITECTURES = IA32 X64 EBC
  25. #
  26. [Sources]
  27. DxeDeferImageLoadLib.c
  28. DxeDeferImageLoadLib.h
  29. [Packages]
  30. MdePkg/MdePkg.dec
  31. MdeModulePkg/MdeModulePkg.dec
  32. SecurityPkg/SecurityPkg.dec
  33. [LibraryClasses]
  34. UefiRuntimeServicesTableLib
  35. UefiBootServicesTableLib
  36. SecurityManagementLib
  37. MemoryAllocationLib
  38. DevicePathLib
  39. BaseMemoryLib
  40. PrintLib
  41. DebugLib
  42. UefiLib
  43. PcdLib
  44. [Protocols]
  45. gEfiFirmwareVolume2ProtocolGuid ## SOMETIMES_CONSUMES
  46. gEfiBlockIoProtocolGuid ## SOMETIMES_CONSUMES
  47. gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
  48. gEfiDeferredImageLoadProtocolGuid ## SOMETIMES_PRODUCES
  49. ## SOMETIMES_CONSUMES
  50. ## NOTIFY
  51. gEfiUserManagerProtocolGuid
  52. [Guids]
  53. gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"BootOrder"
  54. [Pcd]
  55. gEfiSecurityPkgTokenSpaceGuid.PcdDeferImageLoadPolicy ## SOMETIMES_CONSUMES