]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLibInternal.h
correct some coding style issues.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkIfrSupportLib / IfrSupportLibInternal.h
CommitLineData
49a049e6 1/** @file\r
5d01b0f7 2 Common header file shared by all source files.\r
3\r
4 This file includes package header files, library classes and protocol, PPI & GUID definitions.\r
5\r
6 Copyright (c) 2006 - 2007, Intel Corporation.\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which accompanies this distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php\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
49a049e6 13 \r
5d01b0f7 14**/\r
15\r
cc9d7284 16#ifndef __IFRSUPPORT_LIB_INTERNAL_H_\r
17#define __IFRSUPPORT_LIB_INTERNAL_H_\r
5d01b0f7 18\r
dc7b4a5c 19#include <FrameworkDxe.h>\r
ed7748fe 20\r
5d01b0f7 21#include <Guid/GlobalVariable.h>\r
8e5b17b2 22#include <Protocol/FrameworkHii.h>\r
ed7748fe 23\r
8e5b17b2 24#include <Library/FrameworkIfrSupportLib.h>\r
5d01b0f7 25#include <Library/DebugLib.h>\r
26#include <Library/BaseLib.h>\r
27#include <Library/BaseMemoryLib.h>\r
28#include <Library/MemoryAllocationLib.h>\r
29#include <Library/UefiBootServicesTableLib.h>\r
30#include <Library/UefiRuntimeServicesTableLib.h>\r
31\r
32#endif\r