summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-07-23 12:41:11 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-07-23 12:41:11 +0200
commit7bc4421f26954c2acd817c690cbbde03a4391878 (patch)
tree85bd87c085bab9fe8bf8c62ee8e41f95d283e977
parent8061ba1c48f6b8448a458d1919cd6520e2e4a658 (diff)
downloadopenlmi-providers-7bc4421f26954c2acd817c690cbbde03a4391878.tar.gz
openlmi-providers-7bc4421f26954c2acd817c690cbbde03a4391878.tar.xz
openlmi-providers-7bc4421f26954c2acd817c690cbbde03a4391878.zip
Move all providers to src/ directory
-rw-r--r--src/fan/.gitignore (renamed from fan/.gitignore)0
-rw-r--r--src/fan/LICENSE (renamed from fan/LICENSE)0
-rw-r--r--src/fan/Linux_Fan.c (renamed from fan/Linux_Fan.c)0
-rw-r--r--src/fan/Linux_Fan.h (renamed from fan/Linux_Fan.h)0
-rw-r--r--src/fan/Makefile (renamed from fan/Makefile)0
-rw-r--r--src/fan/README (renamed from fan/README)0
-rw-r--r--src/fan/cmpiLinux_Fan.c (renamed from fan/cmpiLinux_Fan.c)0
-rw-r--r--src/fan/cmpiLinux_Fan.h (renamed from fan/cmpiLinux_Fan.h)0
-rw-r--r--src/fan/cmpiLinux_FanAssociatedSensorProvider.c (renamed from fan/cmpiLinux_FanAssociatedSensorProvider.c)0
-rw-r--r--src/fan/cmpiLinux_FanCommon.c (renamed from fan/cmpiLinux_FanCommon.c)0
-rw-r--r--src/fan/cmpiLinux_FanCommon.h (renamed from fan/cmpiLinux_FanCommon.h)0
-rw-r--r--src/fan/cmpiLinux_FanProvider.c (renamed from fan/cmpiLinux_FanProvider.c)0
-rw-r--r--src/fan/cmpiLinux_FanSensor.c (renamed from fan/cmpiLinux_FanSensor.c)0
-rw-r--r--src/fan/cmpiLinux_FanSensor.h (renamed from fan/cmpiLinux_FanSensor.h)0
-rw-r--r--src/fan/cmpiLinux_FanSensorProvider.c (renamed from fan/cmpiLinux_FanSensorProvider.c)0
-rw-r--r--src/fan/mof/Linux_Fan.mof (renamed from fan/mof/Linux_Fan.mof)0
-rw-r--r--src/fan/mof/Linux_Fan.reg (renamed from fan/mof/Linux_Fan.reg)0
-rw-r--r--src/power/CMakeLists.txt (renamed from providers/power/CMakeLists.txt)0
-rw-r--r--src/power/Linux_PowerManagement.mof (renamed from providers/power/Linux_PowerManagement.mof)0
-rwxr-xr-xsrc/power/provider-register.sh (renamed from providers/power/provider-register.sh)0
-rwxr-xr-xsrc/power/sblim_cmpi_power_test.py (renamed from providers/power/sblim_cmpi_power_test.py)0
-rw-r--r--src/power/src/CMakeLists.txt (renamed from providers/power/src/CMakeLists.txt)0
-rw-r--r--src/power/src/Linux_AssociatedPowerManagementServiceProvider.c (renamed from providers/power/src/Linux_AssociatedPowerManagementServiceProvider.c)0
-rw-r--r--src/power/src/Linux_ConcreteJobProvider.c (renamed from providers/power/src/Linux_ConcreteJobProvider.c)0
-rw-r--r--src/power/src/Linux_ElementCapabilitiesProvider.c (renamed from providers/power/src/Linux_ElementCapabilitiesProvider.c)0
-rw-r--r--src/power/src/Linux_HostedServiceProvider.c (renamed from providers/power/src/Linux_HostedServiceProvider.c)0
-rw-r--r--src/power/src/Linux_PowerManagementCapabilitiesProvider.c (renamed from providers/power/src/Linux_PowerManagementCapabilitiesProvider.c)0
-rw-r--r--src/power/src/Linux_PowerManagementServiceProvider.c (renamed from providers/power/src/Linux_PowerManagementServiceProvider.c)0
-rw-r--r--src/power/src/globals.c (renamed from providers/power/src/globals.c)0
-rw-r--r--src/power/src/globals.h (renamed from providers/power/src/globals.h)0
-rw-r--r--src/power/src/power.c (renamed from providers/power/src/power.c)0
-rw-r--r--src/power/src/power.h (renamed from providers/power/src/power.h)0
-rw-r--r--src/power/src/trace.c (renamed from providers/power/src/trace.c)0
-rw-r--r--src/power/src/trace.h (renamed from providers/power/src/trace.h)0
-rw-r--r--src/service/AUTHORS (renamed from providers/cmpi-service/AUTHORS)0
-rw-r--r--src/service/COPYING (renamed from providers/cmpi-service/COPYING)0
-rw-r--r--src/service/ChangeLog (renamed from providers/cmpi-service/ChangeLog)0
-rw-r--r--src/service/Makefile.am (renamed from providers/cmpi-service/Makefile.am)0
-rw-r--r--src/service/NEWS (renamed from providers/cmpi-service/NEWS)0
-rw-r--r--src/service/README (renamed from providers/cmpi-service/README)0
-rw-r--r--src/service/Service.c (renamed from providers/cmpi-service/Service.c)0
-rw-r--r--src/service/ServiceUtils.c (renamed from providers/cmpi-service/ServiceUtils.c)0
-rw-r--r--src/service/ServiceUtils.h (renamed from providers/cmpi-service/ServiceUtils.h)0
-rw-r--r--src/service/acinclude.m4 (renamed from providers/cmpi-service/acinclude.m4)0
-rwxr-xr-xsrc/service/autoconfiscate.sh (renamed from providers/cmpi-service/autoconfiscate.sh)0
-rw-r--r--src/service/cmpi-service.spec (renamed from providers/cmpi-service/cmpi-service.spec)0
-rw-r--r--src/service/configure.ac (renamed from providers/cmpi-service/configure.ac)0
-rw-r--r--src/service/mof/Linux_Service.mof (renamed from providers/cmpi-service/mof/Linux_Service.mof)0
-rw-r--r--src/service/mof/Linux_Service.registration (renamed from providers/cmpi-service/mof/Linux_Service.registration)0
-rwxr-xr-xsrc/service/provider-register.sh (renamed from providers/cmpi-service/provider-register.sh)0
-rwxr-xr-xsrc/service/util/servicedisc.sh (renamed from providers/cmpi-service/util/servicedisc.sh)0
-rw-r--r--src/service/util/serviceutil.c (renamed from providers/cmpi-service/util/serviceutil.c)0
-rw-r--r--src/service/util/serviceutil.h (renamed from providers/cmpi-service/util/serviceutil.h)0
-rwxr-xr-xsrc/service/util/serviceutil.sh (renamed from providers/cmpi-service/util/serviceutil.sh)0
54 files changed, 0 insertions, 0 deletions
diff --git a/fan/.gitignore b/src/fan/.gitignore
index 57828b5..57828b5 100644
--- a/fan/.gitignore
+++ b/src/fan/.gitignore
diff --git a/fan/LICENSE b/src/fan/LICENSE
index 94a9ed0..94a9ed0 100644
--- a/fan/LICENSE
+++ b/src/fan/LICENSE
diff --git a/fan/Linux_Fan.c b/src/fan/Linux_Fan.c
index 738920b..738920b 100644
--- a/fan/Linux_Fan.c
+++ b/src/fan/Linux_Fan.c
diff --git a/fan/Linux_Fan.h b/src/fan/Linux_Fan.h
index 6eacd49..6eacd49 100644
--- a/fan/Linux_Fan.h
+++ b/src/fan/Linux_Fan.h
diff --git a/fan/Makefile b/src/fan/Makefile
index 35a91c7..35a91c7 100644
--- a/fan/Makefile
+++ b/src/fan/Makefile
diff --git a/fan/README b/src/fan/README
index bf226a5..bf226a5 100644
--- a/fan/README
+++ b/src/fan/README
diff --git a/fan/cmpiLinux_Fan.c b/src/fan/cmpiLinux_Fan.c
index 8088a70..8088a70 100644
--- a/fan/cmpiLinux_Fan.c
+++ b/src/fan/cmpiLinux_Fan.c
diff --git a/fan/cmpiLinux_Fan.h b/src/fan/cmpiLinux_Fan.h
index 5fc7227..5fc7227 100644
--- a/fan/cmpiLinux_Fan.h
+++ b/src/fan/cmpiLinux_Fan.h
diff --git a/fan/cmpiLinux_FanAssociatedSensorProvider.c b/src/fan/cmpiLinux_FanAssociatedSensorProvider.c
index 61e7dfb..61e7dfb 100644
--- a/fan/cmpiLinux_FanAssociatedSensorProvider.c
+++ b/src/fan/cmpiLinux_FanAssociatedSensorProvider.c
diff --git a/fan/cmpiLinux_FanCommon.c b/src/fan/cmpiLinux_FanCommon.c
index 68aca46..68aca46 100644
--- a/fan/cmpiLinux_FanCommon.c
+++ b/src/fan/cmpiLinux_FanCommon.c
diff --git a/fan/cmpiLinux_FanCommon.h b/src/fan/cmpiLinux_FanCommon.h
index 8134b3b..8134b3b 100644
--- a/fan/cmpiLinux_FanCommon.h
+++ b/src/fan/cmpiLinux_FanCommon.h
diff --git a/fan/cmpiLinux_FanProvider.c b/src/fan/cmpiLinux_FanProvider.c
index 67a1a82..67a1a82 100644
--- a/fan/cmpiLinux_FanProvider.c
+++ b/src/fan/cmpiLinux_FanProvider.c
diff --git a/fan/cmpiLinux_FanSensor.c b/src/fan/cmpiLinux_FanSensor.c
index bbe8b22..bbe8b22 100644
--- a/fan/cmpiLinux_FanSensor.c
+++ b/src/fan/cmpiLinux_FanSensor.c
diff --git a/fan/cmpiLinux_FanSensor.h b/src/fan/cmpiLinux_FanSensor.h
index 3d224b5..3d224b5 100644
--- a/fan/cmpiLinux_FanSensor.h
+++ b/src/fan/cmpiLinux_FanSensor.h
diff --git a/fan/cmpiLinux_FanSensorProvider.c b/src/fan/cmpiLinux_FanSensorProvider.c
index e3e1092..e3e1092 100644
--- a/fan/cmpiLinux_FanSensorProvider.c
+++ b/src/fan/cmpiLinux_FanSensorProvider.c
diff --git a/fan/mof/Linux_Fan.mof b/src/fan/mof/Linux_Fan.mof
index 02766e6..02766e6 100644
--- a/fan/mof/Linux_Fan.mof
+++ b/src/fan/mof/Linux_Fan.mof
diff --git a/fan/mof/Linux_Fan.reg b/src/fan/mof/Linux_Fan.reg
index 9d21edb..9d21edb 100644
--- a/fan/mof/Linux_Fan.reg
+++ b/src/fan/mof/Linux_Fan.reg
diff --git a/providers/power/CMakeLists.txt b/src/power/CMakeLists.txt
index 72087b7..72087b7 100644
--- a/providers/power/CMakeLists.txt
+++ b/src/power/CMakeLists.txt
diff --git a/providers/power/Linux_PowerManagement.mof b/src/power/Linux_PowerManagement.mof
index 21dfa38..21dfa38 100644
--- a/providers/power/Linux_PowerManagement.mof
+++ b/src/power/Linux_PowerManagement.mof
diff --git a/providers/power/provider-register.sh b/src/power/provider-register.sh
index b156427..b156427 100755
--- a/providers/power/provider-register.sh
+++ b/src/power/provider-register.sh
diff --git a/providers/power/sblim_cmpi_power_test.py b/src/power/sblim_cmpi_power_test.py
index f67fd87..f67fd87 100755
--- a/providers/power/sblim_cmpi_power_test.py
+++ b/src/power/sblim_cmpi_power_test.py
diff --git a/providers/power/src/CMakeLists.txt b/src/power/src/CMakeLists.txt
index c9d0f40..c9d0f40 100644
--- a/providers/power/src/CMakeLists.txt
+++ b/src/power/src/CMakeLists.txt
diff --git a/providers/power/src/Linux_AssociatedPowerManagementServiceProvider.c b/src/power/src/Linux_AssociatedPowerManagementServiceProvider.c
index 7d61d83..7d61d83 100644
--- a/providers/power/src/Linux_AssociatedPowerManagementServiceProvider.c
+++ b/src/power/src/Linux_AssociatedPowerManagementServiceProvider.c
diff --git a/providers/power/src/Linux_ConcreteJobProvider.c b/src/power/src/Linux_ConcreteJobProvider.c
index 361d045..361d045 100644
--- a/providers/power/src/Linux_ConcreteJobProvider.c
+++ b/src/power/src/Linux_ConcreteJobProvider.c
diff --git a/providers/power/src/Linux_ElementCapabilitiesProvider.c b/src/power/src/Linux_ElementCapabilitiesProvider.c
index 62c42e6..62c42e6 100644
--- a/providers/power/src/Linux_ElementCapabilitiesProvider.c
+++ b/src/power/src/Linux_ElementCapabilitiesProvider.c
diff --git a/providers/power/src/Linux_HostedServiceProvider.c b/src/power/src/Linux_HostedServiceProvider.c
index 4f6c7ac..4f6c7ac 100644
--- a/providers/power/src/Linux_HostedServiceProvider.c
+++ b/src/power/src/Linux_HostedServiceProvider.c
diff --git a/providers/power/src/Linux_PowerManagementCapabilitiesProvider.c b/src/power/src/Linux_PowerManagementCapabilitiesProvider.c
index bb74e34..bb74e34 100644
--- a/providers/power/src/Linux_PowerManagementCapabilitiesProvider.c
+++ b/src/power/src/Linux_PowerManagementCapabilitiesProvider.c
diff --git a/providers/power/src/Linux_PowerManagementServiceProvider.c b/src/power/src/Linux_PowerManagementServiceProvider.c
index 8ce3f6c..8ce3f6c 100644
--- a/providers/power/src/Linux_PowerManagementServiceProvider.c
+++ b/src/power/src/Linux_PowerManagementServiceProvider.c
diff --git a/providers/power/src/globals.c b/src/power/src/globals.c
index 2ba5075..2ba5075 100644
--- a/providers/power/src/globals.c
+++ b/src/power/src/globals.c
diff --git a/providers/power/src/globals.h b/src/power/src/globals.h
index adec07e..adec07e 100644
--- a/providers/power/src/globals.h
+++ b/src/power/src/globals.h
diff --git a/providers/power/src/power.c b/src/power/src/power.c
index 751ab22..751ab22 100644
--- a/providers/power/src/power.c
+++ b/src/power/src/power.c
diff --git a/providers/power/src/power.h b/src/power/src/power.h
index 8f1f0bc..8f1f0bc 100644
--- a/providers/power/src/power.h
+++ b/src/power/src/power.h
diff --git a/providers/power/src/trace.c b/src/power/src/trace.c
index 1f23a6a..1f23a6a 100644
--- a/providers/power/src/trace.c
+++ b/src/power/src/trace.c
diff --git a/providers/power/src/trace.h b/src/power/src/trace.h
index 65118d4..65118d4 100644
--- a/providers/power/src/trace.h
+++ b/src/power/src/trace.h
diff --git a/providers/cmpi-service/AUTHORS b/src/service/AUTHORS
index c64b60d..c64b60d 100644
--- a/providers/cmpi-service/AUTHORS
+++ b/src/service/AUTHORS
diff --git a/providers/cmpi-service/COPYING b/src/service/COPYING
index 94a9ed0..94a9ed0 100644
--- a/providers/cmpi-service/COPYING
+++ b/src/service/COPYING
diff --git a/providers/cmpi-service/ChangeLog b/src/service/ChangeLog
index eca4bdd..eca4bdd 100644
--- a/providers/cmpi-service/ChangeLog
+++ b/src/service/ChangeLog
diff --git a/providers/cmpi-service/Makefile.am b/src/service/Makefile.am
index 5cf4745..5cf4745 100644
--- a/providers/cmpi-service/Makefile.am
+++ b/src/service/Makefile.am
diff --git a/providers/cmpi-service/NEWS b/src/service/NEWS
index 047ccd0..047ccd0 100644
--- a/providers/cmpi-service/NEWS
+++ b/src/service/NEWS
diff --git a/providers/cmpi-service/README b/src/service/README
index 62658fb..62658fb 100644
--- a/providers/cmpi-service/README
+++ b/src/service/README
diff --git a/providers/cmpi-service/Service.c b/src/service/Service.c
index 8ab8591..8ab8591 100644
--- a/providers/cmpi-service/Service.c
+++ b/src/service/Service.c
diff --git a/providers/cmpi-service/ServiceUtils.c b/src/service/ServiceUtils.c
index 37bb081..37bb081 100644
--- a/providers/cmpi-service/ServiceUtils.c
+++ b/src/service/ServiceUtils.c
diff --git a/providers/cmpi-service/ServiceUtils.h b/src/service/ServiceUtils.h
index a79833c..a79833c 100644
--- a/providers/cmpi-service/ServiceUtils.h
+++ b/src/service/ServiceUtils.h
diff --git a/providers/cmpi-service/acinclude.m4 b/src/service/acinclude.m4
index 52538d0..52538d0 100644
--- a/providers/cmpi-service/acinclude.m4
+++ b/src/service/acinclude.m4
diff --git a/providers/cmpi-service/autoconfiscate.sh b/src/service/autoconfiscate.sh
index 70a21a7..70a21a7 100755
--- a/providers/cmpi-service/autoconfiscate.sh
+++ b/src/service/autoconfiscate.sh
diff --git a/providers/cmpi-service/cmpi-service.spec b/src/service/cmpi-service.spec
index 90f7a40..90f7a40 100644
--- a/providers/cmpi-service/cmpi-service.spec
+++ b/src/service/cmpi-service.spec
diff --git a/providers/cmpi-service/configure.ac b/src/service/configure.ac
index fc0c9c6..fc0c9c6 100644
--- a/providers/cmpi-service/configure.ac
+++ b/src/service/configure.ac
diff --git a/providers/cmpi-service/mof/Linux_Service.mof b/src/service/mof/Linux_Service.mof
index cf59c10..cf59c10 100644
--- a/providers/cmpi-service/mof/Linux_Service.mof
+++ b/src/service/mof/Linux_Service.mof
diff --git a/providers/cmpi-service/mof/Linux_Service.registration b/src/service/mof/Linux_Service.registration
index ecf288b..ecf288b 100644
--- a/providers/cmpi-service/mof/Linux_Service.registration
+++ b/src/service/mof/Linux_Service.registration
diff --git a/providers/cmpi-service/provider-register.sh b/src/service/provider-register.sh
index db0681c..db0681c 100755
--- a/providers/cmpi-service/provider-register.sh
+++ b/src/service/provider-register.sh
diff --git a/providers/cmpi-service/util/servicedisc.sh b/src/service/util/servicedisc.sh
index 6d6fbb7..6d6fbb7 100755
--- a/providers/cmpi-service/util/servicedisc.sh
+++ b/src/service/util/servicedisc.sh
diff --git a/providers/cmpi-service/util/serviceutil.c b/src/service/util/serviceutil.c
index 829d0ec..829d0ec 100644
--- a/providers/cmpi-service/util/serviceutil.c
+++ b/src/service/util/serviceutil.c
diff --git a/providers/cmpi-service/util/serviceutil.h b/src/service/util/serviceutil.h
index a4a9d11..a4a9d11 100644
--- a/providers/cmpi-service/util/serviceutil.h
+++ b/src/service/util/serviceutil.h
diff --git a/providers/cmpi-service/util/serviceutil.sh b/src/service/util/serviceutil.sh
index c4d9efd..c4d9efd 100755
--- a/providers/cmpi-service/util/serviceutil.sh
+++ b/src/service/util/serviceutil.sh