X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FFrameworkDxe.h;h=c96c662b3844456f827b8f814a96025de3f45e13;hp=6fb767eb0cb5c8cf3f00dfc4d88c19195825d174;hb=a89fa50ccf7a29405e3d24c49625dbd70cdba9fa;hpb=79964ac84ea0ca6c68d0dea38245fa83ff1945d1 diff --git a/IntelFrameworkPkg/Include/FrameworkDxe.h b/IntelFrameworkPkg/Include/FrameworkDxe.h index 6fb767eb0c..c96c662b38 100644 --- a/IntelFrameworkPkg/Include/FrameworkDxe.h +++ b/IntelFrameworkPkg/Include/FrameworkDxe.h @@ -1,10 +1,12 @@ /** @file - Header file that supports Framework extension to UEFI/PI for DXE modules. + The root header file that provides Framework extension to UEFI/PI for modules. It can be included by + DXE, RUNTIME and SMM type modules which uses Framework definitions. - This header file must include Framework extension definitions common to DXE + + This header file includes Framework extension definitions common to DXE modules. - Copyright (c) 2007, Intel Corporation + Copyright (c) 2007 - 2009, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -12,16 +14,19 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - - Module Name: FrameworkDxe.h - **/ #ifndef _FRAMEWORK_DXE_H_ #define _FRAMEWORK_DXE_H_ -#include -#include -#include +#include + +#include +#include +#include +#include +#include +#include +#include #endif