]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiHiiLib/InternalHiiLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
d1102dba 4 Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
08e4b3cf 6\r
7**/\r
8\r
9#ifndef __INTERNAL_HII_LIB_H__\r
10#define __INTERNAL_HII_LIB_H__\r
11\r
12#include <Uefi.h>\r
13\r
08e4b3cf 14#include <Protocol/DevicePath.h>\r
7e3bcccb 15#include <Protocol/FormBrowser2.h>\r
08e4b3cf 16\r
95a71351
DB
17#include <Guid/MdeModuleHii.h>\r
18\r
08e4b3cf 19#include <Library/BaseLib.h>\r
20#include <Library/BaseMemoryLib.h>\r
21#include <Library/HiiLib.h>\r
22#include <Library/DebugLib.h>\r
23#include <Library/MemoryAllocationLib.h>\r
24#include <Library/UefiBootServicesTableLib.h>\r
25#include <Library/DevicePathLib.h>\r
7e3bcccb 26#include <Library/UefiHiiServicesLib.h>\r
7e3bcccb 27#include <Library/PrintLib.h>\r
84f9a9ec 28#include <Library/UefiLib.h>\r
08e4b3cf 29\r
30#endif\r