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