X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FFrameworkDxe.h;h=23ad62a41b3dc6aec3fdc9710c94b59e564e2ae7;hb=75f8e3aaff4d77ec2a04c14633d63b67c651edda;hp=f43e113d04e8da0b8355d73f0207dcc7421e371e;hpb=dc7b4a5c436c3190fca6607e77711c3246d7290a;p=mirror_edk2.git diff --git a/IntelFrameworkPkg/Include/FrameworkDxe.h b/IntelFrameworkPkg/Include/FrameworkDxe.h index f43e113d04..23ad62a41b 100644 --- a/IntelFrameworkPkg/Include/FrameworkDxe.h +++ b/IntelFrameworkPkg/Include/FrameworkDxe.h @@ -1,29 +1,32 @@ /** @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 that use Framework definitions. - This header file must include Framework extension definitions common to DXE - modules. - - Copyright (c) 2007, 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 - http://opensource.org/licenses/bsd-license.php - 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 + This header file includes Framework extension definitions common to DXE + modules. +Copyright (c) 2007 - 2010, 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 that accompanies this distribution. +The full text of the license may be found at +http://opensource.org/licenses/bsd-license.php. + +THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ #ifndef _FRAMEWORK_DXE_H_ #define _FRAMEWORK_DXE_H_ -#include - -#include +#include #include +#include +#include +#include +#include +#include +#include #endif