]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiLib/UefiLibInternal.h
Use EdkFatBinPkg binary fat module in Nt32Pkg.fdf, becuase the binary fat module...
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLibInternal.h
CommitLineData
e386b444 1/**@file\r
f734a10a 2 Internal include file for UefiLib.\r
e386b444 3\r
f734a10a 4 Copyright (c) 2007, Intel Corporation.<BR>\r
e386b444 5 All rights reserved. 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
f734a10a
A
13#ifndef __UEFI_LIB_INTERNAL_H_\r
14#define __UEFI_LIB_INTERNAL_H_\r
e386b444 15\r
16\r
e386b444 17#include <PiDxe.h>\r
e386b444 18#include <Protocol/DriverBinding.h>\r
19#include <Protocol/ComponentName.h>\r
c7d265a9 20#include <Protocol/ComponentName2.h>\r
e386b444 21#include <Protocol/DriverConfiguration.h>\r
22#include <Protocol/DriverDiagnostics.h>\r
c7d265a9 23#include <Protocol/DriverDiagnostics2.h>\r
e386b444 24#include <Guid/EventGroup.h>\r
25#include <Guid/EventLegacyBios.h>\r
e386b444 26#include <Library/UefiLib.h>\r
27#include <Library/UefiBootServicesTableLib.h>\r
28#include <Library/BaseLib.h>\r
29#include <Library/BaseMemoryLib.h>\r
30#include <Library/DebugLib.h>\r
31#include <Library/MemoryAllocationLib.h>\r
32#include <Library/PcdLib.h>\r
33#include <Library/PrintLib.h>\r
34\r
35#endif\r