Use fuchsia.scheduler.RoleManager

fuchsia.scheduler.RoleManager is the new replacement for
fuchsia.media.ProfileProvider.

Change-Id: Ic5513e6b646ee6c4d265441308c6807c08393d7c
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/vulkan-cts/+/1102232
Reviewed-by: Craig Stout <cstout@google.com>
diff --git a/fuchsia/meta/vulkan-cts.shard.cml b/fuchsia/meta/vulkan-cts.shard.cml
index 11b7cec..35e54f3 100644
--- a/fuchsia/meta/vulkan-cts.shard.cml
+++ b/fuchsia/meta/vulkan-cts.shard.cml
@@ -27,6 +27,6 @@
             storage: "custom_artifacts",
             path: "/artifacts",
         },
-        { protocol: "fuchsia.media.ProfileProvider" },
+        { protocol: "fuchsia.scheduler.RoleManager" },
     ],
 }