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 16[Defines] 17 INF_VERSION = 0x00010005 18 BASE_NAME = ArmV7LibPrePi 19 FILE_GUID = A150FA0C-F4E8-4207-9BEB-CD6DFB430D73 20 MODULE_TYPE = BASE 21 VERSION_STRING = 1.0 22 LIBRARY_CLASS = ArmLib 23 24[Sources.common] 25 ArmLibSupportV7.S | GCC 26 ArmLibSupportV7.asm | RVCT 27 28 ../Common/Arm/ArmLibSupport.S | GCC 29 ../Common/Arm/ArmLibSupport.asm | RVCT 30 ../Common/ArmLib.c 31 32 ArmV7Support.S | GCC 33 ArmV7Support.asm | RVCT 34 35 ArmV7Lib.c 36 ArmV7Mmu.c 37 38 ArmV7ArchTimer.c 39 ArmV7ArchTimerSupport.S | GCC 40 ArmV7ArchTimerSupport.asm | RVCT 41 42[Packages] 43 ArmPkg/ArmPkg.dec 44 MdePkg/MdePkg.dec 45 46[LibraryClasses] 47 PrePiLib 48 49[Protocols] 50 gEfiCpuArchProtocolGuid 51 52[FeaturePcd.ARM] 53 gArmTokenSpaceGuid.PcdNormalMemoryNonshareableOverride 54