CbPlatformSupportLibNull.inf 849 B

1234567891011121314151617181920212223242526272829
  1. ## @file
  2. # Include all platform specific features which can be customized by IBV/OEM.
  3. #
  4. # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. ##
  8. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = CbPlatformSupportLib
  11. MODULE_UNI_FILE = CbPlatformSupportLibNull.uni
  12. FILE_GUID = B42AA265-00CA-4d4b-AC14-DBD5268E1BC7
  13. MODULE_TYPE = BASE
  14. VERSION_STRING = 1.0
  15. LIBRARY_CLASS = CbPlatformSupportLib
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64 EBC
  20. #
  21. [Sources]
  22. CbPlatformSupportLibNull.c
  23. [Packages]
  24. MdePkg/MdePkg.dec
  25. CorebootModulePkg/CorebootModulePkg.dec