]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/SemihostLib/SemihostLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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 - 2021, Arm Limited. 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 SemihostPrivate.h
29
30 [Sources.ARM]
31 Arm/GccSemihost.S | GCC
32
33 [Sources.AARCH64]
34 AArch64/GccSemihost.S
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 ArmPkg/ArmPkg.dec
39
40 [LibraryClasses]
41 BaseLib
42