ArmCortexA8Lib.inf 918 B

123456789101112131415161718192021222324252627
  1. #/* @file
  2. # Copyright (c) 2011, 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 = ArmCortexA8Lib
  16. FILE_GUID = 34b5745e-f575-44ce-ba2e-df0886807c16
  17. MODULE_TYPE = BASE
  18. VERSION_STRING = 1.0
  19. LIBRARY_CLASS = ArmCpuLib
  20. [Packages]
  21. MdePkg/MdePkg.dec
  22. ArmPkg/ArmPkg.dec
  23. [Sources.common]
  24. ArmCortexA8Lib.c