mirror of https://github.com/acidanthera/audk.git
Meta-data review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7314 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a503cc6971
commit
7fa5d6e149
|
@ -2,7 +2,7 @@
|
||||||
# Module that produces EBC Interprete and EBC Debug Support protocols.
|
# Module that produces EBC Interprete and EBC Debug Support protocols.
|
||||||
#
|
#
|
||||||
# This module implements EFI Byte Code (EBC) Virtual Machine that can provide
|
# This module implements EFI Byte Code (EBC) Virtual Machine that can provide
|
||||||
# platformand processor-independent mechanisms for loading and executing EFI
|
# platform and processor-independent mechanisms forloading and executing EFI
|
||||||
# device drivers.
|
# device drivers.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
||||||
|
@ -66,8 +66,19 @@
|
||||||
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiDebugSupportProtocolGuid ## PRODUCES
|
||||||
gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
|
gEfiEbcProtocolGuid ## PRODUCES
|
||||||
|
|
||||||
[Depex]
|
[Depex]
|
||||||
TRUE
|
TRUE
|
||||||
|
|
||||||
|
# [Event]
|
||||||
|
# ##
|
||||||
|
# # Periodic timer event to support EFI debug support protocol for EBC image.
|
||||||
|
# #
|
||||||
|
# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
Loading…
Reference in New Issue