]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
1. Remove USB HC Protocol installing from Uhci module. It only installs USB2 HC protocol.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDxe.inf
CommitLineData
913cb9dc 1#/** @file\r
2# Component name for module Uhci\r
3#\r
3f187a73 4# Copyright (c) 2006, Intel Corporation. \r
913cb9dc 5#\r
6# All rights reserved. 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#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
913cb9dc 17[Defines]\r
18 INF_VERSION = 0x00010005\r
f183b4f3 19 BASE_NAME = UhciDxe\r
913cb9dc 20 FILE_GUID = 2FB92EFA-2EE0-4bae-9EB6-7464125E1EF7\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 ENTRY_POINT = UhciDriverEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
913cb9dc 34[Sources.common]\r
35 UhciSched.c\r
36 UhciDebug.c\r
37 UsbHcMem.h\r
38 UhciDebug.h\r
39 UhciQueue.c\r
40 UhciReg.c\r
41 UsbHcMem.c\r
42 UhciQueue.h\r
43 Uhci.c\r
44 Uhci.h\r
45 UhciReg.h\r
46 UhciSched.h\r
47 ComponentName.c\r
48\r
49\r
913cb9dc 50[Packages]\r
51 MdePkg/MdePkg.dec\r
913cb9dc 52\r
53\r
913cb9dc 54[LibraryClasses]\r
55 MemoryAllocationLib\r
56 BaseLib\r
57 UefiLib\r
58 UefiBootServicesTableLib\r
59 UefiDriverEntryPoint\r
60 BaseMemoryLib\r
61 DebugLib\r
62\r
63\r
913cb9dc 64[Protocols]\r
65 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
913cb9dc 66 gEfiUsb2HcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67\r