]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf
SourceLevelDebugPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugCommunicationLibUsb / DebugCommunicationLibUsb.inf
CommitLineData
18b144ea 1## @file\r
2# Debug Communication Library instance based on usb debug port.\r
3#\r
4e363936 4# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
18b144ea 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DebugCommunicationLibUsb\r
4e363936 19 MODULE_UNI_FILE = DebugCommunicationLibUsb.uni\r
18b144ea 20 FILE_GUID = 87438836-AD8D-4e3e-9249-895120A67240\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 0.7\r
23 LIBRARY_CLASS = DebugCommunicationLib\r
24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29[Sources.common]\r
30 DebugCommunicationLibUsb.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
35\r
36[Pcd]\r
37 ## The memory BAR of usb debug port, it may be different with the memory bar of ehci host controller.\r
38 ## Note that the memory BAR address is only used before Pci bus resource allocation.\r
4e363936 39 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbDebugPortMemorySpaceBase ## SOMETIMES_CONSUMES\r
18b144ea 40 ## The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
41 ## Note that the memory BAR address is only used before Pci bus resource allocation.\r
4e363936 42 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciMemorySpaceBase ## SOMETIMES_CONSUMES\r
18b144ea 43 ## The pci address of ehci host controller, in which usb debug feature is enabled.\r
44 ## The format of pci address please refer to SourceLevelDebugPkg.dec\r
4e363936 45 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciPciAddress ## CONSUMES\r
b422b62c 46 ## The value of data buffer size used for USB debug port handle.\r
47 ## It should be equal to sizeof (USB_DEBUG_PORT_HANDLE).\r
4e363936 48 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize|40 ## SOMETIMES_CONSUMES\r
18b144ea 49\r
50[LibraryClasses]\r
51 TimerLib\r
52 IoLib\r
53 PciLib\r
54 PcdLib\r
e2104834 55 DebugLib\r
18b144ea 56\r