RedfishPlatformCredentialLib.inf 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ## @file
  2. # NT32 instance of RedfishPlatformCredentialLib
  3. #
  4. # (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x0001000b
  11. BASE_NAME = RedfishPlatformCredentialLib
  12. FILE_GUID = 00CF32A8-495C-3ED8-7C68-E9BB86810EE0
  13. MODULE_TYPE = DXE_DRIVER
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = RedfishPlatformCredentialLib
  16. #
  17. # VALID_ARCHITECTURES = IA32 X64
  18. #
  19. [Sources]
  20. RedfishPlatformCredentialLib.c
  21. [Packages]
  22. EmulatorPkg/EmulatorPkg.dec
  23. MdePkg/MdePkg.dec
  24. MdeModulePkg/MdeModulePkg.dec
  25. RedfishPkg/RedfishPkg.dec
  26. [LibraryClasses]
  27. BaseLib
  28. DebugLib
  29. PcdLib
  30. UefiBootServicesTableLib
  31. UefiLib
  32. [Pcd]
  33. gEmulatorPkgTokenSpaceGuid.PcdRedfishServieStopIfSecureBootDisabled ## CONSUMES
  34. gEmulatorPkgTokenSpaceGuid.PcdRedfishServieStopIfExitbootService ## CONSUMES
  35. gEmulatorPkgTokenSpaceGuid.PcdRedfishServieUserId ## CONSUMES
  36. gEmulatorPkgTokenSpaceGuid.PcdRedfishServiePassword ## CONSUMES
  37. [Guids]
  38. gEfiGlobalVariableGuid
  39. [Depex]
  40. gEfiVariableArchProtocolGuid