diff options
author | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-23 02:03:51 +0000 |
---|---|---|
committer | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-23 02:03:51 +0000 |
commit | 95411933b53f6d169d6003e1d524345d3c431f0e (patch) | |
tree | c2a3fa412798ce28e413369d414f733727763b2b /MdeModulePkg/MdeModulePkg.dec | |
parent | 638dffa97f70f4b4ad9d22e6b01a28dcdf1a5c73 (diff) | |
download | edk2-platforms-95411933b53f6d169d6003e1d524345d3c431f0e.tar.xz |
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
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 4 |
1 files changed, 0 insertions, 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
|