diff options
author | lokilee73 <changjoo.lee@samsung.com> | 2019-01-29 19:28:54 +0900 |
---|---|---|
committer | lokilee73 <changjoo.lee@samsung.com> | 2019-01-29 19:39:49 +0900 |
commit | d9641c3e092681df74054957b1547ba32c7f31f5 (patch) | |
tree | d3dc094180ca27aaa7a01569f648430dc85b36cd | |
parent | c6cb9580dcef097da8d5e68bfae06d79dc985ea4 (diff) | |
download | device-manager-plugin-emul-d9641c3e092681df74054957b1547ba32c7f31f5.tar.gz device-manager-plugin-emul-d9641c3e092681df74054957b1547ba32c7f31f5.tar.bz2 device-manager-plugin-emul-d9641c3e092681df74054957b1547ba32c7f31f5.zip |
Remove unused plugin about cpu, process, memory and vibratorsubmit/tizen/20190208.083757submit/tizen/20190131.080207submit/tizen/20190131.040325accepted/tizen/unified/20190211.060150accepted/tizen/unified/20190201.061334
OAL(OEM Adaptation Layer) in libdevice-node is removed,
because HAL was implemented.
So, OAL in emulator has to be removed as well.
Change-Id: I6a4715a2c508ebf198de3a780cc9c03b2c620cd1
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
-rw-r--r-- | src/device_manager_plugin_emul.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/device_manager_plugin_emul.c b/src/device_manager_plugin_emul.c index 62acfc3..ebca0c4 100644 --- a/src/device_manager_plugin_emul.c +++ b/src/device_manager_plugin_emul.c @@ -1002,12 +1002,6 @@ EXPORT_API const OEM_sys_devman_plugin_interface *OEM_sys_get_devman_plugin_inte devman_plugin_interface_emul.OEM_sys_get_usb_path = &OEM_sys_get_usb_path; devman_plugin_interface_emul.OEM_sys_set_usb_path = &OEM_sys_set_usb_path; - devman_plugin_interface_emul.OEM_sys_get_haptic_vibetones_level_max = &OEM_sys_get_haptic_vibetones_level_max; - devman_plugin_interface_emul.OEM_sys_get_haptic_vibetones_level = &OEM_sys_get_haptic_vibetones_level; - devman_plugin_interface_emul.OEM_sys_set_haptic_vibetones_level = &OEM_sys_set_haptic_vibetones_level; - devman_plugin_interface_emul.OEM_sys_set_haptic_vibetones_enable = &OEM_sys_set_haptic_vibetones_enable; - devman_plugin_interface_emul.OEM_sys_set_haptic_vibetones_oneshot = &OEM_sys_set_haptic_vibetones_oneshot; - devman_plugin_interface_emul.OEM_sys_get_battery_capacity = &OEM_sys_get_battery_capacity; devman_plugin_interface_emul.OEM_sys_get_battery_capacity_raw = &OEM_sys_get_battery_capacity_raw; devman_plugin_interface_emul.OEM_sys_get_battery_charge_full = &OEM_sys_get_battery_charge_full; @@ -1038,22 +1032,6 @@ EXPORT_API const OEM_sys_devman_plugin_interface *OEM_sys_get_devman_plugin_inte devman_plugin_interface_emul.OEM_sys_get_power_wakeup_count = &OEM_sys_get_power_wakeup_count; devman_plugin_interface_emul.OEM_sys_set_power_wakeup_count = &OEM_sys_set_power_wakeup_count; - devman_plugin_interface_emul.OEM_sys_get_memnotify_node = &OEM_sys_get_memnotify_node; - devman_plugin_interface_emul.OEM_sys_get_memnotify_victim_task = &OEM_sys_get_memnotify_victim_task; - devman_plugin_interface_emul.OEM_sys_set_memnotify_threshold_lv1 = &OEM_sys_set_memnotify_threshold_lv1; - devman_plugin_interface_emul.OEM_sys_set_memnotify_threshold_lv2 = &OEM_sys_set_memnotify_threshold_lv2; - - devman_plugin_interface_emul.OEM_sys_get_process_monitor_node = &OEM_sys_get_process_monitor_node; - devman_plugin_interface_emul.OEM_sys_set_process_monitor_mp_pnp = &OEM_sys_set_process_monitor_mp_pnp; - devman_plugin_interface_emul.OEM_sys_set_process_monitor_mp_vip = &OEM_sys_set_process_monitor_mp_vip; - - devman_plugin_interface_emul.OEM_sys_get_cpufreq_cpuinfo_max_freq = &OEM_sys_get_cpufreq_cpuinfo_max_freq; - devman_plugin_interface_emul.OEM_sys_get_cpufreq_cpuinfo_min_freq = &OEM_sys_get_cpufreq_cpuinfo_min_freq; - devman_plugin_interface_emul.OEM_sys_get_cpufreq_scaling_max_freq = &OEM_sys_get_cpufreq_scaling_max_freq; - devman_plugin_interface_emul.OEM_sys_set_cpufreq_scaling_max_freq = &OEM_sys_set_cpufreq_scaling_max_freq; - devman_plugin_interface_emul.OEM_sys_get_cpufreq_scaling_min_freq = &OEM_sys_get_cpufreq_scaling_min_freq; - devman_plugin_interface_emul.OEM_sys_set_cpufreq_scaling_min_freq = &OEM_sys_set_cpufreq_scaling_min_freq; - devman_plugin_interface_emul.OEM_sys_get_backlight_brightness_by_lux = &OEM_sys_get_backlight_brightness_by_lux; OEM_sys_display_info(disp_info); OEM_sys_muic_node_path_info(); |