]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf
SourceLevelDebugPkg: Removing ipf from edk2.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugCommunicationLibUsb3 / DebugCommunicationLibUsb3Dxe.inf
index c029219aef2776c3d3238900253f64265c1cc4d8..7467a3b45693d3e51aec8c3ddb90a72dd43d28b4 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Communication Library instance based on usb3 debug port.\r
 #\r
-#  Copyright (c) 2014 - 2015, 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
   FILE_GUID                      = C41F8C82-B3E6-47e0-A61D-0F9E429E6996\r
   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
+  LIBRARY_CLASS                  = DebugCommunicationLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_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
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64\r
 #\r
 \r
 [Sources]\r
@@ -37,7 +39,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
 \r
 [Pcd]\r
   # The format of pci address please refer to SourceLevelDebugPkg.dec\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciPciAddress               ## CONSUMES\r
 \r
-  # Per XHCI spec, software shall impose a timeout between the detection of the Debug Host \r
+  # Per XHCI spec, software shall impose a timeout between the detection of the Debug Host\r
   # connection and the DbC Run transition to 1. This PCD specifies the timeout value in microsecond.\r
   gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbXhciDebugDetectTimeout       ## SOMETIMES_CONSUMES\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|249   ## SOMETIMES_CONSUMES\r
+\r
+[Protocols]\r
+   ## NOTIFY\r
+   ## SOMETIMES_CONSUMES\r
+  gEfiPciIoProtocolGuid\r
+  gEdkiiIoMmuProtocolGuid               ## SOMETIMES_CONSUMES\r
+   ## NOTIFY\r
+   ## SOMETIMES_CONSUMES\r
+  gEfiDxeSmmReadyToLockProtocolGuid\r
 \r
 [LibraryClasses]\r
   BaseLib\r
@@ -66,4 +76,4 @@
   UefiBootServicesTableLib\r
   UefiLib\r
   BaseMemoryLib\r
-  
\ No newline at end of file
+  HobLib\r