diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-04 07:59:50 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-04 07:59:50 +0000 |
commit | 7b728d6273042b7310e96224747aa9a6755c628f (patch) | |
tree | 06abb2750b0d956c8766730f021c793b17df4873 /MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf | |
parent | 17d6c2e782dd6453fc0cb909d58860b2d6004aba (diff) | |
download | edk2-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
Diffstat (limited to 'MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf')
-rw-r--r-- | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
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]
# ##
|