summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Software.mof
Commit message (Collapse)AuthorAgeFilesLines
* software: added classes for asynchronous methodsMichal Minar2013-08-081-0/+61
| | | | | | | | Pegasus does not support instances of unknown classes, that's why we need to define additional classes representing parameters of asynchronous methods. These will be used in LMI_ConcreteJob.JobOutParameters and CIM_InstMethodCall.MethodParameters properties.
* Add Version to mof files.Jan Safranek2013-07-261-15/+24
|
* added another LMI_SoftwareVerificationJobMichal Minar2013-07-031-35/+41
| | | | | | | | | | There are now two asynchronous jobs: LMI_SoftwareInstallationJob LMI_SoftwareVerificationJob Previous LMI_SoftwareInstallationJob module made generic to handle both jobs and possibly more. Also added new static filters for LMI_SoftwareVerificationJob.
* added software verification classes to mofMichal Minar2013-07-031-2/+261
|
* Fix comment end in Software.mofJan Safranek2013-05-221-0/+1
|
* made software mof file more organizedMichal Minar2013-05-101-74/+91
| | | | just added few comments and grouped various classes under them
* renamed mof files according to LMI conventionMichal Minar2013-04-221-0/+690
Mof files prefixed with digits ensuring their correct order of parsing upon their installation. This avoids problems with sfcbmof compiler, which can not handle dependent classes being parsed before their antecedents. Convention is specified in mof/README. Removed inclusion of LMI_Qualifiers in LMI_Jobs. LMI_Qualifiers should be registered in cimom instead of included in dependent mof files. This allows it to be used by any other providers simultaneously. Modified references to mof files in cmake build files.