From cb3913a5177f998acb503691fb1908f82c7f890b Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Thu, 18 Apr 2013 16:03:19 +0200 Subject: renamed mof files according to LMI convention 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. --- src/hardware/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hardware') diff --git a/src/hardware/CMakeLists.txt b/src/hardware/CMakeLists.txt index c50acef..eb45adc 100644 --- a/src/hardware/CMakeLists.txt +++ b/src/hardware/CMakeLists.txt @@ -1,6 +1,6 @@ set(PROVIDER_NAME Hardware) set(LIBRARY_NAME cmpiLMI_${PROVIDER_NAME}) -set(MOF LMI_Hardware.mof) +set(MOF 60_LMI_Hardware.mof) set(provider_SRCS utils.c -- cgit