]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg DebugSupportDxe: Convert X64/AsmFuncs.asm to NASM
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / DebugSupportDxe.inf
index e745eb4cc45843a7b4b925cda88203d25b33cc5c..72a5dadb29be7ddf496388bbdbe282bf4a24a1f6 100644 (file)
@@ -6,7 +6,7 @@
 # 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 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2016, 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
@@ -21,6 +21,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
@@ -40,6 +41,7 @@
   Ia32/PlDebugSupport.c\r
   Ia32/PlDebugSupport.h\r
   Ia32/PlDebugSupportIa32.c\r
+  Ia32/AsmFuncs.nasm\r
   Ia32/AsmFuncs.S\r
   Ia32/AsmFuncs.asm\r
 \r
@@ -48,6 +50,7 @@
   Ia32/PlDebugSupport.c\r
   X64/PlDebugSupport.h\r
   X64/PlDebugSupportX64.c\r
+  X64/AsmFuncs.nasm\r
   X64/AsmFuncs.S\r
   X64/AsmFuncs.asm\r
 \r
   UefiDriverEntryPoint\r
   DebugLib\r
 \r
-[LibraryClasses.IA32]\r
-  PcdLib\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