[cmx2cml] Update protocols for tests.

Updating to match the test manager shard.

Change-Id: I1c3458b97476398c22a0783ba87e33c4a9b318ca
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/694351
Fuchsia-Auto-Submit: Adam Perry <adamperry@google.com>
Reviewed-by: Shai Barack <shayba@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
diff --git a/tools/cmx2cml/src/main.rs b/tools/cmx2cml/src/main.rs
index 08bf1b5..6c0fdaa 100644
--- a/tools/cmx2cml/src/main.rs
+++ b/tools/cmx2cml/src/main.rs
@@ -227,18 +227,18 @@
 const BUILD_INFO_PROTOCOL: &str = "fuchsia.buildinfo.Provider";
 const PROTOCOLS_FOR_HERMETIC_TESTS: &[&str] = &[
     "fuchsia.boot.WriteOnlyLog",
+    "fuchsia.diagnostics.ArchiveAccessor",
     "fuchsia.logger.LogSink",
     "fuchsia.process.Launcher",
     "fuchsia.sys2.EventSource",
+    "fuchsia.tracing.provider.Registry",
 ];
 const PROTOCOLS_FOR_SYSTEM_TESTS: &[&str] = &[
     "fuchsia.boot.ReadOnlyLog",
     "fuchsia.boot.RootResource",
     "fuchsia.component.resolution.Resolver",
     "fuchsia.exception.Handler",
-    "fuchsia.hwinfo.Board",
-    "fuchsia.hwinfo.Device",
-    "fuchsia.hwinfo.Product",
+    "fuchsia.hardware.pty.Device",
     "fuchsia.kernel.Counter",
     "fuchsia.kernel.CpuResource",
     "fuchsia.kernel.DebugResource",
@@ -254,6 +254,7 @@
     "fuchsia.kernel.Stats",
     "fuchsia.kernel.VmexResource",
     "fuchsia.net.http.Loader",
+    "fuchsia.posix.socket.Provider",
     "fuchsia.scheduler.ProfileProvider",
     "fuchsia.sys.Environment",
     "fuchsia.sys.Loader",