]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/FrameworkDxe.h
Clarify @pram b in Base.h. Accepted and edited in Qing Huang changes for @retval...
[mirror_edk2.git] / IntelFrameworkPkg / Include / FrameworkDxe.h
index 6fb767eb0cb5c8cf3f00dfc4d88c19195825d174..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
-#include <Common/FrameworkDxeCis.h>\r
-#include <Common/FrameworkStatusCode.h>\r
+#include <PiDxe.h>\r
+\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