Arm11LibSec.inf 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #/** @file
  2. # Semihosting serail port lib
  3. #
  4. # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
  5. #
  6. # This program and the accompanying materials
  7. # are licensed and made available under the terms and conditions of the BSD License
  8. # which accompanies this distribution. The full text of the license may be found at
  9. # http://opensource.org/licenses/bsd-license.php
  10. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. #
  13. #
  14. #**/
  15. [Defines]
  16. INF_VERSION = 0x00010005
  17. BASE_NAME = Arm11LibSec
  18. FILE_GUID = bfecdbc7-a860-4993-bc09-8e3ea762a758
  19. MODULE_TYPE = BASE
  20. VERSION_STRING = 1.0
  21. LIBRARY_CLASS = ArmLib
  22. [Sources.common]
  23. ../Common/Arm/ArmLibSupport.S | GCC
  24. ../Common/Arm/ArmLibSupport.asm | RVCT
  25. ../Common/ArmLib.c
  26. Arm11Support.S | GCC
  27. Arm11Support.asm | RVCT
  28. Arm11Lib.c
  29. ../Arm9/Arm9CacheInformation.c
  30. [Packages]
  31. ArmPkg/ArmPkg.dec
  32. MdePkg/MdePkg.dec
  33. [Protocols]
  34. gEfiCpuArchProtocolGuid
  35. [FeaturePcd]
  36. gArmTokenSpaceGuid.PcdRelocateVectorTable
  37. [FixedPcd]
  38. gArmTokenSpaceGuid.PcdArmCacheOperationThreshold
  39. gArmTokenSpaceGuid.PcdCpuVectorBaseAddress