summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-02 01:16:06 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-01-02 01:16:06 +0000
commit6ba7ad2426ecd80ae6a5de0b361e93de65c21756 (patch)
tree7489b9ae44331e048161fe2e0cb090eb5b372b4d
parente0396602b47089144a6b8f9ec2628f8bf13cf4bf (diff)
downloadedk2-6ba7ad2426ecd80ae6a5de0b361e93de65c21756.zip
edk2-6ba7ad2426ecd80ae6a5de0b361e93de65c21756.tar.gz
edk2-6ba7ad2426ecd80ae6a5de0b361e93de65c21756.tar.bz2
add a missing file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UefiHiiEnable4354@4457 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Library/HiiLib/InternalHiiLib.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/MdePkg/Library/HiiLib/InternalHiiLib.h b/MdePkg/Library/HiiLib/InternalHiiLib.h
new file mode 100644
index 0000000..78540a4
--- /dev/null
+++ b/MdePkg/Library/HiiLib/InternalHiiLib.h
@@ -0,0 +1,20 @@
+/** @file
+ Internal include file for the HII Library instance.
+
+ Copyright (c) 2007, Intel Corporation
+ All rights reserved. This program and the accompanying materials
+ are licensed and made available under the terms and conditions of the BSD License
+ which accompanies this distribution. The full text of the license may be found at
+ http://opensource.org/licenses/bsd-license.php
+
+ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+
+**/
+
+#ifndef __INTERNAL_HII_LIB_H__
+#define __INTERNAL_HII_LIB_H__
+
+
+
+#endif