# HG changeset patch
# User Kaitlin Rupert <karupert(a)us.ibm.com>
# Date 1221078400 25200
# Node ID bf0c9fa34906c28cfd049d4785ee5a54fcf7b30b
# Parent e4e78fce79575db03c1629d625a53ec13f33992b
Update cimv216-interop_mof and Makefile to install classes needed for ECTP.
In order to filter ECTP queries using a result class, the central class mofs need to be
added to root/interop. Some of those classes have dependencies - those need to be added
to cimv216-interop_mof.
Signed-off-by: Kaitlin Rupert <karupert(a)us.ibm.com>
diff -r e4e78fce7957 -r bf0c9fa34906 Makefile.am
--- a/Makefile.am Fri Sep 05 11:55:57 2008 -0700
+++ b/Makefile.am Wed Sep 10 13:26:40 2008 -0700
@@ -48,6 +48,11 @@
schema/ComputerSystem.mof \
schema/HostSystem.mof \
schema/RegisteredProfile.mof \
+ schema/DiskPool.mof \
+ schema/MemoryPool.mof \
+ schema/NetPool.mof \
+ schema/ProcessorPool.mof \
+ schema/VSMigrationService.mof \
schema/ElementConformsToProfile.mof \
schema/ReferencedProfile.mof
diff -r e4e78fce7957 -r bf0c9fa34906 base_schema/cimv216-interop_mof
--- a/base_schema/cimv216-interop_mof Fri Sep 05 11:55:57 2008 -0700
+++ b/base_schema/cimv216-interop_mof Wed Sep 10 13:26:40 2008 -0700
@@ -13,3 +13,12 @@
#pragma include ("Interop/CIM_ElementConformsToProfile.mof")
#pragma include ("Interop/CIM_ReferencedProfile.mof")
#pragma include ("Interop/CIM_SubProfileRequiresProfile.mof")
+#pragma include ("Core/CIM_Service.mof")
+#pragma include ("Core/CIM_SettingData.mof")
+#pragma include ("Core/CIM_VirtualSystemSettingData.mof")
+#pragma include ("Core/CIM_LogicalDevice.mof")
+#pragma include ("Core/CIM_ResourceAllocationSettingData.mof")
+#pragma include ("Interop/CIM_Error.mof")
+#pragma include ("Core/CIM_Job.mof")
+#pragma include ("Core/CIM_ConcreteJob.mof")
+#pragma include ("Core/CIM_ResourcePool.mof")