]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibInternal.h
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / UefiLibInternal.h
CommitLineData
79964ac8 1/** @file\r
bf428cb3 2 Internal include file for UefiLib.\r
79964ac8 3\r
2b3687db
HT
4 Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
5 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
79964ac8 17#include <FrameworkDxe.h>\r
c1809918 18#include <Protocol/DriverBinding.h>\r
19#include <Protocol/ComponentName.h>\r
20#include <Protocol/ComponentName2.h>\r
21#include <Protocol/DriverConfiguration.h>\r
bf428cb3 22#include <Protocol/DriverConfiguration2.h>\r
c1809918 23#include <Protocol/DriverDiagnostics.h>\r
24#include <Protocol/DriverDiagnostics2.h>\r
bf428cb3 25#include <Protocol/LoadedImage.h>\r
26#include <Protocol/GraphicsOutput.h>\r
27#include <Protocol/UgaDraw.h>\r
28#include <Protocol/HiiFont.h>\r
c1809918 29\r
b51e6bc4 30#include <Guid/EventGroup.h>\r
31#include <Guid/EventLegacyBios.h>\r
b51e6bc4 32#include <Library/UefiLib.h>\r
79964ac8 33#include <Library/UefiBootServicesTableLib.h>\r
34#include <Library/BaseLib.h>\r
35#include <Library/BaseMemoryLib.h>\r
36#include <Library/DebugLib.h>\r
37#include <Library/MemoryAllocationLib.h>\r
38#include <Library/PcdLib.h>\r
39#include <Library/PrintLib.h>\r
a6d5e5f7 40#include <Library/DevicePathLib.h>\r
79964ac8 41\r
42#endif\r