mirror of https://github.com/acidanthera/audk.git
EmbeddedPkg: use central variable definitions in .vfr files
Use UefiMultiPhase.h in Vfr.vfr instead of duplicating EFI_VARIABLE_* definitions. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
parent
a9b7e035ba
commit
aae5def8bb
|
@ -12,16 +12,9 @@
|
|||
*
|
||||
**/
|
||||
|
||||
#include <Uefi/UefiMultiPhase.h>
|
||||
#include "ConsolePrefDxe.h"
|
||||
|
||||
//
|
||||
// EFI Variable attributes
|
||||
//
|
||||
#define EFI_VARIABLE_NON_VOLATILE 0x00000001
|
||||
#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
|
||||
#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
|
||||
#define EFI_VARIABLE_READ_ONLY 0x00000008
|
||||
|
||||
formset
|
||||
guid = CONSOLE_PREF_FORMSET_GUID,
|
||||
title = STRING_TOKEN(STR_FORM_SET_TITLE),
|
||||
|
|
|
@ -12,16 +12,9 @@
|
|||
*
|
||||
**/
|
||||
|
||||
#include <Uefi/UefiMultiPhase.h>
|
||||
#include "DtPlatformDxe.h"
|
||||
|
||||
//
|
||||
// EFI Variable attributes
|
||||
//
|
||||
#define EFI_VARIABLE_NON_VOLATILE 0x00000001
|
||||
#define EFI_VARIABLE_BOOTSERVICE_ACCESS 0x00000002
|
||||
#define EFI_VARIABLE_RUNTIME_ACCESS 0x00000004
|
||||
#define EFI_VARIABLE_READ_ONLY 0x00000008
|
||||
|
||||
formset
|
||||
guid = DT_PLATFORM_FORMSET_GUID,
|
||||
title = STRING_TOKEN(STR_FORM_SET_TITLE),
|
||||
|
|
Loading…
Reference in New Issue