From 95411933b53f6d169d6003e1d524345d3c431f0e Mon Sep 17 00:00:00 2001 From: gdong1 Date: Thu, 23 Dec 2010 02:03:51 +0000 Subject: [PATCH] Remove PcdSmmVariableEnable from MdeModulePkg since it is not used in core package currently. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11193 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/MdeModulePkg.dec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 3a4b0aa2cc..63297bb11b 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -249,10 +249,6 @@ # DUET platform requires the token to be TRUE. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|FALSE|BOOLEAN|0x00010047 - ## If TRUE, the variable services are provided in DXE_SMM. The SMM driver can use SMM variable protocol - # to access variable. Otherwise the variable services are provided in DXE_RUNTIME. - gEfiMdeModulePkgTokenSpaceGuid.PcdSmmVariableEnable|TRUE|BOOLEAN|0x00010048 - ## If TRUE, HiiImageProtocol will be installed. # FALSE is for size reduction. gEfiMdeModulePkgTokenSpaceGuid.PcdSupportHiiImageProtocol|TRUE|BOOLEAN|0x00010100