]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/UefiLib/UefiLibInternal.h
MdePkg/SmiHandlerProfile: Add Context support in Unregister
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLibInternal.h
... / ...
CommitLineData
1/** @file\r
2 Internal include file for UefiLib.\r
3\r
4 Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
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
11**/\r
12\r
13#ifndef __UEFI_LIB_INTERNAL_H_\r
14#define __UEFI_LIB_INTERNAL_H_\r
15\r
16\r
17#include <Uefi.h>\r
18#include <Protocol/DriverBinding.h>\r
19#include <Protocol/ComponentName.h>\r
20#include <Protocol/ComponentName2.h>\r
21#include <Protocol/DriverConfiguration.h>\r
22#include <Protocol/DriverConfiguration2.h>\r
23#include <Protocol/DriverDiagnostics.h>\r
24#include <Protocol/DriverDiagnostics2.h>\r
25#include <Protocol/LoadedImage.h>\r
26#include <Protocol/GraphicsOutput.h>\r
27#include <Protocol/UgaDraw.h>\r
28#include <Protocol/HiiFont.h>\r
29\r
30#include <Guid/EventGroup.h>\r
31#include <Guid/EventLegacyBios.h>\r
32#include <Guid/GlobalVariable.h>\r
33#include <Library/UefiLib.h>\r
34#include <Library/UefiBootServicesTableLib.h>\r
35#include <Library/UefiRuntimeServicesTableLib.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
42#include <Library/DevicePathLib.h>\r
43\r
44#endif\r