]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibInternal.h
Sync UefiLib instance in IntelFrameworkPkg with the one in MdePkg.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / UefiLibInternal.h
CommitLineData
79964ac8 1/** @file\r
bf428cb3 2 Internal include file for UefiLib.\r
79964ac8 3\r
bf428cb3 4 Copyright (c) 2007 - 2008, Intel Corporation.<BR>\r
79964ac8 5 All rights reserved. This program and the accompanying materials\r
bf428cb3 6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
79964ac8 11**/\r
12\r
bf428cb3 13#ifndef __UEFI_LIB_INTERNAL_H_\r
14#define __UEFI_LIB_INTERNAL_H_\r
79964ac8 15\r
ed7748fe 16\r
bf428cb3 17#include <Uefi.h>\r
79964ac8 18#include <FrameworkDxe.h>\r
c1809918 19#include <Protocol/DriverBinding.h>\r
20#include <Protocol/ComponentName.h>\r
21#include <Protocol/ComponentName2.h>\r
22#include <Protocol/DriverConfiguration.h>\r
bf428cb3 23#include <Protocol/DriverConfiguration2.h>\r
c1809918 24#include <Protocol/DriverDiagnostics.h>\r
25#include <Protocol/DriverDiagnostics2.h>\r
bf428cb3 26#include <Protocol/LoadedImage.h>\r
27#include <Protocol/GraphicsOutput.h>\r
28#include <Protocol/UgaDraw.h>\r
29#include <Protocol/HiiFont.h>\r
c1809918 30\r
b51e6bc4 31#include <Guid/EventGroup.h>\r
32#include <Guid/EventLegacyBios.h>\r
33#include <Guid/FrameworkDevicePath.h>\r
b51e6bc4 34#include <Library/UefiLib.h>\r
79964ac8 35#include <Library/UefiBootServicesTableLib.h>\r
36#include <Library/BaseLib.h>\r
37#include <Library/BaseMemoryLib.h>\r
38#include <Library/DebugLib.h>\r
39#include <Library/MemoryAllocationLib.h>\r
40#include <Library/PcdLib.h>\r
41#include <Library/PrintLib.h>\r
a6d5e5f7 42#include <Library/DevicePathLib.h>\r
79964ac8 43\r
44#endif\r