]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
ArmPkg/BaseMemoryLibVstm: switch to ASM_FUNC() asm macro
[mirror_edk2.git] / ArmPkg / Library / ArmDisassemblerLib / ArmDisassemblerLib.inf
index 4cbf461d175af57a749c18f8a8bc9ce079364072..bb51e308049443c501936f915b21f8f98d9e6b98 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# Semihosting  serail port lib\r
+#  ARM Disassembler library\r
 #\r
-# Copyright (c) 2008, Apple Inc.\r
+#  Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = SemiHostingSerialPortLib\r
+  BASE_NAME                      = ArmDisassemblerLib\r
   FILE_GUID                      = 7ACEC173-F15D-426C-8F2F-BD86B4183EF1\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = ArmDisassemblerLib\r
 \r
 \r
-[Sources.common]\r
+[Sources.ARM]\r
   ArmDisassembler.c\r
   ThumbDisassembler.c\r
 \r
+[Sources.AARCH64]\r
+  Aarch64Disassembler.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   ArmPkg/ArmPkg.dec\r
 \r
 [LibraryClasses]\r
-  UefiLib\r
   BaseLib\r
   PrintLib\r
   DebugLib\r
   PeCoffGetEntryPointLib\r
-\r
-\r