]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION definition.
[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
31\r
913cb9dc 32[Sources.common]\r
33 UhciSched.c\r
34 UhciDebug.c\r
35 UsbHcMem.h\r
36 UhciDebug.h\r
37 UhciQueue.c\r
38 UhciReg.c\r
39 UsbHcMem.c\r
40 UhciQueue.h\r
41 Uhci.c\r
42 Uhci.h\r
43 UhciReg.h\r
44 UhciSched.h\r
45 ComponentName.c\r
aa79b0b3 46 ComponentName.h\r
913cb9dc 47\r
48\r
913cb9dc 49[Packages]\r
50 MdePkg/MdePkg.dec\r
dd4047a5 51 MdeModulePkg/MdeModulePkg.dec\r
913cb9dc 52\r
dd4047a5 53[FeaturePcd]\r
cc582cff 54 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport\r
913cb9dc 55\r
913cb9dc 56[LibraryClasses]\r
57 MemoryAllocationLib\r
58 BaseLib\r
59 UefiLib\r
60 UefiBootServicesTableLib\r
61 UefiDriverEntryPoint\r
62 BaseMemoryLib\r
63 DebugLib\r
dd4047a5 64 PcdLib\r
913cb9dc 65\r
66\r
913cb9dc 67[Protocols]\r
68 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
913cb9dc 69 gEfiUsb2HcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
70\r