]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/ExtendedIfrSupportLib/LibraryInternal.h
The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI...
[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
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
cfb9b643 36extern EFI_GUID mIfrVendorGuid;\r
37\r
8dbae30d 38#endif\r