emulator: Cleans up code and introduce osutil
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 22 Jan 2013 07:35:28 +0000 (16:35 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 22 Jan 2013 07:35:28 +0000 (16:35 +0900)
commitf3604a0696e95d0ee9b4ed3bda22ffe8fef7d724
tree1cc0171d448c7ddb8896ef4490a5df7e48dda6f8
parent37ada91bb4b60f5a8b9e36229a87538766056ba2
emulator: Cleans up code and introduce osutil

Suppress warnings.
Introduce osutil - collection of os dependant utils
Eliminate some duplicate global variables

Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
16 files changed:
tizen/src/Makefile.tizen
tizen/src/debug_ch.c
tizen/src/debug_ch.h
tizen/src/emulator.c
tizen/src/emulator.h
tizen/src/maru_common.h
tizen/src/maru_display.h
tizen/src/mloop_event.c
tizen/src/osutil-darwin.c [new file with mode: 0644]
tizen/src/osutil-linux.c [new file with mode: 0644]
tizen/src/osutil-win32.c [new file with mode: 0644]
tizen/src/osutil.h [new file with mode: 0644]
tizen/src/sdb.c
tizen/src/sdb.h
tizen/src/skin/maruskin_client.c
tizen/src/skin/maruskin_operation.c