]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h
Make IntelFrameworkPkg pass package build
[mirror_edk2.git] / IntelFrameworkPkg / Library / UefiLibFramework / UefiLibFramework.h
CommitLineData
79964ac8 1/** @file\r
2 Header file to include header files common to all source files in\r
3 UefiLibFramework.\r
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
14 Module Name: UefiLibFramework.h\r
15\r
16**/\r
17\r
18#ifndef _UEFI_LIB_FRAMEWORK_H_\r
19#define _UEFI_LIB_FRAMEWORK_H_\r
20\r
ed7748fe 21\r
79964ac8 22#include <FrameworkDxe.h>\r
ed7748fe 23\r
c1809918 24#include <Protocol/DriverBinding.h>\r
25#include <Protocol/ComponentName.h>\r
26#include <Protocol/ComponentName2.h>\r
27#include <Protocol/DriverConfiguration.h>\r
28#include <Protocol/DriverDiagnostics.h>\r
29#include <Protocol/DriverDiagnostics2.h>\r
30\r
b51e6bc4 31#include <Guid/EventGroup.h>\r
32#include <Guid/EventLegacyBios.h>\r
33#include <Guid/FrameworkDevicePath.h>\r
ed7748fe 34\r
b51e6bc4 35#include <Library/UefiLib.h>\r
79964ac8 36#include <Library/UefiBootServicesTableLib.h>\r
37#include <Library/BaseLib.h>\r
38#include <Library/BaseMemoryLib.h>\r
39#include <Library/DebugLib.h>\r
40#include <Library/MemoryAllocationLib.h>\r
41#include <Library/PcdLib.h>\r
42#include <Library/PrintLib.h>\r
79964ac8 43\r
44#endif\r