PlatformPKProtectionLibVarPolicy.inf 1004 B

123456789101112131415161718192021222324252627282930313233343536
  1. ## @file
  2. # Provides an abstracted interface for configuring PK related variable protection.
  3. #
  4. # Copyright (c) Microsoft Corporation.
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = PlatformPKProtectionLibVarPolicy
  11. FILE_GUID = AE0C5992-526C-4518-93BA-3C2611B801E0
  12. MODULE_TYPE = DXE_DRIVER
  13. VERSION_STRING = 1.0
  14. LIBRARY_CLASS = PlatformPKProtectionLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64 AARCH64
  19. #
  20. [Sources]
  21. PlatformPKProtectionLibVarPolicy.c
  22. [Packages]
  23. MdePkg/MdePkg.dec
  24. MdeModulePkg/MdeModulePkg.dec
  25. SecurityPkg/SecurityPkg.dec
  26. [LibraryClasses]
  27. DebugLib
  28. UefiBootServicesTableLib
  29. [Protocols]
  30. gEdkiiVariablePolicyProtocolGuid