diff options
Diffstat (limited to 'MdePkg/Include/Library/IfrSupportLib.h')
-rw-r--r-- | MdePkg/Include/Library/IfrSupportLib.h | 2 |
1 files changed, 2 insertions, 0 deletions
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
|