|
From: <ba...@us...> - 2007-12-27 04:28:05
|
Revision: 531
http://omc.svn.sourceforge.net/omc/?rev=531&view=rev
Author: bartw
Date: 2007-12-26 20:28:09 -0800 (Wed, 26 Dec 2007)
Log Message:
-----------
added Pegasus registration
Modified Paths:
--------------
pyprofiles/pysoftware/trunk/OMC_InstalledRPMSoftwareIdentity.mof
pyprofiles/pysoftware/trunk/OMC_Software.mof
Added Paths:
-----------
pyprofiles/pysoftware/trunk/OMC_InstalledRPMSoftwareIdentity-peg.reg
pyprofiles/pysoftware/trunk/OMC_RPMContainsFile-peg.reg
pyprofiles/pysoftware/trunk/OMC_RPMSoftwareIdentity-peg.reg
Added: pyprofiles/pysoftware/trunk/OMC_InstalledRPMSoftwareIdentity-peg.reg
===================================================================
--- pyprofiles/pysoftware/trunk/OMC_InstalledRPMSoftwareIdentity-peg.reg (rev 0)
+++ pyprofiles/pysoftware/trunk/OMC_InstalledRPMSoftwareIdentity-peg.reg 2007-12-27 04:28:09 UTC (rev 531)
@@ -0,0 +1,26 @@
+// Pegasus Provider registration for OMC_InstalledRPMSoftwareIdentity
+instance of PG_ProviderModule
+{
+ Name = "/usr/lib/pycim/OMC_InstalledRPMSoftwareIdentity.py";
+ InterfaceType = "Python";
+ InterfaceVersion = "1.0.0";
+ Location = "/usr/lib/pycim/OMC_InstalledRPMSoftwareIdentity.py";
+ UserContext = 2; // Requestor
+ Vendor = "OMC";
+ Version = "1.0";
+};
+instance of PG_Provider
+{
+ Name = "OMC_InstalledRPMSoftwareIdentity";
+ ProviderModuleName = "/usr/lib/pycim/OMC_InstalledRPMSoftwareIdentity.py";
+};
+instance of PG_ProviderCapabilities
+{
+ CapabilityID = "OMC_InstalledRPMSoftwareIdentity";
+ ProviderModuleName = "/usr/lib/pycim/OMC_InstalledRPMSoftwareIdentity.py";
+ ProviderName = "OMC_InstalledRPMSoftwareIdentity";
+ ClassName = "OMC_InstalledRPMSoftwareIdentity";
+ Namespaces = {"root/cimv2"};
+ ProviderType = {2,3}; // Instance, Associator
+};
+
Modified: pyprofiles/pysoftware/trunk/OMC_InstalledRPMSoftwareIdentity.mof
===================================================================
--- pyprofiles/pysoftware/trunk/OMC_InstalledRPMSoftwareIdentity.mof 2007-12-24 23:40:49 UTC (rev 530)
+++ pyprofiles/pysoftware/trunk/OMC_InstalledRPMSoftwareIdentity.mof 2007-12-27 04:28:09 UTC (rev 531)
@@ -1,4 +1,5 @@
+[ Association ]
class OMC_InstalledRPMSoftwareIdentity : CIM_InstalledSoftwareIdentity
{
[Key, Description (
Added: pyprofiles/pysoftware/trunk/OMC_RPMContainsFile-peg.reg
===================================================================
--- pyprofiles/pysoftware/trunk/OMC_RPMContainsFile-peg.reg (rev 0)
+++ pyprofiles/pysoftware/trunk/OMC_RPMContainsFile-peg.reg 2007-12-27 04:28:09 UTC (rev 531)
@@ -0,0 +1,26 @@
+// Pegasus Provider registration for OMC_RPMContainsFile
+instance of PG_ProviderModule
+{
+ Name = "/usr/lib/pycim/OMC_RPMContainsFile.py";
+ InterfaceType = "Python";
+ InterfaceVersion = "1.0.0";
+ Location = "/usr/lib/pycim/OMC_RPMContainsFile.py";
+ UserContext = 2; // Requestor
+ Vendor = "OMC";
+ Version = "1.0";
+};
+instance of PG_Provider
+{
+ Name = "OMC_RPMContainsFile";
+ ProviderModuleName = "/usr/lib/pycim/OMC_RPMContainsFile.py";
+};
+instance of PG_ProviderCapabilities
+{
+ CapabilityID = "OMC_RPMContainsFile";
+ ProviderModuleName = "/usr/lib/pycim/OMC_RPMContainsFile.py";
+ ProviderName = "OMC_RPMContainsFile";
+ ClassName = "OMC_RPMContainsFile";
+ Namespaces = {"root/cimv2"};
+ ProviderType = {2,3}; // Instance, Associator
+};
+
Added: pyprofiles/pysoftware/trunk/OMC_RPMSoftwareIdentity-peg.reg
===================================================================
--- pyprofiles/pysoftware/trunk/OMC_RPMSoftwareIdentity-peg.reg (rev 0)
+++ pyprofiles/pysoftware/trunk/OMC_RPMSoftwareIdentity-peg.reg 2007-12-27 04:28:09 UTC (rev 531)
@@ -0,0 +1,26 @@
+// Pegasus Provider registration for OMC_RPMSoftwareIdentity
+instance of PG_ProviderModule
+{
+ Name = "/usr/lib/pycim/OMC_RPMSoftwareIdentity.py";
+ InterfaceType = "Python";
+ InterfaceVersion = "1.0.0";
+ Location = "/usr/lib/pycim/OMC_RPMSoftwareIdentity.py";
+ UserContext = 2; // Requestor
+ Vendor = "OMC";
+ Version = "1.0";
+};
+instance of PG_Provider
+{
+ Name = "OMC_RPMSoftwareIdentity";
+ ProviderModuleName = "/usr/lib/pycim/OMC_RPMSoftwareIdentity.py";
+};
+instance of PG_ProviderCapabilities
+{
+ CapabilityID = "OMC_RPMSoftwareIdentity";
+ ProviderModuleName = "/usr/lib/pycim/OMC_RPMSoftwareIdentity.py";
+ ProviderName = "OMC_RPMSoftwareIdentity";
+ ClassName = "OMC_RPMSoftwareIdentity";
+ Namespaces = {"root/cimv2"}; // TODO
+ ProviderType = {2}; // Instance
+};
+
Modified: pyprofiles/pysoftware/trunk/OMC_Software.mof
===================================================================
--- pyprofiles/pysoftware/trunk/OMC_Software.mof 2007-12-24 23:40:49 UTC (rev 530)
+++ pyprofiles/pysoftware/trunk/OMC_Software.mof 2007-12-27 04:28:09 UTC (rev 531)
@@ -1,2 +1,4 @@
#pragma include ("OMC_RPMSoftwareIdentity.mof")
+#pragma include ("OMC_InstalledRPMSoftwareIdentity.mof")
+#pragma include ("OMC_RPMContainsFile.mof")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|