mirror of https://github.com/acidanthera/audk.git
Make some vfr buidable.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2991 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bcfe6ae153
commit
49cc0d3aa6
|
@ -26,7 +26,6 @@ Abstract:
|
|||
|
||||
#include "Generic/Bds.h"
|
||||
#include "BootMaint.h"
|
||||
#include "BdsStrDefs.h"
|
||||
#include "formguid.h"
|
||||
|
||||
//
|
||||
|
|
|
@ -27,7 +27,6 @@ Revision History
|
|||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "BdsStrDefs.h"
|
||||
#include "Generic/BootMaint/BBSsupport.h"
|
||||
|
||||
//
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
//
|
||||
// --*/
|
||||
|
||||
#include "BdsStrDefs.h"
|
||||
#include "formguid.h"
|
||||
|
||||
#pragma pack(1)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
// *++
|
||||
//
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
//
|
||||
// --*/
|
||||
|
||||
#include "BdsStrDefs.h"
|
||||
#include "formguid.h"
|
||||
|
||||
#pragma pack(1)
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
//
|
||||
// --*/
|
||||
|
||||
#include "BdsStrDefs.h"
|
||||
|
||||
#define FORMSET_GUID { 0x847bc3fe, 0xb974, 0x446d, { 0x94, 0x49, 0x5a, 0xd5, 0x41, 0x2e, 0x99, 0x3b } }
|
||||
|
||||
#define BOOT_MANAGER_HEADER 0x00
|
||||
|
|
|
@ -37,7 +37,6 @@ Revision History
|
|||
// This is the VFR compiler generated header file which defines the
|
||||
// string identifiers.
|
||||
//
|
||||
#include "BdsStrDefs.h"
|
||||
#define EFI_DISK_DEVICE_CLASS 0x01
|
||||
#define EFI_VIDEO_DEVICE_CLASS 0x02
|
||||
#define EFI_NETWORK_DEVICE_CLASS 0x04
|
||||
|
|
|
@ -29,12 +29,6 @@ Revision History
|
|||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
//
|
||||
// This is the VFR compiler generated header file which defines the
|
||||
// string identifiers.
|
||||
//
|
||||
#include "BdsStrDefs.h"
|
||||
|
||||
//
|
||||
// String Definition Guid for BDS Platform
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue