Update for Meta data.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7361 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#/** @file
|
||||
# Instance of Platform Driver Override Library.
|
||||
# Instance of Platform Driver Override Library to manage driver overriding relationship.
|
||||
#
|
||||
# This library instance provides functions to manage the database of overriding relationship
|
||||
# between controllers and drivers. Each entry of the database contains the mapping that Controller
|
||||
# Device Path to a set of Driver Device Paths. The database is stored in non-volatile variables.
|
||||
#
|
||||
# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.
|
||||
#
|
||||
@@ -49,12 +53,15 @@
|
||||
PrintLib
|
||||
|
||||
[Guids]
|
||||
gEfiOverrideVariableGuid # ALWAYS_CONSUMED
|
||||
##
|
||||
# There could be more than one variables, from PlatDriOver, PlatDriOver1, PlatDriOver2,...
|
||||
#
|
||||
gEfiOverrideVariableGuid ## CONSUMES ## Variable:L"PlatDriOver"
|
||||
|
||||
[Protocols]
|
||||
gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiBusSpecificDriverOverrideProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiDriverBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiFirmwareVolume2ProtocolGuid ## CONSUMES
|
||||
gEfiLoadedImageProtocolGuid ## CONSUMES
|
||||
gEfiBusSpecificDriverOverrideProtocolGuid ## CONSUMES
|
||||
gEfiDriverBindingProtocolGuid ## CONSUMES
|
||||
gEfiDevicePathProtocolGuid ## CONSUMES
|
||||
gEfiLoadedImageDevicePathProtocolGuid ## CONSUMES
|
||||
|
@@ -41,5 +41,5 @@
|
||||
|
||||
|
||||
[Protocols]
|
||||
gEfiPrint2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiPrint2ProtocolGuid ## CONSUMES
|
||||
|
||||
|
Reference in New Issue
Block a user