]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Include/FrameworkDxe.h
Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @retval...
[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 which uses Framework definitions.
4
5
6 This header file includes Framework extension definitions common to DXE
7 modules.
8
9 Copyright (c) 2007 - 2009, Intel Corporation
10 All rights reserved. This program and the accompanying materials
11 are licensed and made available under the terms and conditions of the BSD License
12 which accompanies this distribution. 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