Retire the "Include/Common" of MdeModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3425 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -37,11 +37,7 @@ Abstract:
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/BaseLib.h>
|
||||
|
||||
//
|
||||
// BugBug: We need relcate the head file.
|
||||
//
|
||||
#include <Common/Variable.h>
|
||||
#include <VariableFormat.h>
|
||||
|
||||
#define VARIABLE_STORE_SIZE (64 * 1024)
|
||||
#define SCRATCH_SIZE (4 * 1024)
|
||||
|
@@ -30,12 +30,7 @@ Abstract:
|
||||
#include <Library/PcdLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/PeiServicesTablePointerLib.h>
|
||||
|
||||
|
||||
//
|
||||
// BugBug: We need relcate the head file.
|
||||
//
|
||||
#include <Common/Variable.h>
|
||||
#include <VariableFormat.h>
|
||||
|
||||
//
|
||||
// Define GET_PAD_SIZE to optimize compiler
|
||||
|
@@ -21,7 +21,7 @@ Revision History
|
||||
|
||||
|
||||
#include "Variable.h"
|
||||
#include <Common/FlashMap.h>
|
||||
#include <Guid/FlashMapHob.h>
|
||||
|
||||
//
|
||||
// Don't use module globals after the SetVirtualAddress map is signaled
|
||||
|
@@ -37,13 +37,9 @@ Abstract:
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/HobLib.h>
|
||||
#include <Common/FlashMap.h>
|
||||
#include <Guid/FlashMapHob.h>
|
||||
|
||||
//
|
||||
// BugBug: We need relcate the head file.
|
||||
//
|
||||
#include <Common/Variable.h>
|
||||
#include <Guid/FlashMapHob.h>
|
||||
#include <VariableFormat.h>
|
||||
|
||||
#define VARIABLE_RECLAIM_THRESHOLD (1024)
|
||||
|
||||
|
@@ -23,8 +23,8 @@ Revision History
|
||||
--*/
|
||||
|
||||
|
||||
#include <Variable.h>
|
||||
#include "Common/Variable.h"
|
||||
#include "Variable.h"
|
||||
#include <VariableFormat.h>
|
||||
|
||||
EFI_STATUS
|
||||
GetFvbHandleByAddress (
|
||||
|
Reference in New Issue
Block a user