From 6ba7ad2426ecd80ae6a5de0b361e93de65c21756 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 2 Jan 2008 01:16:06 +0000 Subject: add a missing file git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UefiHiiEnable4354@4457 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/HiiLib/InternalHiiLib.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 MdePkg/Library/HiiLib/InternalHiiLib.h 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 -- cgit v1.1