]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Csm/Include/FrameworkDxe.h
OvmfPkg/Csm/LegacyBootMaintUiLib: Update to make it build for OVMF
[mirror_edk2.git] / OvmfPkg / Csm / Include / FrameworkDxe.h
CommitLineData
b522c77b
HW
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 that use Framework definitions.\r
4\r
5\r
6 This header file includes Framework extension definitions common to DXE\r
7 modules.\r
8\r
9Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
10SPDX-License-Identifier: BSD-2-Clause-Patent\r
11**/\r
12\r
13#ifndef _FRAMEWORK_DXE_H_\r
14#define _FRAMEWORK_DXE_H_\r
15\r
16#include <PiDxe.h>\r
17\r
18#include <Framework/FrameworkInternalFormRepresentation.h>\r
19#include <Framework/FirmwareVolumeImageFormat.h>\r
20#include <Framework/FirmwareVolumeHeader.h>\r
21#include <Framework/Hob.h>\r
22#include <Framework/BootScript.h>\r
23#include <Framework/StatusCode.h>\r
24#include <Framework/DxeCis.h>\r
25\r
26#endif\r