]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add a error macro to prevent this file from included for now #error "UEFI 2.1 HII...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 06:51:45 +0000 (06:51 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 29 Jun 2007 06:51:45 +0000 (06:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2894 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/HiiLib.h
MdePkg/Include/Library/IfrSupportLib.h
MdePkg/Include/Protocol/HiiConfigAccess.h
MdePkg/Include/Protocol/HiiConfigRouting.h
MdePkg/Include/Protocol/HiiDatabase.h
MdePkg/Include/Protocol/HiiFont.h
MdePkg/Include/Protocol/HiiImage.h
MdePkg/Include/Protocol/HiiString.h

index 087013602edb4c11096d7289f93a53a392f5b0f4..c32ad6d64d2dfafa9b84d2bb4ee2bf9ef6b58393 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef __HII_LIB_H__\r
 #define __HII_LIB_H__\r
 \r
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."\r
+\r
 #include <Protocol/HiiDatabase.h>\r
 \r
 /**\r
index 0fe1d06f62c7c8b884bdd615a7686fbedc85a0d4..4ef638a9544c8e7b391f27fdc139ea3036ff27bc 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef __IFRSUPPORTLIBRARY_H__\r
 #define __IFRSUPPORTLIBRARY_H__\r
 \r
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."\r
+\r
 #define DEFAULT_FORM_BUFFER_SIZE    0xFFFF\r
 #define DEFAULT_STRING_BUFFER_SIZE  0xFFFF\r
 \r
index 2c8b87be23fec73cd3679eeae4f54ba74b9226fe..a0e4be53afbfa9645afa415cbad27252c904eb70 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __EFI_HII_CONFIG_ACCESS_H__\r
 #define __EFI_HII_CONFIG_ACCESS_H__\r
 \r
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."\r
+\r
 #define EFI_HII_CONFIGURATION_ACCESS_PROTOCOL_GUID  \\r
   { 0x330d4706, 0xf2a0, 0x4e4f, { 0xa3, 0x69, 0xb6, 0x6f, 0xa8, 0xd5, 0x43, 0x85 } }\r
 \r
index 80a9452c0f90cbfe975378c639388464610507fd..9c592645d04c979b4a262e6e35b2a92580117785 100644 (file)
@@ -19,6 +19,8 @@
 #ifndef __HII_CONFIG_ROUTING_H__\r
 #define __HII_CONFIG_ROUTING_H__\r
 \r
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."\r
+\r
 #define EFI_HII_CONFIG_ROUTING_PROTOCOL_GUID \\r
   { 0x587e72d7, 0xcc50, 0x4f79, { 0x82, 0x09, 0xca, 0x29, 0x1f, 0xc1, 0xa1, 0x0f } }\r
 \r
index 5054d8308f398dff4b2938f1f468027ad156c5ea..a100a6bba8a53d7cdafebf88ff6b802680357088 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef __HII_DATABASE_H__\r
 #define __HII_DATABASE_H__\r
 \r
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."\r
+\r
 #define EFI_HII_DATABASE_PROTOCOL_GUID \\r
   { 0xef9fc172, 0xa1b2, 0x4693, { 0xb3, 0x27, 0x6d, 0x32, 0xfc, 0x41, 0x60, 0x42 } }\r
 \r
index eb53e1b0edc51c3ecdc26b9934180bbe6e81274b..629a817240aa23c3204a526a78c73cfab62cc2c8 100644 (file)
@@ -17,6 +17,8 @@
 \r
 #include <Protocol/HiiImage.h>\r
 \r
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."\r
+\r
 #define EFI_HII_FONT_PROTOCOL_GUID \\r
 { 0xe9ca4775, 0x8657, 0x47fc, { 0x97, 0xe7, 0x7e, 0xd6, 0x5a, 0x8, 0x43, 0x24 } }\r
 \r
index 5f7dca984a65ae1b9d8384d456d3101f53651eee..4958687e8369a793ff98a47733eb03b3b4a8e6e0 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef __HII_IMAGE_H__\r
 #define __HII_IMAGE_H__\r
 \r
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."\r
 \r
 #define EFI_HII_IMAGE_PROTOCOL_GUID \\r
   { 0x31a6406a, 0x6bdf, 0x4e46, { 0xb2, 0xa2, 0xeb, 0xaa, 0x89, 0xc4, 0x9, 0x20 } }\r
index 0b93f00e55ec044a24051c8089675a1bba0465d4..eafe5de6fe83f8bdcb058664ee686b64a2a4fa43 100644 (file)
@@ -15,6 +15,8 @@
 #ifndef __HII_STRING_H__\r
 #define __HII_STRING_H__\r
 \r
+#error "UEFI 2.1 HII is not fully implemented for now, Please don't include this file now."\r
+\r
 #define EFI_HII_STRING_PROTOCOL_GUID \\r
   { 0xfd96974, 0x23aa, 0x4cdc, { 0xb9, 0xcb, 0x98, 0xd1, 0x77, 0x50, 0x32, 0x2a } }\r
 \r