summaryrefslogtreecommitdiff
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 06:51:45 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-29 06:51:45 +0000
commit1528fae8dc769a6108836e1f8d2f9dc075a4d4d3 (patch)
tree793051a3e3c3133a488f8da3b26404e126bba0ee /MdePkg/Include
parentdf298090b8dc880fbbe34c3e9c09a17e5581781d (diff)
downloadedk2-platforms-1528fae8dc769a6108836e1f8d2f9dc075a4d4d3.tar.xz
add a error macro to prevent this file from included for now #error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2894 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Library/HiiLib.h2
-rw-r--r--MdePkg/Include/Library/IfrSupportLib.h2
-rw-r--r--MdePkg/Include/Protocol/HiiConfigAccess.h2
-rw-r--r--MdePkg/Include/Protocol/HiiConfigRouting.h2
-rw-r--r--MdePkg/Include/Protocol/HiiDatabase.h2
-rw-r--r--MdePkg/Include/Protocol/HiiFont.h2
-rw-r--r--MdePkg/Include/Protocol/HiiImage.h1
-rw-r--r--MdePkg/Include/Protocol/HiiString.h2
8 files changed, 15 insertions, 0 deletions
diff --git a/MdePkg/Include/Library/HiiLib.h b/MdePkg/Include/Library/HiiLib.h
index 087013602e..c32ad6d64d 100644
--- a/MdePkg/Include/Library/HiiLib.h
+++ b/MdePkg/Include/Library/HiiLib.h
@@ -15,6 +15,8 @@
#ifndef __HII_LIB_H__
#define __HII_LIB_H__
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
+
#include <Protocol/HiiDatabase.h>
/**
diff --git a/MdePkg/Include/Library/IfrSupportLib.h b/MdePkg/Include/Library/IfrSupportLib.h
index 0fe1d06f62..4ef638a954 100644
--- a/MdePkg/Include/Library/IfrSupportLib.h
+++ b/MdePkg/Include/Library/IfrSupportLib.h
@@ -15,6 +15,8 @@
#ifndef __IFRSUPPORTLIBRARY_H__
#define __IFRSUPPORTLIBRARY_H__
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
+
#define DEFAULT_FORM_BUFFER_SIZE 0xFFFF
#define DEFAULT_STRING_BUFFER_SIZE 0xFFFF
diff --git a/MdePkg/Include/Protocol/HiiConfigAccess.h b/MdePkg/Include/Protocol/HiiConfigAccess.h
index 2c8b87be23..a0e4be53af 100644
--- a/MdePkg/Include/Protocol/HiiConfigAccess.h
+++ b/MdePkg/Include/Protocol/HiiConfigAccess.h
@@ -19,6 +19,8 @@
#ifndef __EFI_HII_CONFIG_ACCESS_H__
#define __EFI_HII_CONFIG_ACCESS_H__
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
+
#define EFI_HII_CONFIGURATION_ACCESS_PROTOCOL_GUID \
{ 0x330d4706, 0xf2a0, 0x4e4f, { 0xa3, 0x69, 0xb6, 0x6f, 0xa8, 0xd5, 0x43, 0x85 } }
diff --git a/MdePkg/Include/Protocol/HiiConfigRouting.h b/MdePkg/Include/Protocol/HiiConfigRouting.h
index 80a9452c0f..9c592645d0 100644
--- a/MdePkg/Include/Protocol/HiiConfigRouting.h
+++ b/MdePkg/Include/Protocol/HiiConfigRouting.h
@@ -19,6 +19,8 @@
#ifndef __HII_CONFIG_ROUTING_H__
#define __HII_CONFIG_ROUTING_H__
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
+
#define EFI_HII_CONFIG_ROUTING_PROTOCOL_GUID \
{ 0x587e72d7, 0xcc50, 0x4f79, { 0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f } }
diff --git a/MdePkg/Include/Protocol/HiiDatabase.h b/MdePkg/Include/Protocol/HiiDatabase.h
index 5054d8308f..a100a6bba8 100644
--- a/MdePkg/Include/Protocol/HiiDatabase.h
+++ b/MdePkg/Include/Protocol/HiiDatabase.h
@@ -16,6 +16,8 @@
#ifndef __HII_DATABASE_H__
#define __HII_DATABASE_H__
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
+
#define EFI_HII_DATABASE_PROTOCOL_GUID \
{ 0xef9fc172, 0xa1b2, 0x4693, { 0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42 } }
diff --git a/MdePkg/Include/Protocol/HiiFont.h b/MdePkg/Include/Protocol/HiiFont.h
index eb53e1b0ed..629a817240 100644
--- a/MdePkg/Include/Protocol/HiiFont.h
+++ b/MdePkg/Include/Protocol/HiiFont.h
@@ -17,6 +17,8 @@
#include <Protocol/HiiImage.h>
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
+
#define EFI_HII_FONT_PROTOCOL_GUID \
{ 0xe9ca4775, 0x8657, 0x47fc, { 0x97, 0xe7, 0x7e, 0xd6, 0x5a, 0x8, 0x43, 0x24 } }
diff --git a/MdePkg/Include/Protocol/HiiImage.h b/MdePkg/Include/Protocol/HiiImage.h
index 5f7dca984a..4958687e83 100644
--- a/MdePkg/Include/Protocol/HiiImage.h
+++ b/MdePkg/Include/Protocol/HiiImage.h
@@ -15,6 +15,7 @@
#ifndef __HII_IMAGE_H__
#define __HII_IMAGE_H__
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
#define EFI_HII_IMAGE_PROTOCOL_GUID \
{ 0x31a6406a, 0x6bdf, 0x4e46, { 0xb2, 0xa2, 0xeb, 0xaa, 0x89, 0xc4, 0x9, 0x20 } }
diff --git a/MdePkg/Include/Protocol/HiiString.h b/MdePkg/Include/Protocol/HiiString.h
index 0b93f00e55..eafe5de6fe 100644
--- a/MdePkg/Include/Protocol/HiiString.h
+++ b/MdePkg/Include/Protocol/HiiString.h
@@ -15,6 +15,8 @@
#ifndef __HII_STRING_H__
#define __HII_STRING_H__
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
+
#define EFI_HII_STRING_PROTOCOL_GUID \
{ 0xfd96974, 0x23aa, 0x4cdc, { 0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a } }