]> 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 d05188c77126ea7600772589114e89eb91d70d0b..2a4409f6573b290cac2e1626be0005af519e8098 100644 (file)
@@ -1,14 +1,10 @@
 #/** @file\r
-# Semihosting  serail port lib\r
+# Semihosting JTAG lib\r
 #\r
-# Copyright (c) 2008 - 2010, Apple Inc.\r
+# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2021, Arm Limited. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 #**/\r
@@ -17,7 +13,7 @@
   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