fix bug(exynos -> emul)
authorjihye kim <jihye1128.kim@samsung.com>
Mon, 19 Nov 2012 07:01:54 +0000 (16:01 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Mon, 19 Nov 2012 07:01:54 +0000 (16:01 +0900)
src/device_manager_plugin_maru.c

index 4c3746f..2be0c41 100644 (file)
@@ -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;