mirror of https://github.com/acidanthera/audk.git
Include the missing Guid header file to refer the global Guid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7498 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2e121e9aaa
commit
98b15cf156
|
@ -16,6 +16,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#define _PCD_DXE_SERVICE_H_
|
#define _PCD_DXE_SERVICE_H_
|
||||||
|
|
||||||
#include <PiDxe.h>
|
#include <PiDxe.h>
|
||||||
|
#include <Guid/PcdDataBaseHobGuid.h>
|
||||||
#include <Protocol/Pcd.h>
|
#include <Protocol/Pcd.h>
|
||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
|
@ -1057,8 +1058,6 @@ SetPtrTypeSize (
|
||||||
IN OUT UINTN *CurrentSize
|
IN OUT UINTN *CurrentSize
|
||||||
);
|
);
|
||||||
|
|
||||||
extern EFI_GUID gPcdDataBaseHobGuid;
|
|
||||||
|
|
||||||
extern PCD_DATABASE * mPcdDatabase;
|
extern PCD_DATABASE * mPcdDatabase;
|
||||||
|
|
||||||
extern DXE_PCD_DATABASE_INIT gDXEPcdDbInit;
|
extern DXE_PCD_DATABASE_INIT gDXEPcdDbInit;
|
||||||
|
|
|
@ -18,6 +18,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
#include <Ppi/ReadOnlyVariable2.h>
|
#include <Ppi/ReadOnlyVariable2.h>
|
||||||
#include <Ppi/Pcd.h>
|
#include <Ppi/Pcd.h>
|
||||||
|
#include <Guid/PcdDataBaseHobGuid.h>
|
||||||
|
#include <Guid/PcdPeiCallbackFnTableHobGuid.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/PeimEntryPoint.h>
|
#include <Library/PeimEntryPoint.h>
|
||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
|
@ -1004,10 +1006,6 @@ SetPtrTypeSize (
|
||||||
IN PEI_PCD_DATABASE *Database
|
IN PEI_PCD_DATABASE *Database
|
||||||
);
|
);
|
||||||
|
|
||||||
extern EFI_GUID gPcdDataBaseHobGuid;
|
|
||||||
|
|
||||||
extern EFI_GUID gPcdPeiCallbackFnTableHobGuid;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// The init Database created by PCD Database generation tool
|
// The init Database created by PCD Database generation tool
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue