diff options
author | jihye kim <jihye1128.kim@samsung.com> | 2012-11-19 16:01:54 +0900 |
---|---|---|
committer | jihye kim <jihye1128.kim@samsung.com> | 2012-11-19 16:01:54 +0900 |
commit | 8682856f6bc98618edd895a299a9221c268fb9ce (patch) | |
tree | 063bad8723c4296a87532172876ed59c089ade2f | |
parent | 831724cafe8e951e333a160ca8f9c13ad29bd5ec (diff) | |
download | device-manager-plugin-emul-8682856f6bc98618edd895a299a9221c268fb9ce.tar.gz device-manager-plugin-emul-8682856f6bc98618edd895a299a9221c268fb9ce.tar.bz2 device-manager-plugin-emul-8682856f6bc98618edd895a299a9221c268fb9ce.zip |
fix bug(exynos -> emul)
-rw-r--r-- | src/device_manager_plugin_maru.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device_manager_plugin_maru.c b/src/device_manager_plugin_maru.c index 4c3746f..2be0c41 100644 --- a/src/device_manager_plugin_maru.c +++ b/src/device_manager_plugin_maru.c @@ -950,7 +950,7 @@ EXPORT_API const OEM_sys_devman_plugin_interface *OEM_sys_get_devman_plugin_inte devman_plugin_interface_emul.OEM_sys_get_jack_tvout_online = &OEM_sys_get_jack_tvout_online; devman_plugin_interface_emul.OEM_sys_get_jack_keyboard_online = &OEM_sys_get_jack_keyboard_online; - devman_plugin_interface_exynos.OEM_sys_get_hdmi_support = &OEM_sys_get_hdmi_support; + devman_plugin_interface_emul.OEM_sys_get_hdmi_support = &OEM_sys_get_hdmi_support; devman_plugin_interface_emul.OEM_sys_get_leds_torch_max_brightness = &OEM_sys_get_leds_torch_max_brightness; devman_plugin_interface_emul.OEM_sys_get_leds_torch_brightness = &OEM_sys_get_leds_torch_brightness; |