PlatformSecureLib.inf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. ## @file
  2. # Provides a secure platform-specific method to detect physically present user.
  3. #
  4. # Copyright (c) 2013 Intel Corporation.
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = PlatformSecureLib
  12. FILE_GUID = 38BB5221-F685-469f-846E-F1C508FC5F4A
  13. MODULE_TYPE = DXE_DRIVER
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = PlatformSecureLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_DRIVER
  16. CONSTRUCTOR = PlatformSecureLibInitialize
  17. #
  18. # The following information is for reference only and not required by the build tools.
  19. #
  20. # VALID_ARCHITECTURES = IA32
  21. #
  22. [Sources]
  23. PlatformSecureLib.c
  24. [Packages]
  25. MdePkg/MdePkg.dec
  26. QuarkSocPkg/QuarkSocPkg.dec
  27. QuarkPlatformPkg/QuarkPlatformPkg.dec
  28. [LibraryClasses]
  29. DebugLib
  30. PlatformHelperLib
  31. UefiBootServicesTableLib
  32. I2cLib
  33. [Pcd]
  34. gQuarkPlatformTokenSpaceGuid.PcdPlatformType
  35. gQuarkPlatformTokenSpaceGuid.PcdUserIsPhysicallyPresent