]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
IntelSiliconPkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDxe.inf
... / ...
CommitLineData
1## @file\r
2# The UhciDxe driver is responsible for managing the behavior of UHCI controller. \r
3# It implements the interfaces of monitoring the status of all ports and transferring\r
4# Control, Bulk, Interrupt and Isochronous requests to Usb1.x device\r
5#\r
6# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = UhciDxe\r
22 MODULE_UNI_FILE = UhciDxe.uni\r
23 FILE_GUID = 2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 \r
27 ENTRY_POINT = UhciDriverEntryPoint\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
33#\r
34# DRIVER_BINDING = gUhciDriverBinding \r
35# COMPONENT_NAME = gUhciComponentName\r
36# COMPONENT_NAME2 = gUhciComponentName2\r
37#\r
38\r
39[Sources]\r
40 UhciSched.c\r
41 UhciDebug.c\r
42 UsbHcMem.h\r
43 UhciDebug.h\r
44 UhciQueue.c\r
45 UhciReg.c\r
46 UsbHcMem.c\r
47 UhciQueue.h\r
48 Uhci.c\r
49 Uhci.h\r
50 UhciReg.h\r
51 UhciSched.h\r
52 ComponentName.c\r
53 ComponentName.h\r
54\r
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
58 MdeModulePkg/MdeModulePkg.dec\r
59\r
60[FeaturePcd]\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport ## CONSUMES\r
62\r
63[LibraryClasses]\r
64 MemoryAllocationLib\r
65 BaseLib\r
66 UefiLib\r
67 UefiBootServicesTableLib\r
68 UefiDriverEntryPoint\r
69 BaseMemoryLib\r
70 DebugLib\r
71 PcdLib\r
72 ReportStatusCodeLib\r
73\r
74[Guids]\r
75 gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event\r
76\r
77[Protocols]\r
78 gEfiPciIoProtocolGuid ## TO_START\r
79 gEfiUsb2HcProtocolGuid ## BY_START\r
80\r
81# [Event]\r
82# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
83#\r
84\r
85[UserExtensions.TianoCore."ExtraFiles"]\r
86 UhciDxeExtra.uni\r