]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkPkg/Include/FrameworkDxe.h
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkPkg / Include / FrameworkDxe.h
... / ...
CommitLineData
1/** @file\r
2 The root header file that provides Framework extension to UEFI/PI for modules. It can be included by \r
3 DXE, RUNTIME and SMM type modules that use Framework definitions.\r
4\r
5\r
6 This header file includes Framework extension definitions common to DXE\r
7 modules.\r
8\r
9Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
10This program and the accompanying materials are licensed and made available under \r
11the terms and conditions of the BSD License that accompanies this distribution. \r
12The full text of the license may be found at\r
13http://opensource.org/licenses/bsd-license.php. \r
14 \r
15THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
16WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17**/\r
18\r
19#ifndef _FRAMEWORK_DXE_H_\r
20#define _FRAMEWORK_DXE_H_\r
21\r
22#include <PiDxe.h>\r
23\r
24#include <Framework/FrameworkInternalFormRepresentation.h>\r
25#include <Framework/FirmwareVolumeImageFormat.h>\r
26#include <Framework/FirmwareVolumeHeader.h>\r
27#include <Framework/Hob.h>\r
28#include <Framework/BootScript.h>\r
29#include <Framework/StatusCode.h>\r
30#include <Framework/DxeCis.h>\r
31\r
32#endif\r