eeze: remove tizen module support from eeze sensor

This has been disabled since the move to meson and unlikely to have
built before with autotools either. Tizen never adopted this so we can
ease our maintenance burden here.

The Eeze sensor API itself is EAPI sadly and can't be removed. We will
keep the udev backend (temperature only) and the fake backend for
testing for now.

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10805
This commit is contained in:
Stefan Schmidt 2019-12-04 17:15:09 +01:00 committed by Marcel Hollerbach
parent 29438a5454
commit 5888c7ee00
4 changed files with 0 additions and 1393 deletions

View File

@ -42,7 +42,6 @@ static Eina_Prefix *pfx;
* re-think the priority handling, but we should do this when the need arise.
*/
static const char *_module_priority[] = {
"tizen",
"fake",
"udev",
NULL

View File

@ -1,6 +1,5 @@
sensors = [
['fake', [ecore]],
#['tizen', []],
['udev', [ecore]],
]

View File

@ -1,8 +0,0 @@
shared_module(module_name,
module_name+'.c',
dependencies: [eina, eeze, ecore],
install: true,
install_dir : join_paths(dir_package_modules, 'sensor', module_name, version_name),
)
module_files += join_paths(dir_package_modules, 'sensor', module_name, version_name, 'lib' + module_name + '.' + sys_lib_extension)

File diff suppressed because it is too large Load Diff