From 7b728d6273042b7310e96224747aa9a6755c628f Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 4 Feb 2009 07:59:50 +0000 Subject: [PATCH] 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 --- MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf | 4 ++-- MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf | 4 ++-- 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] # ## -- 2.39.2