EfiRegTableLib.inf 855 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. #
  3. #/*++
  4. #
  5. # Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. # Module Name:
  10. #
  11. # EfiRegTableLib.inf
  12. #
  13. # Abstract:
  14. #
  15. # Component description file.
  16. #
  17. #--*/
  18. [Defines]
  19. INF_VERSION = 0x00010005
  20. BASE_NAME = EfiRegTableLib
  21. FILE_GUID = 98546145-64F1-4d2e-814F-6BF963DB7930
  22. MODULE_TYPE = BASE
  23. VERSION_STRING = 1.0
  24. LIBRARY_CLASS = EfiRegTableLib
  25. #
  26. # The following information is for reference only and not required by the build tools.
  27. #
  28. # VALID_ARCHITECTURES = IA32 X64 EBC
  29. #
  30. [Sources]
  31. EfiRegTableLib.c
  32. [Packages]
  33. MdePkg/MdePkg.dec
  34. MdeModulePkg/MdeModulePkg.dec
  35. Vlv2TbltDevicePkg/PlatformPkg.dec