]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/SemihostLib/SemihostLib.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / ArmPkg / Library / SemihostLib / SemihostLib.inf
CommitLineData
c2b5ca8b 1#/** @file\r
225290eb 2# Semihosting JTAG lib\r
c2b5ca8b 3#\r
d6ebcab7 4# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
25402f5d 5# Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
c2b5ca8b 6#\r
d6ebcab7 7# This program and the accompanying materials\r
c2b5ca8b
A
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
2ef2b01e
A
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = SemihostLib\r
20 FILE_GUID = C40D08BA-DB7B-4F07-905A-C5FE4B5AF987\r
225290eb 21 MODULE_TYPE = BASE\r
2ef2b01e
A
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = SemihostLib\r
24\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
25402f5d 29# VALID_ARCHITECTURES = ARM AARCH64\r
2ef2b01e 30#\r
2614b0c4 31[Sources.common]\r
32 SemihostLib.c\r
33\r
2ef2b01e 34[Sources.ARM]\r
d9629029 35 Arm/GccSemihost.S | GCC\r
2ef2b01e 36\r
25402f5d 37[Sources.AARCH64]\r
ef7b3786 38 AArch64/GccSemihost.S\r
25402f5d 39\r
1e57a462 40[Packages]\r
2ef2b01e
A
41 MdePkg/MdePkg.dec\r
42 ArmPkg/ArmPkg.dec\r
43\r
1e57a462 44[LibraryClasses]\r
2ef2b01e 45 BaseLib\r
25402f5d 46\r