ArmCortexA9Lib.inf 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. #/* @file
  2. # Copyright (c) 2011-2013, ARM Limited. All rights reserved.
  3. #
  4. # This program and the accompanying materials
  5. # are licensed and made available under the terms and conditions of the BSD License
  6. # which accompanies this distribution. The full text of the license may be found at
  7. # http://opensource.org/licenses/bsd-license.php
  8. #
  9. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  10. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  11. #
  12. #*/
  13. [Defines]
  14. INF_VERSION = 0x00010005
  15. BASE_NAME = ArmCortexA9Lib
  16. FILE_GUID = c9709ea3-1beb-4806-889a-8a1d5e5e1697
  17. MODULE_TYPE = BASE
  18. VERSION_STRING = 1.0
  19. LIBRARY_CLASS = ArmCpuLib
  20. [Packages]
  21. MdePkg/MdePkg.dec
  22. ArmPkg/ArmPkg.dec
  23. ArmPlatformPkg/ArmPlatformPkg.dec
  24. [LibraryClasses]
  25. ArmLib
  26. ArmPlatformLib
  27. IoLib
  28. PcdLib
  29. [Sources.common]
  30. ArmCortexA9Lib.c
  31. ArmCortexA9Helper.asm | RVCT
  32. ArmCortexA9Helper.S | GCC