summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof')
-rw-r--r--mof/LMI_Software.mof11
-rw-r--r--mof/LMI_Software.reg6
2 files changed, 17 insertions, 0 deletions
diff --git a/mof/LMI_Software.mof b/mof/LMI_Software.mof
index 18d3035..aa11651 100644
--- a/mof/LMI_Software.mof
+++ b/mof/LMI_Software.mof
@@ -108,3 +108,14 @@ class LMI_MemberOfSoftwareCollection : CIM_MemberOfCollection {
LMI_SoftwareIdentity REF Member;
};
+
+[Association]
+class LMI_InstalledSoftwareIdentity : CIM_InstalledSoftwareIdentity {
+
+ [Override("InstalledSoftware")]
+ LMI_SoftwareIdentity REF InstalledSoftware;
+
+ [Override("System")]
+ Linux_ComputerSystem REF System;
+
+};
diff --git a/mof/LMI_Software.reg b/mof/LMI_Software.reg
index 37f55a3..3ee46ea 100644
--- a/mof/LMI_Software.reg
+++ b/mof/LMI_Software.reg
@@ -21,3 +21,9 @@
location: pyCmpiProvider
type: instance association
namespace: root/cimv2
+
+[LMI_InstalledSoftwareIdentity]
+ provider: /usr/lib/python2.7/site-packages/openlmi/software/cimom_entry.py
+ location: pyCmpiProvider
+ type: instance association
+ namespace: root/cimv2