]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
Add missing status code in several modules.
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / XhciDxe / XhciDxe.inf
1 ## @file
2 #
3 # Component Description File For XhciDxe Module.
4 #
5 # XhciDxe driver is responsible for managing the behavior of XHCI controller.
6 # It implements the interfaces of monitoring the status of all ports and transferring
7 # Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.
8 #
9 # Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
10 #
11 # This program and the accompanying materials
12 # are licensed and made available under the terms and conditions of the BSD License
13 # which accompanies this distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 #
20 ##
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = XhciDxe
25 FILE_GUID = B7F50E91-A759-412c-ADE4-DCD03E7F7C28
26 MODULE_TYPE = UEFI_DRIVER
27 VERSION_STRING = 1.0
28
29 ENTRY_POINT = XhcDriverEntryPoint
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
35 #
36 # DRIVER_BINDING = gXhciDriverBinding
37 # COMPONENT_NAME = gXhciComponentName
38 # COMPONENT_NAME2 = gXhciComponentName2
39 #
40
41 [Sources]
42 Xhci.c
43 XhciReg.c
44 XhciSched.c
45 ComponentName.c
46 ComponentName.h
47 Xhci.h
48 XhciReg.h
49 XhciSched.h
50
51 [Packages]
52 MdePkg/MdePkg.dec
53
54 [LibraryClasses]
55 MemoryAllocationLib
56 BaseLib
57 UefiLib
58 UefiBootServicesTableLib
59 UefiDriverEntryPoint
60 BaseMemoryLib
61 DebugLib
62 ReportStatusCodeLib
63
64 [Guids]
65 gEfiEventExitBootServicesGuid ## PRODUCES ## Event
66
67 [Protocols]
68 gEfiPciIoProtocolGuid ## TO_START
69 gEfiUsb2HcProtocolGuid ## BY_START
70
71 # [Event]
72 # ##
73 # # Periodic timer event for checking the result of interrupt transfer execution.
74 # #
75 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
76 #