sys_event is not necessary any more.
platform mount/umount automatically when sdcard is attached/detached.
Change-Id: I008ffd961ae017cc89fca0f29b4f296d813b19b1
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
Name: emuld
-Version: 0.4.5
+Version: 0.4.6
Release: 0
Summary: Emulator daemon
License: Apache-2.0
}
free(tmp);
- }
-
- //
-
- if (ret == 0) {
- ret = system("/usr/bin/sys_event mmcblk_add");
+ } else {
+ LOGERR("malloc() failed");
}
break;
memset(SDpath, '\0', sizeof(SDpath));
sprintf(SDpath, "umounted");
- ret = system("/usr/bin/sys_event mmcblk_remove");
break;
}