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
|
PcdLib
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiPciIoProtocolGuid ## CONSUMES
|
gEfiPciIoProtocolGuid ## TO_START
|
||||||
gEfiUsb2HcProtocolGuid ## PRODUCES
|
gEfiUsb2HcProtocolGuid ## BY_START
|
||||||
|
|
||||||
# [Event]
|
# [Event]
|
||||||
# ##
|
# ##
|
||||||
|
|
|
@ -74,8 +74,8 @@
|
||||||
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiPciIoProtocolGuid ## ALWAYS_CONSUMED
|
gEfiPciIoProtocolGuid ## TO_START
|
||||||
gEfiUsb2HcProtocolGuid ## ALWAYS_PRODUCED
|
gEfiUsb2HcProtocolGuid ## BY_START
|
||||||
|
|
||||||
# [Event]
|
# [Event]
|
||||||
# ##
|
# ##
|
||||||
|
|
Loading…
Reference in New Issue