summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_PowerManagement.mof
Commit message (Collapse)AuthorAgeFilesLines
* power: various improvementsRadek Novacek2013-07-261-6/+13
| | | | | | * class versions in the mof file * profile registration * selinux wrapper
* Fixed PowerManagement.mof to be readable by Pegasus.Jan Safranek2013-05-221-1/+1
| | | | Pegasus complains about "Non-association class contains reference property".
* power: Rename LMI_ConcreteJob to LMI_PowerConcreteJobRadek Novacek2013-05-201-0/+5
| | | | | | There is collision with LMI_ConcreteJob provided by 30_LMI_Jobs.mof. This is just workaround, proper fix would be to use the jobs properly. The jobs in power provider were just an attempt and need to be fixed.
* Remove LMI_ConcreteJob definition from LMI_PowerManagement.mofJan Safranek2013-05-171-5/+0
| | | | It's defined in 30_LMI_Jobs.mof.
* renamed mof files according to LMI conventionMichal Minar2013-04-221-0/+71
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.