]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/UefiHiiLib/InternalHiiLib.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / InternalHiiLib.h
1 /** @file
2 Internal include file for the HII Library instance.
3
4 Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef __INTERNAL_HII_LIB_H__
10 #define __INTERNAL_HII_LIB_H__
11
12 #include <Uefi.h>
13
14 #include <Protocol/DevicePath.h>
15 #include <Protocol/FormBrowser2.h>
16
17 #include <Guid/MdeModuleHii.h>
18
19 #include <Library/BaseLib.h>
20 #include <Library/BaseMemoryLib.h>
21 #include <Library/HiiLib.h>
22 #include <Library/DebugLib.h>
23 #include <Library/MemoryAllocationLib.h>
24 #include <Library/UefiBootServicesTableLib.h>
25 #include <Library/DevicePathLib.h>
26 #include <Library/UefiHiiServicesLib.h>
27 #include <Library/PrintLib.h>
28 #include <Library/UefiLib.h>
29
30 #endif