]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibInternal.h
IntelFrameworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / UefiLibInternal.h
CommitLineData
79964ac8 1/** @file\r
bf428cb3 2 Internal include file for UefiLib.\r
79964ac8 3\r
eb58a023 4 Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
22a69a5e 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
79964ac8 6**/\r
7\r
bf428cb3 8#ifndef __UEFI_LIB_INTERNAL_H_\r
9#define __UEFI_LIB_INTERNAL_H_\r
79964ac8 10\r
ed7748fe 11\r
79964ac8 12#include <FrameworkDxe.h>\r
c1809918 13#include <Protocol/DriverBinding.h>\r
14#include <Protocol/ComponentName.h>\r
15#include <Protocol/ComponentName2.h>\r
16#include <Protocol/DriverConfiguration.h>\r
bf428cb3 17#include <Protocol/DriverConfiguration2.h>\r
c1809918 18#include <Protocol/DriverDiagnostics.h>\r
19#include <Protocol/DriverDiagnostics2.h>\r
bf428cb3 20#include <Protocol/LoadedImage.h>\r
21#include <Protocol/GraphicsOutput.h>\r
22#include <Protocol/UgaDraw.h>\r
23#include <Protocol/HiiFont.h>\r
c1809918 24\r
b51e6bc4 25#include <Guid/EventGroup.h>\r
26#include <Guid/EventLegacyBios.h>\r
4ea439fb 27#include <Guid/GlobalVariable.h>\r
b51e6bc4 28#include <Library/UefiLib.h>\r
79964ac8 29#include <Library/UefiBootServicesTableLib.h>\r
4ea439fb 30#include <Library/UefiRuntimeServicesTableLib.h>\r
79964ac8 31#include <Library/BaseLib.h>\r
32#include <Library/BaseMemoryLib.h>\r
33#include <Library/DebugLib.h>\r
34#include <Library/MemoryAllocationLib.h>\r
35#include <Library/PcdLib.h>\r
36#include <Library/PrintLib.h>\r
a6d5e5f7 37#include <Library/DevicePathLib.h>\r
79964ac8 38\r
39#endif\r