]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf
NetworkPkg: Add missing string token in NetworkPkg.uni
[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
4e4a6f3d 4# Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
18b144ea 5#\r
85f7e110 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
18b144ea 7#\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = DebugCommunicationLibUsb\r
4e363936 14 MODULE_UNI_FILE = DebugCommunicationLibUsb.uni\r
18b144ea 15 FILE_GUID = 87438836-AD8D-4e3e-9249-895120A67240\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 0.7\r
18 LIBRARY_CLASS = DebugCommunicationLib\r
19\r
20#\r
21# VALID_ARCHITECTURES = IA32 X64\r
22#\r
23\r
24[Sources.common]\r
25 DebugCommunicationLibUsb.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
30\r
31[Pcd]\r
4e4a6f3d
SQ
32 # The memory BAR of usb debug port, it may be different with the memory bar of ehci host controller.\r
33 # Note that the memory BAR address is only used before Pci bus resource allocation.\r
4e363936 34 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbDebugPortMemorySpaceBase ## SOMETIMES_CONSUMES\r
4e4a6f3d
SQ
35 # The memory BAR of ehci host controller, in which usb debug feature is enabled.\r
36 # Note that the memory BAR address is only used before Pci bus resource allocation.\r
4e363936 37 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciMemorySpaceBase ## SOMETIMES_CONSUMES\r
4e4a6f3d
SQ
38 # The pci address of ehci host controller, in which usb debug feature is enabled.\r
39 # The format of pci address please refer to SourceLevelDebugPkg.dec\r
4e363936 40 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdUsbEhciPciAddress ## CONSUMES\r
4e4a6f3d
SQ
41 # The value of data buffer size used for USB debug port handle.\r
42 # It should be equal to sizeof (USB_DEBUG_PORT_HANDLE).\r
73ae70db 43 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize|25 ## SOMETIMES_CONSUMES\r
18b144ea 44\r
45[LibraryClasses]\r
46 TimerLib\r
47 IoLib\r
48 PciLib\r
49 PcdLib\r
e2104834 50 DebugLib\r
18b144ea 51\r