DxeImageAuthenticationStatusLib.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ## @file
  2. # Provides security service of image authentication status check
  3. #
  4. # Authentication Status Library module supports UEFI2.3.1
  5. #
  6. # Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. ##
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = DxeImageAuthenticationStatusLib
  13. MODULE_UNI_FILE = DxeImageAuthenticationStatusLib.uni
  14. FILE_GUID = EB92D1DE-7C36-4680-BB88-A67E96049F72
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. LIBRARY_CLASS = NULL|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
  18. CONSTRUCTOR = DxeImageAuthenticationStatusLibConstructor
  19. #
  20. # The following information is for reference only and not required by the build tools.
  21. #
  22. # VALID_ARCHITECTURES = IA32 X64 EBC
  23. #
  24. [Sources]
  25. DxeImageAuthenticationStatusLib.c
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. [LibraryClasses]
  30. SecurityManagementLib