]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ExtendedIfrSupportLib/LibraryInternal.h
Update all files to follow doxygen style file header.
[mirror_edk2.git] / MdeModulePkg / Library / ExtendedIfrSupportLib / LibraryInternal.h
CommitLineData
93e3992d 1/** @file
2
3Copyright (c) 2007, Intel Corporation
4All rights reserved. This program and the accompanying materials
5are licensed and made available under the terms and conditions of the BSD License
6which accompanies this distribution. The full text of the license may be found at
7http://opensource.org/licenses/bsd-license.php
8
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12Module Name:
13
14 UefiIfrLibraryInternal
15
16Abstract:
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
93e3992d 46#endif