Last change
on this file since 81344 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
725 bytes
|
Line | |
---|
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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.