From 4a7aa8d34a45011132c6fdb8aa903db7183371e2 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Sat, 12 Jan 2019 23:23:30 +0800 Subject: 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 Cc: Hao Wu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Jian J Wang Reviewed-by: Hao Wu Tested-by: Julien Grall Acked-by: Julien Grall --- MdeModulePkg/MdeModulePkg.dsc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'MdeModulePkg/MdeModulePkg.dsc') 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.
-# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.
# # 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 -- cgit v1.2.3