diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 07:28:50 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 07:28:50 +0000 |
commit | ecd9cd15e77eb6b4c9363f5e5c99ccbbc0a1c404 (patch) | |
tree | f520d7712ce8d3655b17320d67234343a3b885c8 /MdeModulePkg/Include/Common | |
parent | 536abed6ca15f8b325244fd004e8b49c3b4931ac (diff) | |
download | edk2-platforms-ecd9cd15e77eb6b4c9363f5e5c99ccbbc0a1c404.tar.xz |
1. Remove IntelFrameworkPkg.dec package dependency from EdkFvbServiceLib.inf and VariableRuntimeDxe/Variable.inf
2. Remove IntelFrameworkModulePkg.dec package dependency from DxeNt32OemHookStatusCodeLib.inf and PeiNt32OemHookStatusCodeLib.inf.
3. Enable StatusCode Dxe and Peim modules in Nt32Pkg.dsc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2938 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Common')
-rw-r--r-- | MdeModulePkg/Include/Common/FlashMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Common/FlashMap.h b/MdeModulePkg/Include/Common/FlashMap.h index 0473a69355..2fd88468b8 100644 --- a/MdeModulePkg/Include/Common/FlashMap.h +++ b/MdeModulePkg/Include/Common/FlashMap.h @@ -24,7 +24,7 @@ Abstract: #ifndef __COMMON_FLASHMAP_H__
#define __COMMON_FLASHMAP_H__
-#include <Common/FrameworkHob.h>
+//#include <Common/FrameworkHob.h>
//
// Definition for flash map GUIDed HOBs
//
|