mirror of https://github.com/acidanthera/audk.git
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:
parent
17d6c2e782
commit
7b728d6273
|
@ -72,8 +72,8 @@
|
|||
PcdLib
|
||||
|
||||
[Protocols]
|
||||
gEfiPciIoProtocolGuid ## CONSUMES
|
||||
gEfiUsb2HcProtocolGuid ## PRODUCES
|
||||
gEfiPciIoProtocolGuid ## TO_START
|
||||
gEfiUsb2HcProtocolGuid ## BY_START
|
||||
|
||||
# [Event]
|
||||
# ##
|
||||
|
|
|
@ -74,8 +74,8 @@
|
|||
|
||||
|
||||
[Protocols]
|
||||
gEfiPciIoProtocolGuid ## ALWAYS_CONSUMED
|
||||
gEfiUsb2HcProtocolGuid ## ALWAYS_PRODUCED
|
||||
gEfiPciIoProtocolGuid ## TO_START
|
||||
gEfiUsb2HcProtocolGuid ## BY_START
|
||||
|
||||
# [Event]
|
||||
# ##
|
||||
|
|
Loading…
Reference in New Issue