]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/SemihostLib/SemihostLib.inf
ArmPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / ArmPkg / Library / SemihostLib / SemihostLib.inf
1 #/** @file
2 # Semihosting JTAG lib
3 #
4 # Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>
5 # Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 #**/
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = SemihostLib
15 FILE_GUID = C40D08BA-DB7B-4F07-905A-C5FE4B5AF987
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = SemihostLib
19
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = ARM AARCH64
25 #
26 [Sources.common]
27 SemihostLib.c
28
29 [Sources.ARM]
30 Arm/GccSemihost.S | GCC
31
32 [Sources.AARCH64]
33 AArch64/GccSemihost.S
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 ArmPkg/ArmPkg.dec
38
39 [LibraryClasses]
40 BaseLib
41