BootScriptSaveDxe.inf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #
  2. #
  3. ## @file
  4. # Component description file for ScriptSave Lite module.
  5. #
  6. # This is an implementation of the Boot Script Save protocol.
  7. # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
  8. #
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. #
  12. #
  13. #
  14. ##
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = BootScriptSaveDxe
  18. FILE_GUID = 42BB673D-09F3-4e2e-9FEE-D081131DED5B
  19. MODULE_TYPE = DXE_DRIVER
  20. VERSION_STRING = 1.0
  21. ENTRY_POINT = InitializeScriptSave
  22. #
  23. # The following information is for reference only and not required by the build tools.
  24. #
  25. # VALID_ARCHITECTURES = IA32 X64 EBC
  26. #
  27. [Sources]
  28. ScriptSave.c
  29. InternalBootScriptSave.h
  30. [Packages]
  31. MdePkg/MdePkg.dec
  32. IntelFrameworkPkg/IntelFrameworkPkg.dec
  33. MdeModulePkg/MdeModulePkg.dec
  34. [LibraryClasses]
  35. PcdLib
  36. UefiRuntimeServicesTableLib
  37. UefiBootServicesTableLib
  38. MemoryAllocationLib
  39. UefiDriverEntryPoint
  40. BaseMemoryLib
  41. DebugLib
  42. BaseLib
  43. S3BootScriptLib
  44. [Protocols]
  45. gEfiBootScriptSaveProtocolGuid # PROTOCOL ALWAYS_PRODUCED
  46. [Depex]
  47. TRUE