NorFlashPlatformNullLib.inf 663 B

123456789101112131415161718192021222324
  1. #/** @file
  2. #
  3. # Component description file for NorFlashPlatformNullLib module
  4. #
  5. # Copyright (c) 2017, Linaro Ltd. All rights reserved.<BR>
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. #
  9. #**/
  10. [Defines]
  11. INF_VERSION = 0x00010005
  12. BASE_NAME = NorFlashPlatformNullLib
  13. FILE_GUID = 29b733ad-d066-4df6-8a89-b9df1beb818a
  14. MODULE_TYPE = DXE_DRIVER
  15. VERSION_STRING = 1.0
  16. LIBRARY_CLASS = NorFlashPlatformLib
  17. [Sources.common]
  18. NorFlashPlatformNullLib.c
  19. [Packages]
  20. MdePkg/MdePkg.dec
  21. ArmPlatformPkg/ArmPlatformPkg.dec