]> 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
8dbae30d 1/** @file\r
2 The file contain all library function for Ifr Operations.\r
3\r
4Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _IFRLIBRARY_INTERNAL_H\r
16#define _IFRLIBRARY_INTERNAL_H\r
17\r
18\r
19#include <PiDxe.h>\r
20\r
21#include <Guid/GlobalVariable.h>\r
22#include <Protocol/DevicePath.h>\r
23\r
24#include <Library/DebugLib.h>\r
25#include <Library/BaseMemoryLib.h>\r
26#include <Library/UefiRuntimeServicesTableLib.h>\r
27#include <Library/UefiBootServicesTableLib.h>\r
28#include <Library/BaseLib.h>\r
29#include <Library/DevicePathLib.h>\r
30#include <Library/MemoryAllocationLib.h>\r
31#include <Library/IfrSupportLib.h>\r
32#include <Library/PcdLib.h>\r
33\r
34#include <MdeModuleHii.h>\r
35\r
36#include "R8Lib.h"\r
37\r
38#endif\r