]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Library / FrameworkHiiLib.h
index ceb91cf8b94b2f54b1fb0ab51fa49c9dab18adea..b6bd85a0cf13af0d0335b69a820a4877224c2128 100644 (file)
@@ -1,6 +1,11 @@
 /** @file\r
-  Public include file for the HII Library\r
-\r
+  Library class name: FrameworkHiiLib.\r
+  \r
+  FrameworkHiiLib is designed for produce interfaces to access\r
+  framework HII things. It firstly also produce all interfaces define\r
+  in HiiLib library class in MdePkg/Include/HiiLib.h. It also produce\r
+  framework's old interface PreparePackages to keep compatiblity.\r
+     \r
   Copyright (c) 2006, 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
@@ -10,8 +15,6 @@
   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
-  Module Name:  HiiLib.h\r
-\r
 **/\r
 \r
 #ifndef __FRAMEWORK_HII_LIB_H__\r
@@ -34,8 +37,7 @@
   @param  NumberOfPackages The number of HII packages to prepare.\r
   @param  Guid Package GUID.\r
 \r
-  @return\r
-  The allocated and initialized packages.\r
+  @return The allocated and initialized packages.\r
 \r
 **/\r
 EFI_HII_PACKAGES *\r
@@ -44,7 +46,6 @@ PreparePackages (
   IN UINTN           NumberOfPackages,\r
   IN CONST EFI_GUID  *Guid OPTIONAL,\r
   ...\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r