79964ac8 |
1 | /** @file\r |
2 | Header file that supports Framework extension to UEFI for all types of\r |
3 | modules.\r |
4 | \r |
5 | This header file must include Framework extension definitions common to all\r |
6 | types of modules.\r |
7 | \r |
8 | Copyright (c) 2007, Intel Corporation\r |
9 | All rights reserved. This program and the accompanying materials\r |
10 | are licensed and made available under the terms and conditions of the BSD License\r |
11 | which accompanies this distribution. The full text of the license may be found at\r |
12 | http://opensource.org/licenses/bsd-license.php\r |
13 | \r |
14 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
15 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
16 | \r |
17 | Module Name: FrameworkBase.h\r |
18 | \r |
19 | **/\r |
20 | \r |
21 | #ifndef _FRAMEWORK_BASE_H_\r |
22 | #define _FRAMEWORK_BASE_H_\r |
23 | \r |
24 | #include <Common/FrameworkFirmwareFileSystem.h>\r |
25 | #include <Common/FrameworkHob.h>\r |
26 | #include <Common/FrameworkLegacy16.h>\r |
27 | #include <Common/DataHubRecords.h>\r |
28 | \r |
29 | #endif\r |