]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf
SourceLevelDebugPkg: Refine casting expression result to bigger size
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugCommunicationLibUsb / DebugCommunicationLibUsb.inf
index bce5659fe232864380867523eca2a43fcca6c10d..028b04afbf00e7fdb78af66b01d00c1e67e46385 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Debug Communication Library instance based on usb debug port.\r
 #\r
-#  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2015, 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
@@ -16,6 +16,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DebugCommunicationLibUsb\r
+  MODULE_UNI_FILE                = DebugCommunicationLibUsb.uni\r
   FILE_GUID                      = 87438836-AD8D-4e3e-9249-895120A67240\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 0.7\r
   SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
 \r
 [Pcd]\r
-  ## The memory BAR of usb debug port, it may be different with the memory bar of ehci host controller.\r
-  ## Note that the memory BAR address is only used before Pci bus resource allocation.\r
-  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbDebugPortMemorySpaceBase\r
-\r
-  ## The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
-  ## Note that the memory BAR address is only used before Pci bus resource allocation.\r
-  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciMemorySpaceBase\r
-\r
-  ## The pci address of ehci host controller, in which usb debug feature is enabled.\r
-  ## The format of pci address please refer to SourceLevelDebugPkg.dec\r
-  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciPciAddress\r
+  # The memory BAR of usb debug port, it may be different with the memory bar of ehci host controller.\r
+  # Note that the memory BAR address is only used before Pci bus resource allocation.\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbDebugPortMemorySpaceBase    ## SOMETIMES_CONSUMES\r
+  # The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
+  # Note that the memory BAR address is only used before Pci bus resource allocation.\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciMemorySpaceBase         ## SOMETIMES_CONSUMES\r
+  # The pci address of ehci host controller, in which usb debug feature is enabled.\r
+  # The format of pci address please refer to SourceLevelDebugPkg.dec\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciPciAddress              ## CONSUMES\r
+  # The value of data buffer size used for USB debug port handle.\r
+  # It should be equal to sizeof (USB_DEBUG_PORT_HANDLE).\r
+  gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize|23   ## SOMETIMES_CONSUMES\r
 \r
 [LibraryClasses]\r
   TimerLib\r
   IoLib\r
   PciLib\r
   PcdLib\r
+  DebugLib\r
 \r