summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf')
-rw-r--r--MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf18
1 files changed, 8 insertions, 10 deletions
diff --git a/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf b/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
index 8d8fc5b2a2..5ec8d60c96 100644
--- a/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
+++ b/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
@@ -1,12 +1,9 @@
## @file
-#
-# Component Description File For XhciDxe Module.
-#
-# XhciDxe driver is responsible for managing the behavior of XHCI controller.
+# The XhciDxe driver is responsible for managing the behavior of XHCI controller.
# It implements the interfaces of monitoring the status of all ports and transferring
# Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.
#
-# Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -22,6 +19,7 @@
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = XhciDxe
+ MODULE_UNI_FILE = XhciDxe.uni
FILE_GUID = B7F50E91-A759-412c-ADE4-DCD03E7F7C28
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
@@ -64,15 +62,15 @@
ReportStatusCodeLib
[Guids]
- gEfiEventExitBootServicesGuid ## PRODUCES ## Event
+ gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event
[Protocols]
gEfiPciIoProtocolGuid ## TO_START
gEfiUsb2HcProtocolGuid ## BY_START
# [Event]
-# ##
-# # Periodic timer event for checking the result of interrupt transfer execution.
-# #
-# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
+# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
#
+
+[UserExtensions.TianoCore."ExtraFiles"]
+ XhciDxeExtra.uni