summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 08:29:56 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 08:29:56 +0000
commit5f40670ed0d48250451e6e3826cc89bbd8a828b6 (patch)
tree44747d62324158c05b8dd69e9be791727d4ca60f /MdePkg
parent4d3f3cae570d50fbf41dcf34fbf3e4cf701c038f (diff)
downloadedk2-5f40670ed0d48250451e6e3826cc89bbd8a828b6.zip
edk2-5f40670ed0d48250451e6e3826cc89bbd8a828b6.tar.gz
edk2-5f40670ed0d48250451e6e3826cc89bbd8a828b6.tar.bz2
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@2944 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Protocol/FormBrowser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Protocol/FormBrowser.h b/MdePkg/Include/Protocol/FormBrowser.h
index 6f587b7..506acc9 100644
--- a/MdePkg/Include/Protocol/FormBrowser.h
+++ b/MdePkg/Include/Protocol/FormBrowser.h
@@ -17,6 +17,8 @@
#ifndef __EFI_FORM_BROWSER_H__
#define __EFI_FORM_BROWSER_H__
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."
+
#define EFI_FORM_BROWSER_PROTOCOL_GUID \
{ 0xe5a1333e, 0xe1b4, 0x4e55, { 0xce, 0xeb, 0x35, 0xc3, 0xef, 0x13, 0x34, 0x43 } }