Commit | Line | Data |
---|---|---|
1dae8247 | 1 | /** @file\r |
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 | |
2b3687db | 9 | Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r |
f22f941e | 10 | This program and the accompanying materials are licensed and made available under \r |
11 | the terms and conditions of the BSD License that accompanies this distribution. \r | |
12 | The full text of the license may be found at\r | |
13 | http://opensource.org/licenses/bsd-license.php. \r | |
14 | \r | |
15 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r | |
16 | WITHOUT 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 |