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
This commit is contained in:
qwang12 2009-02-04 07:59:50 +00:00
parent 17d6c2e782
commit 7b728d6273
2 changed files with 4 additions and 4 deletions

View File

@ -72,8 +72,8 @@
PcdLib
[Protocols]
gEfiPciIoProtocolGuid ## CONSUMES
gEfiUsb2HcProtocolGuid ## PRODUCES
gEfiPciIoProtocolGuid ## TO_START
gEfiUsb2HcProtocolGuid ## BY_START
# [Event]
# ##

View File

@ -74,8 +74,8 @@
[Protocols]
gEfiPciIoProtocolGuid ## ALWAYS_CONSUMED
gEfiUsb2HcProtocolGuid ## ALWAYS_PRODUCED
gEfiPciIoProtocolGuid ## TO_START
gEfiUsb2HcProtocolGuid ## BY_START
# [Event]
# ##