From b2bd493edbc9f31523210848ef39b4eb6a97f4a5 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Tue, 25 Mar 2014 06:56:55 +0000 Subject: MdeModulePkg/SecurityPkg Variable: Calculate enough space for PlatformLang and Lang variables and use PcdUefiVariableDefaultLangDeprecate to turn off auto update between PlatformLang and Lang variables. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Jiewen Yao Reviewed-by: Guo Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15388 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/MdePkg.dec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MdePkg') diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec index affff516ef..4daf3e6a75 100644 --- a/MdePkg/MdePkg.dec +++ b/MdePkg/MdePkg.dec @@ -1375,7 +1375,8 @@ ## If TRUE, the driver diagnostics2 protocol will not be installed. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE|BOOLEAN|0x00000011 - ## Indicates whether EFI 1.1 ISO 639-2 language supports are obsolete + ## Indicates whether EFI 1.1 ISO 639-2 language supports are obsolete. + # If TRUE, Variable driver will be also not to auto update between PlatformLang and Lang variables. gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDeprecate|FALSE|BOOLEAN|0x00000012 ## If TRUE, UGA Draw Protocol is still consumed. -- cgit v1.2.3