[all] remove dependency on LegacySocketProvider

It appears to be unused.

Test: CQ
Change-Id: I781a96c875ee1ad1e6762295d52cb353d56cc82e
diff --git a/bin/agents/clipboard/meta/clipboard_agent.cmx b/bin/agents/clipboard/meta/clipboard_agent.cmx
index ea5cd3a..fdcd999 100644
--- a/bin/agents/clipboard/meta/clipboard_agent.cmx
+++ b/bin/agents/clipboard/meta/clipboard_agent.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ComponentContext",
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.AgentContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.net.oldhttp.HttpService",
             "fuchsia.netconnector.NetConnector",
             "fuchsia.sys.Launcher",
diff --git a/bin/cloud_provider_firestore/app/meta/cloud_provider_firestore.cmx b/bin/cloud_provider_firestore/app/meta/cloud_provider_firestore.cmx
index 5769d83..e3dfa00 100644
--- a/bin/cloud_provider_firestore/app/meta/cloud_provider_firestore.cmx
+++ b/bin/cloud_provider_firestore/app/meta/cloud_provider_firestore.cmx
@@ -8,8 +8,7 @@
         ],
         "services": [
             "fuchsia.tracelink.Registry",
-            "fuchsia.cobalt.LoggerFactory",
-            "fuchsia.net.LegacySocketProvider"
+            "fuchsia.cobalt.LoggerFactory"
         ]
     }
 }
diff --git a/bin/cloud_provider_firestore/validation/validation_firestore.cmx b/bin/cloud_provider_firestore/validation/validation_firestore.cmx
index 845e193..117b0e5 100644
--- a/bin/cloud_provider_firestore/validation/validation_firestore.cmx
+++ b/bin/cloud_provider_firestore/validation/validation_firestore.cmx
@@ -5,7 +5,6 @@
                 "fuchsia.net.oldhttp.HttpService": "http"
             },
             "system-services": [
-                "fuchsia.net.LegacySocketProvider",
                 "fuchsia.netstack.Netstack",
                 "fuchsia.net.stack.Stack"
             ]
diff --git a/bin/ledger/meta/ledger.cmx b/bin/ledger/meta/ledger.cmx
index 3aab396..8992f40 100644
--- a/bin/ledger/meta/ledger.cmx
+++ b/bin/ledger/meta/ledger.cmx
@@ -7,7 +7,6 @@
         "services": [
             "fuchsia.netconnector.NetConnector",
             "fuchsia.tracelink.Registry",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.cobalt.LoggerFactory"
         ]
     }
diff --git a/bin/ledger/tests/e2e_sync/ledger_e2e_sync.cmx b/bin/ledger/tests/e2e_sync/ledger_e2e_sync.cmx
index 2fb88e6..f349659 100644
--- a/bin/ledger/tests/e2e_sync/ledger_e2e_sync.cmx
+++ b/bin/ledger/tests/e2e_sync/ledger_e2e_sync.cmx
@@ -5,7 +5,6 @@
                 "fuchsia.net.oldhttp.HttpService": "http"
             },
             "system-services": [
-                "fuchsia.net.LegacySocketProvider",
                 "fuchsia.netstack.Netstack",
                 "fuchsia.net.stack.Stack"
             ]
diff --git a/bin/sessionmgr/meta/dev_session_shell.cmx b/bin/sessionmgr/meta/dev_session_shell.cmx
index e5b01cb..a95f213 100644
--- a/bin/sessionmgr/meta/dev_session_shell.cmx
+++ b/bin/sessionmgr/meta/dev_session_shell.cmx
@@ -7,7 +7,6 @@
             "fuchsia.cobalt.LoggerFactory",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/bin/sessionmgr/meta/sessionmgr.cmx b/bin/sessionmgr/meta/sessionmgr.cmx
index 34544b5..96b4b19 100644
--- a/bin/sessionmgr/meta/sessionmgr.cmx
+++ b/bin/sessionmgr/meta/sessionmgr.cmx
@@ -5,7 +5,6 @@
     "sandbox": {
         "services": [
             "fuchsia.cobalt.LoggerFactory",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/bin/token_manager/meta/dev_token_manager.cmx b/bin/token_manager/meta/dev_token_manager.cmx
index d93c963..f242a93 100644
--- a/bin/token_manager/meta/dev_token_manager.cmx
+++ b/bin/token_manager/meta/dev_token_manager.cmx
@@ -5,7 +5,6 @@
     "sandbox": {
         "services": [
             "fuchsia.cobalt.LoggerFactory",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/examples/simple/meta/simple_agent.cmx b/examples/simple/meta/simple_agent.cmx
index 3bcc536..cddecbc 100644
--- a/examples/simple/meta/simple_agent.cmx
+++ b/examples/simple/meta/simple_agent.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.examples.simple",
             "fuchsia.modular.ComponentContext",
             "fuchsia.modular.ModuleContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.net.oldhttp.HttpService",
             "fuchsia.netconnector.NetConnector",
             "fuchsia.sys.Launcher",
diff --git a/examples/simple/meta/simple_module.cmx b/examples/simple/meta/simple_module.cmx
index ece8074..ece9e0f 100644
--- a/examples/simple/meta/simple_module.cmx
+++ b/examples/simple/meta/simple_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.cobalt.LoggerFactory",
             "fuchsia.modular.ComponentContext",
             "fuchsia.modular.ModuleContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.net.oldhttp.HttpService",
             "fuchsia.netconnector.NetConnector",
             "fuchsia.sys.Launcher",
diff --git a/examples/swap_cpp/meta/swap_module1.cmx b/examples/swap_cpp/meta/swap_module1.cmx
index ece8074..ece9e0f 100644
--- a/examples/swap_cpp/meta/swap_module1.cmx
+++ b/examples/swap_cpp/meta/swap_module1.cmx
@@ -8,7 +8,6 @@
             "fuchsia.cobalt.LoggerFactory",
             "fuchsia.modular.ComponentContext",
             "fuchsia.modular.ModuleContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.net.oldhttp.HttpService",
             "fuchsia.netconnector.NetConnector",
             "fuchsia.sys.Launcher",
diff --git a/examples/swap_cpp/meta/swap_module2.cmx b/examples/swap_cpp/meta/swap_module2.cmx
index ece8074..ece9e0f 100644
--- a/examples/swap_cpp/meta/swap_module2.cmx
+++ b/examples/swap_cpp/meta/swap_module2.cmx
@@ -8,7 +8,6 @@
             "fuchsia.cobalt.LoggerFactory",
             "fuchsia.modular.ComponentContext",
             "fuchsia.modular.ModuleContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.net.oldhttp.HttpService",
             "fuchsia.netconnector.NetConnector",
             "fuchsia.sys.Launcher",
diff --git a/examples/swap_cpp/meta/swap_recipe.cmx b/examples/swap_cpp/meta/swap_recipe.cmx
index ece8074..ece9e0f 100644
--- a/examples/swap_cpp/meta/swap_recipe.cmx
+++ b/examples/swap_cpp/meta/swap_recipe.cmx
@@ -8,7 +8,6 @@
             "fuchsia.cobalt.LoggerFactory",
             "fuchsia.modular.ComponentContext",
             "fuchsia.modular.ModuleContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.net.oldhttp.HttpService",
             "fuchsia.netconnector.NetConnector",
             "fuchsia.sys.Launcher",
diff --git a/examples/todo_cpp/meta/todo_cpp.cmx b/examples/todo_cpp/meta/todo_cpp.cmx
index ece8074..ece9e0f 100644
--- a/examples/todo_cpp/meta/todo_cpp.cmx
+++ b/examples/todo_cpp/meta/todo_cpp.cmx
@@ -8,7 +8,6 @@
             "fuchsia.cobalt.LoggerFactory",
             "fuchsia.modular.ComponentContext",
             "fuchsia.modular.ModuleContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.net.oldhttp.HttpService",
             "fuchsia.netconnector.NetConnector",
             "fuchsia.sys.Launcher",
diff --git a/tests/benchmarks/story/meta/modular_benchmark_story_module.cmx b/tests/benchmarks/story/meta/modular_benchmark_story_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/benchmarks/story/meta/modular_benchmark_story_module.cmx
+++ b/tests/benchmarks/story/meta/modular_benchmark_story_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/benchmarks/story/meta/modular_benchmark_story_session_shell.cmx b/tests/benchmarks/story/meta/modular_benchmark_story_session_shell.cmx
index 16f817c..5d578b5 100644
--- a/tests/benchmarks/story/meta/modular_benchmark_story_session_shell.cmx
+++ b/tests/benchmarks/story/meta/modular_benchmark_story_session_shell.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/clipboard/meta/clipboard_test_module.cmx b/tests/clipboard/meta/clipboard_test_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/clipboard/meta/clipboard_test_module.cmx
+++ b/tests/clipboard/meta/clipboard_test_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/component_context/meta/component_context_test_module.cmx b/tests/component_context/meta/component_context_test_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/component_context/meta/component_context_test_module.cmx
+++ b/tests/component_context/meta/component_context_test_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/component_context/meta/component_context_test_one_agent.cmx b/tests/component_context/meta/component_context_test_one_agent.cmx
index edebfc3..12bf3ba 100644
--- a/tests/component_context/meta/component_context_test_one_agent.cmx
+++ b/tests/component_context/meta/component_context_test_one_agent.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/component_context/meta/component_context_test_two_agent.cmx b/tests/component_context/meta/component_context_test_two_agent.cmx
index edebfc3..12bf3ba 100644
--- a/tests/component_context/meta/component_context_test_two_agent.cmx
+++ b/tests/component_context/meta/component_context_test_two_agent.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/component_context/meta/component_context_test_unstoppable_agent.cmx b/tests/component_context/meta/component_context_test_unstoppable_agent.cmx
index edebfc3..12bf3ba 100644
--- a/tests/component_context/meta/component_context_test_unstoppable_agent.cmx
+++ b/tests/component_context/meta/component_context_test_unstoppable_agent.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/embed_shell/meta/embed_shell_test_child_module.cmx b/tests/embed_shell/meta/embed_shell_test_child_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/embed_shell/meta/embed_shell_test_child_module.cmx
+++ b/tests/embed_shell/meta/embed_shell_test_child_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/embed_shell/meta/embed_shell_test_parent_module.cmx b/tests/embed_shell/meta/embed_shell_test_parent_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/embed_shell/meta/embed_shell_test_parent_module.cmx
+++ b/tests/embed_shell/meta/embed_shell_test_parent_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/embed_shell/meta/embed_shell_test_session_shell.cmx b/tests/embed_shell/meta/embed_shell_test_session_shell.cmx
index 495da50..a2fe1c5 100644
--- a/tests/embed_shell/meta/embed_shell_test_session_shell.cmx
+++ b/tests/embed_shell/meta/embed_shell_test_session_shell.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/embed_shell/meta/embed_shell_test_story_shell.cmx b/tests/embed_shell/meta/embed_shell_test_story_shell.cmx
index 16f817c..5d578b5 100644
--- a/tests/embed_shell/meta/embed_shell_test_story_shell.cmx
+++ b/tests/embed_shell/meta/embed_shell_test_story_shell.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/intents/meta/intent_test_child_module.cmx b/tests/intents/meta/intent_test_child_module.cmx
index f303ccd..2bb255c 100644
--- a/tests/intents/meta/intent_test_child_module.cmx
+++ b/tests/intents/meta/intent_test_child_module.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/intents/meta/intent_test_parent_module.cmx b/tests/intents/meta/intent_test_parent_module.cmx
index f303ccd..2bb255c 100644
--- a/tests/intents/meta/intent_test_parent_module.cmx
+++ b/tests/intents/meta/intent_test_parent_module.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/last_focus_time/meta/last_focus_time_test_session_shell.cmx b/tests/last_focus_time/meta/last_focus_time_test_session_shell.cmx
index 16f817c..5d578b5 100644
--- a/tests/last_focus_time/meta/last_focus_time_test_session_shell.cmx
+++ b/tests/last_focus_time/meta/last_focus_time_test_session_shell.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/link_context_entities/meta/link_context_entities_test_module.cmx b/tests/link_context_entities/meta/link_context_entities_test_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/link_context_entities/meta/link_context_entities_test_module.cmx
+++ b/tests/link_context_entities/meta/link_context_entities_test_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/link_context_entities/meta/link_context_entities_test_session_shell.cmx b/tests/link_context_entities/meta/link_context_entities_test_session_shell.cmx
index cbc127c..7efcca5 100644
--- a/tests/link_context_entities/meta/link_context_entities_test_session_shell.cmx
+++ b/tests/link_context_entities/meta/link_context_entities_test_session_shell.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/module_context/meta/module_context_test_entity_module.cmx b/tests/module_context/meta/module_context_test_entity_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/module_context/meta/module_context_test_entity_module.cmx
+++ b/tests/module_context/meta/module_context_test_entity_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/module_context/meta/module_context_test_module.cmx b/tests/module_context/meta/module_context_test_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/module_context/meta/module_context_test_module.cmx
+++ b/tests/module_context/meta/module_context_test_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/module_context/meta/module_context_test_session_shell.cmx b/tests/module_context/meta/module_context_test_session_shell.cmx
index 16f817c..5d578b5 100644
--- a/tests/module_context/meta/module_context_test_session_shell.cmx
+++ b/tests/module_context/meta/module_context_test_session_shell.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/parent_child/meta/parent_child_test_child_module1.cmx b/tests/parent_child/meta/parent_child_test_child_module1.cmx
index 16f817c..5d578b5 100644
--- a/tests/parent_child/meta/parent_child_test_child_module1.cmx
+++ b/tests/parent_child/meta/parent_child_test_child_module1.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/parent_child/meta/parent_child_test_child_module2.cmx b/tests/parent_child/meta/parent_child_test_child_module2.cmx
index 16f817c..5d578b5 100644
--- a/tests/parent_child/meta/parent_child_test_child_module2.cmx
+++ b/tests/parent_child/meta/parent_child_test_child_module2.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/parent_child/meta/parent_child_test_parent_module.cmx b/tests/parent_child/meta/parent_child_test_parent_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/parent_child/meta/parent_child_test_parent_module.cmx
+++ b/tests/parent_child/meta/parent_child_test_parent_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/queue_persistence/meta/queue_persistence_test_agent.cmx b/tests/queue_persistence/meta/queue_persistence_test_agent.cmx
index edebfc3..12bf3ba 100644
--- a/tests/queue_persistence/meta/queue_persistence_test_agent.cmx
+++ b/tests/queue_persistence/meta/queue_persistence_test_agent.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/queue_persistence/meta/queue_persistence_test_module.cmx b/tests/queue_persistence/meta/queue_persistence_test_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/queue_persistence/meta/queue_persistence_test_module.cmx
+++ b/tests/queue_persistence/meta/queue_persistence_test_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/session_shell/meta/session_shell_test_session_shell.cmx b/tests/session_shell/meta/session_shell_test_session_shell.cmx
index b459d47..a2fe1c5 100644
--- a/tests/session_shell/meta/session_shell_test_session_shell.cmx
+++ b/tests/session_shell/meta/session_shell_test_session_shell.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -22,4 +21,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/sessionctl/meta/sessionctl_test.cmx b/tests/sessionctl/meta/sessionctl_test.cmx
index bbced21..a4f4810 100644
--- a/tests/sessionctl/meta/sessionctl_test.cmx
+++ b/tests/sessionctl/meta/sessionctl_test.cmx
@@ -20,7 +20,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/story_shell/meta/story_shell_test_session_shell.cmx b/tests/story_shell/meta/story_shell_test_session_shell.cmx
index 16f817c..5d578b5 100644
--- a/tests/story_shell/meta/story_shell_test_session_shell.cmx
+++ b/tests/story_shell/meta/story_shell_test_session_shell.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/story_shell/meta/story_shell_test_story_shell.cmx b/tests/story_shell/meta/story_shell_test_story_shell.cmx
index 16f817c..5d578b5 100644
--- a/tests/story_shell/meta/story_shell_test_story_shell.cmx
+++ b/tests/story_shell/meta/story_shell_test_story_shell.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/suggestion/meta/suggestion_test_module.cmx b/tests/suggestion/meta/suggestion_test_module.cmx
index cbc127c..7efcca5 100644
--- a/tests/suggestion/meta/suggestion_test_module.cmx
+++ b/tests/suggestion/meta/suggestion_test_module.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/suggestion/meta/suggestion_test_session_shell.cmx b/tests/suggestion/meta/suggestion_test_session_shell.cmx
index 16f817c..5d578b5 100644
--- a/tests/suggestion/meta/suggestion_test_session_shell.cmx
+++ b/tests/suggestion/meta/suggestion_test_session_shell.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/trigger/meta/trigger_test_agent.cmx b/tests/trigger/meta/trigger_test_agent.cmx
index edebfc3..12bf3ba 100644
--- a/tests/trigger/meta/trigger_test_agent.cmx
+++ b/tests/trigger/meta/trigger_test_agent.cmx
@@ -9,7 +9,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
diff --git a/tests/trigger/meta/trigger_test_module.cmx b/tests/trigger/meta/trigger_test_module.cmx
index 16f817c..5d578b5 100644
--- a/tests/trigger/meta/trigger_test_module.cmx
+++ b/tests/trigger/meta/trigger_test_module.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}
diff --git a/tests/trigger/meta/trigger_test_session_shell.cmx b/tests/trigger/meta/trigger_test_session_shell.cmx
index 16f817c..5d578b5 100644
--- a/tests/trigger/meta/trigger_test_session_shell.cmx
+++ b/tests/trigger/meta/trigger_test_session_shell.cmx
@@ -8,7 +8,6 @@
             "fuchsia.modular.ModuleContext",
             "fuchsia.modular.PuppetMaster",
             "fuchsia.modular.SessionShellContext",
-            "fuchsia.net.LegacySocketProvider",
             "fuchsia.sys.Environment",
             "fuchsia.sys.Launcher",
             "fuchsia.sys.Loader",
@@ -21,4 +20,4 @@
             "fuchsia.ui.viewsv1.ViewSnapshot"
         ]
     }
-}
\ No newline at end of file
+}