summaryrefslogtreecommitdiffstats
path: root/src/hardware/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Hardware: Added profile registrationPeter Schiffer2013-07-291-0/+7
|
* Return list of CIM classes from konkretcmpi_generate macroRadek Novacek2013-07-231-0/+1
| | | | This list will be used by profile registration.
* Hardware: Package the cmpiLMI_Hardware-cimprovagt filePeter Schiffer2013-07-161-0/+2
| | | | Added and packaged the cmpiLMI_Hardware-cimprovagt file for hardware provider.
* Hardware: Added Baseboard (Motherboard) ProviderPeter Schiffer2013-05-231-11/+0
| | | | | | | | | | New Providers: * LMI_BaseboardProvider * LMI_BaseboardContainerProvider Other Changes: * Removed useless providers_SRCS from CMakeLists.txt * Better, human friendly chassis name if type is not avaiable
* Hardware: Added Chassis providerPeter Schiffer2013-05-141-0/+6
| | | | | New Provider: * LMI_ChassisProvider
* renamed mof files according to LMI conventionMichal Minar2013-04-221-1/+1
| | | | | | | | | | | | | | | 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.
* Hardware: Added System Memory ProviderPeter Schiffer2013-04-151-1/+1
| | | | | Added new provider: * LMI_MemoryProvider
* Hardware: Added Processor Cache Memory ProviderPeter Schiffer2013-04-041-0/+3
| | | | | | | | | | | | | New Providers: * LMI_ProcessorCacheMemoryProvider * LMI_AssociatedProcessorCacheMemoryProvider Other Changes: * Optimized usage of string constats * Fixed wrong usage of pointers in dmidecode.c * Filled unknown mandatory fields in providers with "Unknown" value * Replaced hard coded numbers with LMI constants * Minor optimization - don't gather data which won't be used
* Hardware: added new providersPeter Schiffer2013-03-261-0/+2
| | | | | | Providers added: * LMI_ProcessorCapabilitiesProvider * LMI_ProcessorElementCapabilitiesProvider
* Created LMI_ProcessorProvider providing basic information about CPU. Main sourcePeter Schiffer2013-03-061-4/+7
| | | | | | of information is dmidecode program, with additional information from lscpu program and /proc/cpuinfo file. If no output from dmidecode program is available, fallback with only lscpu and /proc/cpuinfo is used.
* Hardware: Remove wrong install0.0.16Roman Rakus2013-01-161-2/+0
| | | | Signed-off-by: Roman Rakus <rrakus@redhat.com>
* New provider: HardwareTomas Smetana2013-01-151-0/+31