Enable PlatformBdsDxe
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3008 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
// The package level header files this module uses
|
||||
//
|
||||
#include <PiDxe.h>
|
||||
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
//
|
||||
@@ -46,6 +47,11 @@
|
||||
#include <Guid/FlashMapHob.h>
|
||||
#include <Protocol/SerialIo.h>
|
||||
#include <Protocol/LegacyBios.h>
|
||||
#include <Common/MaxBbsEntries.h>
|
||||
#include <Guid/PcAnsi.h>
|
||||
#include <Guid/DataHubRecords.h>
|
||||
#include <Protocol/Performance.h>
|
||||
|
||||
//
|
||||
// The Library classes this module consumes
|
||||
//
|
||||
@@ -69,4 +75,11 @@
|
||||
#include <Library/HiiLibFramework.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
|
||||
//
|
||||
// The rest of the includes
|
||||
//
|
||||
#include <Common/FirmwareRevision.h>
|
||||
|
||||
extern UINT8 PlatformBdsStrings[];
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user