]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiLib/UefiLibInternal.h
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLibInternal.h
CommitLineData
42eedea9 1/** @file\r
f734a10a 2 Internal include file for UefiLib.\r
e386b444 3\r
19388d29
HT
4 Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
e386b444 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
2fc59a00 8 http://opensource.org/licenses/bsd-license.php.\r
e386b444 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
60c93673 17#include <Uefi.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
c8cc44c4 22#include <Protocol/DriverConfiguration2.h>\r
e386b444 23#include <Protocol/DriverDiagnostics.h>\r
c7d265a9 24#include <Protocol/DriverDiagnostics2.h>\r
1c280088 25#include <Protocol/LoadedImage.h>\r
b3154720 26#include <Protocol/GraphicsOutput.h>\r
27#include <Protocol/UgaDraw.h>\r
28#include <Protocol/HiiFont.h>\r
1c280088 29\r
e386b444 30#include <Guid/EventGroup.h>\r
31#include <Guid/EventLegacyBios.h>\r
6d28c497 32#include <Guid/GlobalVariable.h>\r
e386b444 33#include <Library/UefiLib.h>\r
34#include <Library/UefiBootServicesTableLib.h>\r
6d28c497 35#include <Library/UefiRuntimeServicesTableLib.h>\r
e386b444 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
e5dab016 42#include <Library/DevicePathLib.h>\r
1c280088 43\r
e386b444 44#endif\r