]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/UefiHiiLib/InternalHiiLib.h
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / InternalHiiLib.h
index 8f2aeb45818cb05310f34833eef52a26bd648d7c..9bf7696ea380b320dd9844f6a7e33059894b5389 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Internal include file for the HII Library instance.\r
 \r
-  Copyright (c) 2007, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+  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
 #include <Uefi.h>\r
 \r
-#include <Protocol/HiiDatabase.h>\r
-#include <Protocol/HiiString.h>\r
 #include <Protocol/DevicePath.h>\r
-\r
-#include <Guid/GlobalVariable.h>\r
+#include <Protocol/FormBrowser2.h>\r
 \r
 #include <Library/BaseLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
 #include <Library/MemoryAllocationLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/DevicePathLib.h>\r
+#include <Library/UefiHiiServicesLib.h>\r
+#include <Library/PrintLib.h>\r
 #include <Library/UefiLib.h>\r
-#include <Library/PcdLib.h>\r
-#include <Library/UefiRuntimeServicesTableLib.h>\r
-\r
-#define HII_LIB_DEFAULT_STRING_SIZE     0x200\r
-\r
-///\r
-/// The size of a 3 character ISO639 language code.\r
-///\r
-#define ISO_639_2_ENTRY_SIZE    3\r
-\r
-extern CONST EFI_HII_DATABASE_PROTOCOL         *mHiiDatabaseProt;\r
-extern CONST EFI_HII_STRING_PROTOCOL           *mHiiStringProt;\r
-\r
-/**\r
-  This function check if the Hii Handle is a valid handle registered\r
-  in the HII database.\r
-\r
-  @param HiiHandle The HII Handle.\r
-\r
-  @retval TRUE If it is a valid HII handle.\r
-  @retval FALSE If it is a invalid HII handle.\r
-**/\r
-BOOLEAN\r
-IsHiiHandleRegistered (\r
-  EFI_HII_HANDLE    HiiHandle\r
-  );\r
 \r
 #endif\r