]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h
Remove several over-specific issues.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkUefiLib / FrameworkUefiLib.h
CommitLineData
79964ac8 1/** @file\r
2 Header file to include header files common to all source files in\r
8e5b17b2 3 FrameworkUefiLib.\r
79964ac8 4\r
5 Copyright (c) 2007, Intel Corporation<BR>\r
6 All rights reserved. This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
79964ac8 14**/\r
15\r
16#ifndef _UEFI_LIB_FRAMEWORK_H_\r
17#define _UEFI_LIB_FRAMEWORK_H_\r
18\r
ed7748fe 19\r
79964ac8 20#include <FrameworkDxe.h>\r
ed7748fe 21\r
c1809918 22#include <Protocol/DriverBinding.h>\r
23#include <Protocol/ComponentName.h>\r
24#include <Protocol/ComponentName2.h>\r
25#include <Protocol/DriverConfiguration.h>\r
26#include <Protocol/DriverDiagnostics.h>\r
27#include <Protocol/DriverDiagnostics2.h>\r
28\r
b51e6bc4 29#include <Guid/EventGroup.h>\r
30#include <Guid/EventLegacyBios.h>\r
31#include <Guid/FrameworkDevicePath.h>\r
ed7748fe 32\r
b51e6bc4 33#include <Library/UefiLib.h>\r
79964ac8 34#include <Library/UefiBootServicesTableLib.h>\r
35#include <Library/BaseLib.h>\r
36#include <Library/BaseMemoryLib.h>\r
37#include <Library/DebugLib.h>\r
38#include <Library/MemoryAllocationLib.h>\r
39#include <Library/PcdLib.h>\r
40#include <Library/PrintLib.h>\r
a6d5e5f7 41#include <Library/DevicePathLib.h>\r
79964ac8 42\r
43#endif\r