]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/IfrSupportLib/UefiIfrLibraryInternal.h
UEFI HII: Merge UEFI HII support changes from branch.
[mirror_edk2.git] / MdeModulePkg / Library / IfrSupportLib / UefiIfrLibraryInternal.h
1 /** @file
2
3 Copyright (c) 2007, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 UefiIfrLibraryInternal
15
16 Abstract:
17
18 The file contain all library function for Ifr Operations.
19
20
21 **/
22
23 #ifndef _IFRLIBRARY_INTERNAL_H
24 #define _IFRLIBRARY_INTERNAL_H
25
26
27 #include <PiDxe.h>
28
29 #include <Guid/GlobalVariable.h>
30 #include <Protocol/DevicePath.h>
31
32 #include <Library/DebugLib.h>
33 #include <Library/BaseMemoryLib.h>
34 #include <Library/UefiRuntimeServicesTableLib.h>
35 #include <Library/UefiBootServicesTableLib.h>
36 #include <Library/BaseLib.h>
37 #include <Library/DevicePathLib.h>
38 #include <Library/MemoryAllocationLib.h>
39 #include <Library/IfrSupportLib.h>
40 #include <Library/PcdLib.h>
41
42 #include <MdeModuleHii.h>
43
44 #include "R8Lib.h"
45
46 VOID
47 LocateHiiProtocols (
48 VOID
49 )
50 /*++
51
52 Routine Description:
53 This function locate Hii relative protocols for later usage.
54
55 Arguments:
56 None.
57
58 Returns:
59 None.
60
61 --*/
62 ;
63
64 #endif