]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
INF head modified
[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
d3f16117 21 MODULE_TYPE = UEFI_DRIVER\r
913cb9dc 22 VERSION_STRING = 1.0\r
cfc8865f 23 \r
913cb9dc 24 ENTRY_POINT = UhciDriverEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
d354ab7f 31# DRIVER_BINDING = gUhciDriverBinding \r
32# COMPONENT_NAME = gUhciComponentName\r
33# COMPONENT_NAME2 = gUhciComponentName2\r
34#\r
913cb9dc 35\r
913cb9dc 36[Sources.common]\r
37 UhciSched.c\r
38 UhciDebug.c\r
39 UsbHcMem.h\r
40 UhciDebug.h\r
41 UhciQueue.c\r
42 UhciReg.c\r
43 UsbHcMem.c\r
44 UhciQueue.h\r
45 Uhci.c\r
46 Uhci.h\r
47 UhciReg.h\r
48 UhciSched.h\r
49 ComponentName.c\r
aa79b0b3 50 ComponentName.h\r
913cb9dc 51\r
52\r
913cb9dc 53[Packages]\r
54 MdePkg/MdePkg.dec\r
dd4047a5 55 MdeModulePkg/MdeModulePkg.dec\r
913cb9dc 56\r
dd4047a5 57[FeaturePcd]\r
cc582cff 58 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport\r
913cb9dc 59\r
913cb9dc 60[LibraryClasses]\r
61 MemoryAllocationLib\r
62 BaseLib\r
63 UefiLib\r
64 UefiBootServicesTableLib\r
65 UefiDriverEntryPoint\r
66 BaseMemoryLib\r
67 DebugLib\r
dd4047a5 68 PcdLib\r
913cb9dc 69\r
70\r
913cb9dc 71[Protocols]\r
72 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
913cb9dc 73 gEfiUsb2HcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
74\r