]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/SemihostLib/SemihostLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPkg / Library / SemihostLib / SemihostLib.inf
index cb278083c004d8d9fb3764a6fbbe2f393b147466..2a4409f6573b290cac2e1626be0005af519e8098 100644 (file)
@@ -1,9 +1,19 @@
-#%HEADER%\r
+#/** @file\r
+# Semihosting JTAG lib\r
+#\r
+# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2021, Arm Limited. All rights reserved.<BR>\r
+#\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
+#\r
+#**/\r
+\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = SemihostLib\r
   FILE_GUID                      = C40D08BA-DB7B-4F07-905A-C5FE4B5AF987\r
-  MODULE_TYPE                    = UEFI_DRIVER\r
+  MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = SemihostLib\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = ARM\r
+#  VALID_ARCHITECTURES           = ARM AARCH64\r
 #\r
+[Sources.common]\r
+  SemihostLib.c\r
+  SemihostPrivate.h\r
+\r
 [Sources.ARM]\r
-  Arm/SemihostLib.c\r
+  Arm/GccSemihost.S | GCC\r
 \r
+[Sources.AARCH64]\r
+  AArch64/GccSemihost.S\r
 \r
-[Packages]
+[Packages]\r
   MdePkg/MdePkg.dec\r
   ArmPkg/ArmPkg.dec\r
 \r
-[LibraryClasses]
+[LibraryClasses]\r
   BaseLib\r
-  \r
-[Protocols]\r
-  \r
-[Guids]\r
\r
-[Pcd]\r
\ No newline at end of file
+\r