]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Include/FrameworkDxe.h
Remove IntelFrameworkModulePkg
[mirror_edk2.git] / IntelFrameworkPkg / Include / FrameworkDxe.h
1 /** @file
2 The root header file that provides Framework extension to UEFI/PI for modules. It can be included by
3 DXE, RUNTIME and SMM type modules that use Framework definitions.
4
5
6 This header file includes Framework extension definitions common to DXE
7 modules.
8
9 Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
10 SPDX-License-Identifier: BSD-2-Clause-Patent
11 **/
12
13 #ifndef _FRAMEWORK_DXE_H_
14 #define _FRAMEWORK_DXE_H_
15
16 #include <PiDxe.h>
17
18 #include <Framework/FrameworkInternalFormRepresentation.h>
19 #include <Framework/FirmwareVolumeImageFormat.h>
20 #include <Framework/FirmwareVolumeHeader.h>
21 #include <Framework/Hob.h>
22 #include <Framework/BootScript.h>
23 #include <Framework/StatusCode.h>
24 #include <Framework/DxeCis.h>
25
26 #endif