]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/FrameworkDxe.h
Minor code enhancement.
[mirror_edk2.git] / IntelFrameworkPkg / Include / FrameworkDxe.h
index 9a1206fdecc8429e0f12bfb5b52d511797cbd7da..c96c662b3844456f827b8f814a96025de3f45e13 100644 (file)
@@ -1,10 +1,12 @@
 /** @file\r
-  Header file that supports Framework extension to UEFI/PI for DXE modules.\r
+  The root header file that provides Framework extension to UEFI/PI for modules. It can be included by \r
+  DXE, RUNTIME and SMM type modules which uses Framework definitions.\r
 \r
-  This header file must include Framework extension definitions common to DXE\r
+\r
+  This header file includes Framework extension definitions common to DXE\r
   modules.\r
 \r
-  Copyright (c) 2007, Intel Corporation\r
+  Copyright (c) 2007 - 2009, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-  Module Name:    FrameworkDxe.h\r
-\r
 **/\r
 \r
 #ifndef _FRAMEWORK_DXE_H_\r
 #define _FRAMEWORK_DXE_H_\r
 \r
-#include <FrameworkBase.h>\r
-\r
-#include <Common/FrameworkDxeCis.h>\r
-\r
-#include <Common/FrameworkFirmwareFileSystem.h>\r
-#include <Common/FrameworkHob.h>\r
-#include <Common/FrameworkLegacy16.h>\r
-#include <Common/DataHubRecords.h>\r
+#include <PiDxe.h>\r
 \r
-#include <Common/FrameworkStatusCode.h>\r
-#include <Common/FrameworkStatusCodeDataTypeId.h>\r
+#include <Framework/FrameworkInternalFormRepresentation.h>\r
+#include <Framework/FirmwareVolumeImageFormat.h>\r
+#include <Framework/FirmwareVolumeHeader.h>\r
+#include <Framework/Hob.h>\r
+#include <Framework/BootScript.h>\r
+#include <Framework/StatusCode.h>\r
+#include <Framework/DxeCis.h>\r
 \r
 #endif\r