]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/ExtendedHiiLib.h
Sync in bug fix from EDK I:
[mirror_edk2.git] / MdeModulePkg / Include / Library / ExtendedHiiLib.h
index 50ab9c710b3e7959b7a9474c68461fc5f3d133ad..15c97603559635f710a7030dfb23068c9184ee74 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
-  This library includes the APIs that is specific to EDK II's implementation.\r
-  It extended the UEFI Specification to define GUIDed device path.\r
+  This library includes two extended HII functions to \r
+  create and destory Hii Package by create the virtual Driver Handle.\r
 \r
 Copyright (c) 2008, Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials\r
@@ -21,7 +21,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   that there should be DevicePath Protocol installed on it.\r
   This routine create a virtual Driver Handle by installing a vendor device\r
   path on it, so as to use it to invoke HiiDatabase.NewPackageList().\r
-  The Device Path created is a Vendor Device Path specific to Intel's implemenation.\r
+  The Device Path created is a Vendor Device Path specific to Intel's implemenation\r
+  and it is defined as HII_VENDOR_DEVICE_PATH_NODE.\r
+  \r
 \r
   @param  DriverHandle           Handle to be returned\r
 \r
@@ -33,8 +35,7 @@ EFI_STATUS
 EFIAPI\r
 HiiLibCreateHiiDriverHandle (\r
   OUT EFI_HANDLE               *DriverHandle\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Destroy the Driver Handle created by CreateHiiDriverHandle().\r
@@ -50,8 +51,7 @@ VOID
 EFIAPI\r
 HiiLibDestroyHiiDriverHandle (\r
   IN EFI_HANDLE                 DriverHandle\r
-  )\r
-;\r
+  );\r
 \r
 \r
 #endif\r