summaryrefslogtreecommitdiff
path: root/MdePkg/Library/HiiLib/InternalHiiLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/HiiLib/InternalHiiLib.h')
-rw-r--r--MdePkg/Library/HiiLib/InternalHiiLib.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/MdePkg/Library/HiiLib/InternalHiiLib.h b/MdePkg/Library/HiiLib/InternalHiiLib.h
index 78540a4431..0303fa9968 100644
--- a/MdePkg/Library/HiiLib/InternalHiiLib.h
+++ b/MdePkg/Library/HiiLib/InternalHiiLib.h
@@ -15,6 +15,34 @@
#ifndef __INTERNAL_HII_LIB_H__
#define __INTERNAL_HII_LIB_H__
+#include <PiDxe.h>
+#include <Protocol/HiiDatabase.h>
+#include <Protocol/HiiString.h>
+#include <Protocol/DevicePath.h>
+
+#include <Guid/GlobalVariable.h>
+
+#include <Library/BaseLib.h>
+#include <Library/BaseMemoryLib.h>
+#include <Library/HiiLib.h>
+#include <Library/DebugLib.h>
+#include <Library/MemoryAllocationLib.h>
+#include <Library/UefiBootServicesTableLib.h>
+#include <Library/UefiRuntimeServicesTableLib.h>
+#include <Library/PcdLib.h>
+#include <Library/DevicePathLib.h>
+
+#define HII_LIB_DEFAULT_STRING_SIZE 0x200
+
+
+extern EFI_HII_DATABASE_PROTOCOL *mHiiDatabaseProt;
+extern EFI_HII_STRING_PROTOCOL *mHiiStringProt;
+
+BOOLEAN
+IsHiiHandleRegistered (
+ EFI_HII_HANDLE HiiHandle
+ )
+;
#endif