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 PcdLib
[Protocols] [Protocols]
gEfiPciIoProtocolGuid ## CONSUMES gEfiPciIoProtocolGuid ## TO_START
gEfiUsb2HcProtocolGuid ## PRODUCES gEfiUsb2HcProtocolGuid ## BY_START
# [Event] # [Event]
# ## # ##

View File

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