]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/FrameworkDxe.h
Minor code enhancement.
[mirror_edk2.git] / IntelFrameworkPkg / Include / FrameworkDxe.h
CommitLineData
1dae8247 1/** @file\r
2 The root header file that provides Framework extension to UEFI/PI for modules. It can be included by \r
3 DXE, RUNTIME and SMM type modules which uses Framework definitions.\r
4\r
5\r
6 This header file includes Framework extension definitions common to DXE\r
7 modules.\r
8\r
9 Copyright (c) 2007 - 2009, Intel Corporation\r
10 All rights reserved. This program and the accompanying materials\r
11 are licensed and made available under the terms and conditions of the BSD License\r
12 which accompanies this distribution. The full text of the license may be found at\r
13 http://opensource.org/licenses/bsd-license.php\r
14\r
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17**/\r
18\r
19#ifndef _FRAMEWORK_DXE_H_\r
20#define _FRAMEWORK_DXE_H_\r
21\r
0e0eeeca 22#include <PiDxe.h>\r
1dae8247 23\r
24#include <Framework/FrameworkInternalFormRepresentation.h>\r
0e0eeeca
LG
25#include <Framework/FirmwareVolumeImageFormat.h>\r
26#include <Framework/FirmwareVolumeHeader.h>\r
27#include <Framework/Hob.h>\r
87d63447 28#include <Framework/BootScript.h>\r
0e0eeeca
LG
29#include <Framework/StatusCode.h>\r
30#include <Framework/DxeCis.h>\r
1dae8247 31\r
32#endif\r