summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_PowerManagement.mof
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* power: Rewrite description of PowerStatesSupported propertyRadek Novacek2013-12-171-1/+22
| | | | | | | | | CIM_PowerManagementCapabilities class has the description decorator poorly written from formatting point of view. There are missing newlines, spaces, etc. This commit rewrites the doc and cleans it up. It also removes non-implemented items from the PowerStatesSupported valuemap.
* power: mark implemented method and property as implementedRadek Novacek2013-10-171-0/+31
|
* bumped version to 0.2.00.2.0Michal Minar2013-08-281-6/+6
|
* 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.