diff options
author | Star Zeng <star.zeng@intel.com> | 2019-01-12 23:23:30 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2019-02-19 17:36:11 +0800 |
commit | 4a7aa8d34a45011132c6fdb8aa903db7183371e2 (patch) | |
tree | 4ce16120a4236140eba60fe28f2d129e5eb7b884 /MdeModulePkg/MdeModulePkg.dsc | |
parent | bf91082f77587557d26c01164c0fe2fcec8fc65a (diff) | |
download | edk2-4a7aa8d34a45011132c6fdb8aa903db7183371e2.tar.gz |
MdeModulePkg: Remove EmuVariableRuntimeDxe
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1323
Merge EmuVariable and Real variable driver.
The real variable driver has been updated to support emulated
variable NV mode.
This patch removes EmuVariableRuntimeDxe after platforms are
migrated to use the merged variable driver.
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao Wu <hao.a.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Tested-by: Julien Grall <julien.grall@arm.com>
Acked-by: Julien Grall <julien.grall@arm.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dsc')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 388bca25bd..3b315fca5a 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -2,7 +2,7 @@ # EFI/PI Reference Module Package for All Architectures
#
# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
-# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -444,9 +444,6 @@ MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.inf
!endif
-[Components.IA32, Components.X64, Components.Ebc]
- MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf
-
[Components.IA32, Components.X64]
MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.inf
|