]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Include/FrameworkDxe.h
23ad62a41b3dc6aec3fdc9710c94b59e564e2ae7
[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 - 2010, Intel Corporation. All rights reserved.<BR>
10 This program and the accompanying materials are licensed and made available under
11 the terms and conditions of the BSD License that accompanies this distribution.
12 The full text of the license may be found at
13 http://opensource.org/licenses/bsd-license.php.
14
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 **/
18
19 #ifndef _FRAMEWORK_DXE_H_
20 #define _FRAMEWORK_DXE_H_
21
22 #include <PiDxe.h>
23
24 #include <Framework/FrameworkInternalFormRepresentation.h>
25 #include <Framework/FirmwareVolumeImageFormat.h>
26 #include <Framework/FirmwareVolumeHeader.h>
27 #include <Framework/Hob.h>
28 #include <Framework/BootScript.h>
29 #include <Framework/StatusCode.h>
30 #include <Framework/DxeCis.h>
31
32 #endif