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