# HG changeset patch
# User Richard Maciel <richardm(a)br.ibm.com>
# Date 1228248506 7200
# Node ID daacf07ad46fa18c1da8e53d2ea815c9be552557
# Parent 7d757914e6a767e968d32b74189b9428a0c39b84
Added ServiceAccessBySAP association (ConsoleRedirectionService <->
KVMRedirectionSAP)
* Created mof and registration files
* Changed Makefile to use newly created files
Changes for submission #2
* Removed registration for CIMV2 in ServiceAccessBySAP.registration file
Signed-off-by: Richard Maciel <richardm(a)br.ibm.com>
diff -r 7d757914e6a7 -r daacf07ad46f Makefile.am
--- a/Makefile.am Thu Dec 04 18:55:55 2008 -0200
+++ b/Makefile.am Tue Dec 02 18:08:26 2008 -0200
@@ -52,7 +52,8 @@
schema/PointingDevice.mof \
schema/GraphicsPool.mof \
schema/InputPool.mof \
- schema/HostedAccessPoint.mof
+ schema/HostedAccessPoint.mof \
+ schema/ServiceAccessBySAP.mof
INTEROP_MOFS = \
schema/ComputerSystem.mof \
@@ -123,7 +124,8 @@
schema/PointingDevice.registration \
schema/GraphicsPool.registration \
schema/InputPool.registration \
- schema/HostedAccessPoint.registration
+ schema/HostedAccessPoint.registration \
+ schema/ServiceAccessBySAP.registration
INTEROP_REGS = \
schema/RegisteredProfile.registration \
diff -r 7d757914e6a7 -r daacf07ad46f schema/ServiceAccessBySAP.mof
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/ServiceAccessBySAP.mof Tue Dec 02 18:08:26 2008 -0200
@@ -0,0 +1,22 @@
+// Copyright IBM Corp. 2007
+
+[Association,
+ Provider("cmpi::Virt_ServiceAccessBySAP")
+]
+class Xen_ServiceAccessBySAP : CIM_ServiceAccessBySAP
+{
+};
+
+[Association,
+ Provider("cmpi::Virt_ServiceAccessBySAP")
+]
+class KVM_ServiceAccessBySAP : CIM_ServiceAccessBySAP
+{
+};
+
+[Association,
+ Provider("cmpi::Virt_ServiceAccessBySAP")
+]
+class LXC_ServiceAccessBySAP : CIM_ServiceAccessBySAP
+{
+};
diff -r 7d757914e6a7 -r daacf07ad46f schema/ServiceAccessBySAP.registration
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/ServiceAccessBySAP.registration Tue Dec 02 18:08:26 2008 -0200
@@ -0,0 +1,6 @@
+# Copyright IBM Corp. 2007
+# Classname Namespace ProviderName ProviderModule ProviderTypes
+Xen_ServiceAccessBySAP root/virt Virt_ServiceAccessBySAP Virt_ServiceAccessBySAP
association
+KVM_ServiceAccessBySAP root/virt Virt_ServiceAccessBySAP Virt_ServiceAccessBySAP
association
+LXC_ServiceAccessBySAP root/virt Virt_ServiceAccessBySAP Virt_ServiceAccessBySAP
association
+