]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiHiiLib/InternalHiiLib.h
MdeModulePkg BrotliLib: Rename function with the specific lib name
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / InternalHiiLib.h
CommitLineData
08e4b3cf 1/** @file\r
2 Internal include file for the HII Library instance.\r
3\r
95a71351 4 Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
cd5ebaa0 5 This program and the accompanying materials \r
08e4b3cf 6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
13**/\r
14\r
15#ifndef __INTERNAL_HII_LIB_H__\r
16#define __INTERNAL_HII_LIB_H__\r
17\r
18#include <Uefi.h>\r
19\r
08e4b3cf 20#include <Protocol/DevicePath.h>\r
7e3bcccb 21#include <Protocol/FormBrowser2.h>\r
08e4b3cf 22\r
95a71351
DB
23#include <Guid/MdeModuleHii.h>\r
24\r
08e4b3cf 25#include <Library/BaseLib.h>\r
26#include <Library/BaseMemoryLib.h>\r
27#include <Library/HiiLib.h>\r
28#include <Library/DebugLib.h>\r
29#include <Library/MemoryAllocationLib.h>\r
30#include <Library/UefiBootServicesTableLib.h>\r
31#include <Library/DevicePathLib.h>\r
7e3bcccb 32#include <Library/UefiHiiServicesLib.h>\r
7e3bcccb 33#include <Library/PrintLib.h>\r
84f9a9ec 34#include <Library/UefiLib.h>\r
08e4b3cf 35\r
36#endif\r