Merge "Rename to vendor.test_pkvm_tee_service" into main
diff --git a/private/tee_service_contexts b/private/tee_service_contexts
index 89eceae..508cc8c 100644
--- a/private/tee_service_contexts
+++ b/private/tee_service_contexts
@@ -10,4 +10,4 @@
 
 # Example tee service that can be used for end-to-end integration of
 # custom smcs filtering on devices with pkvm hypervisor.
-test_pkvm_tee_service u:object_r:test_pkvm_tee_service:s0
+vendor.test_pkvm_tee_service u:object_r:test_pkvm_tee_service:s0
diff --git a/private/tee_services.te b/private/tee_services.te
index 320f8b7..7345277 100644
--- a/private/tee_services.te
+++ b/private/tee_services.te
@@ -2,5 +2,5 @@
 # Please keep the names in the alphabetical order and comment each new entry.
 
 # An example tee_service that can be used to test end-to-end integration of custom
-# smcs filtering feature on a device with pkvm hypervisor.
+# vendor-private smcs filtering feature on a device with pkvm hypervisor.
 type test_pkvm_tee_service, tee_service_type;