]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/FrameworkDxe.h
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / IntelFrameworkPkg / Include / FrameworkDxe.h
CommitLineData
1dae8247 1/** @file\r
1c2f052d 2 The root header file that provides Framework extension to UEFI/PI for modules. It can be included by\r
f22f941e 3 DXE, RUNTIME and SMM type modules that use Framework definitions.\r
1dae8247 4\r
5\r
6 This header file includes Framework extension definitions common to DXE\r
7 modules.\r
8\r
1c2f052d
LG
9Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
10This program and the accompanying materials are licensed and made available under\r
11the terms and conditions of the BSD License that accompanies this distribution.\r
f22f941e 12The full text of the license may be found at\r
1c2f052d
LG
13http://opensource.org/licenses/bsd-license.php.\r
14\r
15THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
f22f941e 16WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
1dae8247 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