HddPasswordPei.inf 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## @file
  2. # HddPassword PEI module which is used to unlock HDD password for S3.
  3. #
  4. # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
  5. #
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x00010005
  11. BASE_NAME = HddPasswordPei
  12. FILE_GUID = 91AD7375-8E8E-49D2-A343-68BC78273955
  13. MODULE_TYPE = PEIM
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = HddPasswordPeiInit
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64 IPF EBC
  20. #
  21. [Sources]
  22. HddPasswordPei.c
  23. HddPasswordPei.h
  24. HddPasswordCommon.h
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. MdeModulePkg/MdeModulePkg.dec
  28. [LibraryClasses]
  29. PeimEntryPoint
  30. PeiServicesLib
  31. DebugLib
  32. BaseLib
  33. BaseMemoryLib
  34. MemoryAllocationLib
  35. PciLib
  36. LockBoxLib
  37. [Ppis]
  38. gEdkiiPeiAtaPassThruPpiGuid ## NOTIFY
  39. [Depex]
  40. gEfiPeiMasterBootModePpiGuid