Revision: 17913
          http://sourceforge.net/p/edk2/code/17913
Author:   jiaxinwu
Date:     2015-07-10 05:44:23 +0000 (Fri, 10 Jul 2015)
Log Message:
-----------
EmulatorPkg: Remove Ip4ConfigDxe module from EmulatorPkg

Ip4ConfigDxe driver is deprecated in UEFI 2.5, so we will not support original 
Ip4Config Protocol, 
which is replace by Ip4Config2 Protocol integrated in Ip4Dxe driver(git commit 
1f6729ff (SVN r17853)).
Therefore we can remove Ip4ConfigDxe driver from this build.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin...@intel.com>
Reviewed-by: Ye Ting <ting...@intel.com>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/17853

Modified Paths:
--------------
    trunk/edk2/EmulatorPkg/EmulatorPkg.dsc
    trunk/edk2/EmulatorPkg/EmulatorPkg.fdf

Modified: trunk/edk2/EmulatorPkg/EmulatorPkg.dsc
===================================================================
--- trunk/edk2/EmulatorPkg/EmulatorPkg.dsc      2015-07-10 05:43:35 UTC (rev 
17912)
+++ trunk/edk2/EmulatorPkg/EmulatorPkg.dsc      2015-07-10 05:44:23 UTC (rev 
17913)
@@ -357,7 +357,6 @@
   MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
   MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
   MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
-  MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
   MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
   MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
   MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf

Modified: trunk/edk2/EmulatorPkg/EmulatorPkg.fdf
===================================================================
--- trunk/edk2/EmulatorPkg/EmulatorPkg.fdf      2015-07-10 05:43:35 UTC (rev 
17912)
+++ trunk/edk2/EmulatorPkg/EmulatorPkg.fdf      2015-07-10 05:44:23 UTC (rev 
17913)
@@ -1,7 +1,7 @@
 ## @file
 # This is Emulator FDF file with UEFI HII features enabled
 #
-# Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>
 # Portions copyright (c) 2009 - 2011, Apple Inc. All rights reserved.<BR>
 #
 # This program and the accompanying materials
@@ -196,7 +196,6 @@
 INF  MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
 INF  MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
 INF  MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
-INF  MdeModulePkg/Universal/Network/Ip4ConfigDxe/Ip4ConfigDxe.inf
 INF  MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
 INF  MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
 INF  MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to