]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h
Remove CommonHeader.h
[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
21#include <FrameworkDxe.h>\r
22#include <Library/UefiBootServicesTableLib.h>\r
23#include <Library/BaseLib.h>\r
24#include <Library/BaseMemoryLib.h>\r
25#include <Library/DebugLib.h>\r
26#include <Library/MemoryAllocationLib.h>\r
27#include <Library/PcdLib.h>\r
28#include <Library/PrintLib.h>\r
29#include <Library/UefiLib.h>\r
30\r
31#endif\r