mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
638dffa97f
commit
95411933b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue