]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / DebugSupportDxe.inf
index 572a520cf6a78bfe69ebf4f7147723e5abb34ace..1bb8635bf7f0b63c5af358952a6f80183e0314ad 100644 (file)
@@ -6,14 +6,9 @@
 # provides debug-agent to periodically gain control during operation of the machine to\r
 # check for asynchronous commands form the host.\r
 #\r
-# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\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
-#  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
@@ -21,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DebugSupportDxe\r
+  MODULE_UNI_FILE                = DebugSupportDxe.uni\r
   FILE_GUID                      = 911D584C-35F7-4955-BEF9-B452769DDC3A\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -29,7 +25,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
   Ia32/PlDebugSupport.c\r
   Ia32/PlDebugSupport.h\r
   Ia32/PlDebugSupportIa32.c\r
-  Ia32/AsmFuncs.S\r
-  Ia32/AsmFuncs.asm\r
+  Ia32/AsmFuncs.nasm\r
 \r
 [Sources.X64]\r
   Ia32/DebugSupport.h\r
   Ia32/PlDebugSupport.c\r
   X64/PlDebugSupport.h\r
   X64/PlDebugSupportX64.c\r
-  X64/AsmFuncs.S\r
-  X64/AsmFuncs.asm\r
-\r
-[Sources.IPF]\r
-  Ipf/PlDebugSupport.h\r
-  Ipf/PlDebugSupport.c\r
-  Ipf/Ds64Macros.i\r
-  Ipf/Common.i\r
-  Ipf/AsmFuncs.s\r
-\r
+  X64/AsmFuncs.nasm\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   UefiDriverEntryPoint\r
   DebugLib\r
 \r
-[LibraryClasses.IA32]\r
+[LibraryClasses.IA32, LibraryClasses.X64]\r
   BaseLib\r
 \r
-[LibraryClasses.X64]\r
-  BaseLib\r
-\r
-\r
 [Protocols]\r
-  gEfiLoadedImageProtocolGuid                   ## CONSUMED\r
-  gEfiDebugSupportProtocolGuid                  ## PRODUCED\r
+  gEfiLoadedImageProtocolGuid                   ## CONSUMES\r
+  gEfiDebugSupportProtocolGuid                  ## PRODUCES\r
 \r
 \r
 [Depex]\r
   TRUE\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  DebugSupportDxeExtra.uni\r