]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/ExtendedHiiLib.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdeModulePkg / Include / Library / ExtendedHiiLib.h
index 7396aef489013f5c66bf280ee15db67cfbc9f3f8..15c97603559635f710a7030dfb23068c9184ee74 100644 (file)
@@ -1,15 +1,15 @@
 /** @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                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
+Copyright (c) 2008, Intel Corporation. <BR>\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -21,7 +21,9 @@
   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