]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ExtendedIfrSupportLib/LibraryInternal.h
Retire framework IfrSupportLib and HiiLib, which will be replaced by new designed...
[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
6ca46b63 15#ifndef _IFRLIBRARY_INTERNAL_H_\r
16#define _IFRLIBRARY_INTERNAL_H_\r
8dbae30d 17\r
18\r
60c93673 19#include <Uefi.h>\r
8dbae30d 20\r
8dbae30d 21#include <Protocol/DevicePath.h>\r
5a6213cd 22#include <Protocol/HiiDatabase.h>\r
23#include <Protocol/HiiString.h>\r
8dbae30d 24\r
25#include <Library/DebugLib.h>\r
26#include <Library/BaseMemoryLib.h>\r
27#include <Library/UefiRuntimeServicesTableLib.h>\r
28#include <Library/UefiBootServicesTableLib.h>\r
29#include <Library/BaseLib.h>\r
30#include <Library/DevicePathLib.h>\r
31#include <Library/MemoryAllocationLib.h>\r
32#include <Library/IfrSupportLib.h>\r
33#include <Library/PcdLib.h>\r
34\r
5c526736 35#include <Guid/MdeModuleHii.h>\r
8dbae30d 36\r
3597bcbe 37extern CONST EFI_GUID mIfrVendorGuid;\r
cfb9b643 38\r
8dbae30d 39#endif\r