mirror of https://github.com/acidanthera/audk.git
Comments checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7463 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c410589ef1
commit
63ba999ccb
MdePkg
|
@ -1151,13 +1151,14 @@ EfiLibInstallDriverBindingComponentName2 (
|
||||||
Configuration, Driver Configuration 2, Driver Diagnostics, and Driver Diagnostics 2 Protocols.
|
Configuration, Driver Configuration 2, Driver Diagnostics, and Driver Diagnostics 2 Protocols.
|
||||||
|
|
||||||
Initializes a driver by installing the Driver Binding Protocol together with the optional
|
Initializes a driver by installing the Driver Binding Protocol together with the optional
|
||||||
Component Name, optional Component Name 2, optional Driver Configuration, optional Driver
|
Component Name, optional Component Name 2, optional Driver Configuration, optional Driver Configuration 2,
|
||||||
Configuration 2, optional Driver Diagnostic, and optional Driver Diagnostic 2 Protocols
|
optional Driver Diagnostic, and optional Driver Diagnostic 2 Protocols onto the driver's DriverBindingHandle.
|
||||||
onto the driver's DriverBindingHandle. DriverBindingHandle is typically the same as the
|
DriverBindingHandle is typically the same as the driver's ImageHandle, but it can be different if the driver
|
||||||
driver's ImageHandle, but it can be different if the driver produces multiple Driver Binding Protocols.
|
produces multiple Driver Binding Protocols.
|
||||||
If DriverBinding is NULL, then ASSERT().
|
If DriverBinding is NULL, then ASSERT().
|
||||||
If the installation fails, then ASSERT().
|
If the installation fails, then ASSERT().
|
||||||
|
|
||||||
|
|
||||||
@param ImageHandle The image handle of the driver.
|
@param ImageHandle The image handle of the driver.
|
||||||
@param SystemTable The EFI System Table that was passed to the driver's entry point.
|
@param SystemTable The EFI System Table that was passed to the driver's entry point.
|
||||||
@param DriverBinding A Driver Binding Protocol instance that this driver is producing.
|
@param DriverBinding A Driver Binding Protocol instance that this driver is producing.
|
||||||
|
|
|
@ -295,13 +295,14 @@ EfiLibInstallDriverBindingComponentName2 (
|
||||||
Configuration, Driver Configuration 2, Driver Diagnostics, and Driver Diagnostics 2 Protocols.
|
Configuration, Driver Configuration 2, Driver Diagnostics, and Driver Diagnostics 2 Protocols.
|
||||||
|
|
||||||
Initializes a driver by installing the Driver Binding Protocol together with the optional
|
Initializes a driver by installing the Driver Binding Protocol together with the optional
|
||||||
Component Name, optional Component Name 2, optional Driver Configuration, optional Driver
|
Component Name, optional Component Name 2, optional Driver Configuration, optional Driver Configuration 2,
|
||||||
Configuration 2, optional Driver Diagnostic, and optional Driver Diagnostic 2 Protocols
|
optional Driver Diagnostic, and optional Driver Diagnostic 2 Protocols onto the driver's DriverBindingHandle.
|
||||||
onto the driver's DriverBindingHandle. DriverBindingHandle is typically the same as the
|
DriverBindingHandle is typically the same as the driver's ImageHandle, but it can be different if the driver
|
||||||
driver's ImageHandle, but it can be different if the driver produces multiple Driver Binding Protocols.
|
produces multiple Driver Binding Protocols.
|
||||||
If DriverBinding is NULL, then ASSERT().
|
If DriverBinding is NULL, then ASSERT().
|
||||||
If the installation fails, then ASSERT().
|
If the installation fails, then ASSERT().
|
||||||
|
|
||||||
|
|
||||||
@param ImageHandle The image handle of the driver.
|
@param ImageHandle The image handle of the driver.
|
||||||
@param SystemTable The EFI System Table that was passed to the driver's entry point.
|
@param SystemTable The EFI System Table that was passed to the driver's entry point.
|
||||||
@param DriverBinding A Driver Binding Protocol instance that this driver is producing.
|
@param DriverBinding A Driver Binding Protocol instance that this driver is producing.
|
||||||
|
|
Loading…
Reference in New Issue