]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf
SourceLevelDebugPkg DebugUsb3: Support IOMMU
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugCommunicationLibUsb3 / DebugCommunicationLibUsb3Dxe.inf
index 08b9ec12d298ba795ff5c62e4c9b0a39cb7651bf..c4e4282c98b49491ec32b5c8e47a5a8e1904abb2 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Communication Library instance based on usb3 debug port.\r
 #\r
-#  Copyright (c) 2014 - 2017, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 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
@@ -21,6 +21,8 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = DebugCommunicationLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER SMM_CORE\r
+  CONSTRUCTOR                    = DebugCommunicationUsb3DxeConstructor\r
+  DESTRUCTOR                     = DebugCommunicationUsb3DxeDestructor\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 \r
   # The value of data buffer size used for USB debug port handle.\r
   # It should be equal to sizeof (USB3_DEBUG_PORT_HANDLE).\r
-  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize|239   ## SOMETIMES_CONSUMES\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize|250   ## SOMETIMES_CONSUMES\r
+\r
+[Protocols]\r
+  gEfiPciIoProtocolGuid                 ## CONSUMES\r
+  gEdkiiIoMmuProtocolGuid               ## CONSUMES\r
 \r
 [LibraryClasses]\r
   BaseLib\r
@@ -65,4 +71,4 @@
   UefiBootServicesTableLib\r
   UefiLib\r
   BaseMemoryLib\r
-  
\ No newline at end of file
+  HobLib\r