RpmcLibNull.inf 796 B

123456789101112131415161718192021222324252627282930313233
  1. ## @file
  2. # Provides Null version of RpmcLib for build purpose.
  3. #
  4. # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010029
  10. BASE_NAME = RpmcLibNull
  11. FILE_GUID = FAE0BA22-92E2-4334-8F0F-96AFF9BAE360
  12. MODULE_TYPE = BASE
  13. VERSION_STRING = 1.0
  14. LIBRARY_CLASS = RpmcLib
  15. #
  16. # The following information is for reference only and not required by the build tools.
  17. #
  18. # VALID_ARCHITECTURES = IA32 X64 Arm AArch64
  19. #
  20. [Sources]
  21. RpmcLibNull.c
  22. [Packages]
  23. MdePkg/MdePkg.dec
  24. SecurityPkg/SecurityPkg.dec
  25. [LibraryClasses]
  26. BaseLib
  27. DebugLib