summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-06 07:12:56 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-06 07:12:56 +0000
commit63ba999ccb4b2ec5c9ca7128f2bb492cea5aaa2f (patch)
tree728f1b1384cf87c00f72bd29690f7d0bf08fda2c /MdePkg/Library
parentc410589ef1d5467c6d7bbec6efdbfb541263b5d5 (diff)
downloadedk2-63ba999ccb4b2ec5c9ca7128f2bb492cea5aaa2f.tar.gz
edk2-63ba999ccb4b2ec5c9ca7128f2bb492cea5aaa2f.tar.bz2
edk2-63ba999ccb4b2ec5c9ca7128f2bb492cea5aaa2f.zip
Comments checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7463 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r--MdePkg/Library/UefiLib/UefiDriverModel.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/MdePkg/Library/UefiLib/UefiDriverModel.c b/MdePkg/Library/UefiLib/UefiDriverModel.c
index 28037b6058..c765317d6d 100644
--- a/MdePkg/Library/UefiLib/UefiDriverModel.c
+++ b/MdePkg/Library/UefiLib/UefiDriverModel.c
@@ -295,12 +295,13 @@ EfiLibInstallDriverBindingComponentName2 (
Configuration, Driver Configuration 2, Driver Diagnostics, and Driver Diagnostics 2 Protocols.
Initializes a driver by installing the Driver Binding Protocol together with the optional
- Component Name, optional Component Name 2, optional Driver Configuration, optional Driver
- Configuration 2, optional Driver Diagnostic, and optional Driver Diagnostic 2 Protocols
- onto the driver's DriverBindingHandle. DriverBindingHandle is typically the same as the
- driver's ImageHandle, but it can be different if the driver produces multiple Driver Binding Protocols.
+ Component Name, optional Component Name 2, optional Driver Configuration, optional Driver Configuration 2,
+ optional Driver Diagnostic, and optional Driver Diagnostic 2 Protocols onto the driver's DriverBindingHandle.
+ DriverBindingHandle is typically the same as the driver's ImageHandle, but it can be different if the driver
+ produces multiple Driver Binding Protocols.
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 SystemTable The EFI System Table that was passed to the driver's entry point.