# HG changeset patch
# User Kaitlin Rupert <karupert(a)us.ibm.com>
# Date 1194555339 28800
# Node ID 151bc006918bfcce761944dbe2397191a535a2dc
# Parent e47094a1620c4215427afaa46faedee97bcd123a
Add a new mof and registration file for the HostedService provider.
Signed-off-by: Kaitlin Rupert <karupert(a)us.ibm.com>
diff -r e47094a1620c -r 151bc006918b schema/HostedService.mof
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/HostedService.mof Thu Nov 08 12:55:39 2007 -0800
@@ -0,0 +1,6 @@
+// Copyright IBM Corp. 2007
+class Xen_HostedService : CIM_HostedService {
+};
+
+class KVM_HostedService : CIM_HostedService {
+};
diff -r e47094a1620c -r 151bc006918b schema/HostedService.registration
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/HostedService.registration Thu Nov 08 12:55:39 2007 -0800
@@ -0,0 +1,4 @@
+# Copyright IBM Corp. 2007
+# Classname Namespace ProviderName ProviderModule ProviderTypes ...
+Xen_HostedService root/ibmsd Xen_HostedServiceProvider Virt_HostedService association
+KVM_HostedService root/ibmsd KVM_HostedServiceProvider Virt_HostedService association