summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-04 07:59:50 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-04 07:59:50 +0000
commit7b728d6273042b7310e96224747aa9a6755c628f (patch)
tree06abb2750b0d956c8766730f021c793b17df4873
parent17d6c2e782dd6453fc0cb909d58860b2d6004aba (diff)
downloadedk2-platforms-7b728d6273042b7310e96224747aa9a6755c628f.tar.xz
Use TO_START and BY_START for UEFI driver model driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7431 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf4
-rw-r--r--MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf4
2 files changed, 4 insertions, 4 deletions
diff --git a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
index 78ab813efe..69f693f95c 100644
--- a/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
+++ b/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
@@ -72,8 +72,8 @@
PcdLib
[Protocols]
- gEfiPciIoProtocolGuid ## CONSUMES
- gEfiUsb2HcProtocolGuid ## PRODUCES
+ gEfiPciIoProtocolGuid ## TO_START
+ gEfiUsb2HcProtocolGuid ## BY_START
# [Event]
# ##
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
index c38f64fc91..b35bd31d9e 100644
--- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
+++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
@@ -74,8 +74,8 @@
[Protocols]
- gEfiPciIoProtocolGuid ## ALWAYS_CONSUMED
- gEfiUsb2HcProtocolGuid ## ALWAYS_PRODUCED
+ gEfiPciIoProtocolGuid ## TO_START
+ gEfiUsb2HcProtocolGuid ## BY_START
# [Event]
# ##