[SW membership] digital-watch application 44/48744/1 master soscon
authorEunyoung Lee <ey928.lee@samsung.com>
Sat, 26 Sep 2015 05:55:45 +0000 (14:55 +0900)
committerEunyoung Lee <ey928.lee@samsung.com>
Sat, 26 Sep 2015 05:56:36 +0000 (14:56 +0900)
Change-Id: I0c53588e9220e68cc64eca93f9a4ec114817098a

31 files changed:
digital-watch/Debug/digitalwatch [new file with mode: 0755]
digital-watch/Debug/makefile [new file with mode: 0644]
digital-watch/Debug/makefile.sa [new file with mode: 0644]
digital-watch/Debug/objects.mk [new file with mode: 0644]
digital-watch/Debug/org.example.digitalwatch-1.0.0-i386.tpk [new file with mode: 0644]
digital-watch/Debug/res/edje/digitalwatch.edj [new file with mode: 0644]
digital-watch/Debug/res/edje/subdir.mk [new file with mode: 0644]
digital-watch/Debug/shared/locale/en_US/LC_MESSAGES/digitalwatch.mo [new file with mode: 0644]
digital-watch/Debug/shared/res/subdir.mk [new file with mode: 0644]
digital-watch/Debug/sources.mk [new file with mode: 0644]
digital-watch/Debug/src/digitalwatch.d [new file with mode: 0644]
digital-watch/Debug/src/digitalwatch.o [new file with mode: 0644]
digital-watch/Debug/src/rotary_digitalwatch.d [new file with mode: 0644]
digital-watch/Debug/src/subdir.mk [new file with mode: 0644]
digital-watch/inc/digital-watch.h [new file with mode: 0644]
digital-watch/inc/log.h [new file with mode: 0644]
digital-watch/res/edje/digitalwatch.edc [new file with mode: 0644]
digital-watch/res/edje/digitalwatch.edj [new file with mode: 0644]
digital-watch/res/images/0.jpg [new file with mode: 0644]
digital-watch/res/images/1.jpg [new file with mode: 0644]
digital-watch/res/images/2.jpg [new file with mode: 0644]
digital-watch/res/images/3.jpg [new file with mode: 0644]
digital-watch/res/images/4.jpg [new file with mode: 0644]
digital-watch/res/images/5.jpg [new file with mode: 0644]
digital-watch/res/images/6.jpg [new file with mode: 0644]
digital-watch/res/images/bg.jpg [new file with mode: 0644]
digital-watch/shared/res/.msg [new file with mode: 0644]
digital-watch/shared/res/digitalwatch.png [new file with mode: 0644]
digital-watch/shared/res/en_US.po [new file with mode: 0644]
digital-watch/src/digitalwatch.c [new file with mode: 0644]
digital-watch/tizen-manifest.xml [new file with mode: 0644]

diff --git a/digital-watch/Debug/digitalwatch b/digital-watch/Debug/digitalwatch
new file mode 100755 (executable)
index 0000000..beceab9
Binary files /dev/null and b/digital-watch/Debug/digitalwatch differ
diff --git a/digital-watch/Debug/makefile b/digital-watch/Debug/makefile
new file mode 100644 (file)
index 0000000..2e863d5
--- /dev/null
@@ -0,0 +1,63 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+-include ../makefile.init
+
+RM := rm -rf
+
+# All of the sources participating in the build are defined here
+-include sources.mk
+-include src/subdir.mk
+-include shared/res/subdir.mk
+-include res/edje/subdir.mk
+-include subdir.mk
+-include objects.mk
+ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(strip $(CC_DEPS)),)
+-include $(CC_DEPS)
+endif
+ifneq ($(strip $(C++_DEPS)),)
+-include $(C++_DEPS)
+endif
+ifneq ($(strip $(C_UPPER_DEPS)),)
+-include $(C_UPPER_DEPS)
+endif
+ifneq ($(strip $(CXX_DEPS)),)
+-include $(CXX_DEPS)
+endif
+ifneq ($(strip $(CPP_DEPS)),)
+-include $(CPP_DEPS)
+endif
+ifneq ($(strip $(C_DEPS)),)
+-include $(C_DEPS)
+endif
+endif
+
+-include ../makefile.defs
+-include makefile.sa
+
+# Add inputs and outputs from these tool invocations to the build variables 
+
+# All Target
+all: digitalwatch secondary-outputs
+
+# Tool invocations
+digitalwatch: $(OBJS) $(USER_OBJS)
+       @echo 'Building target: $@'
+       @echo 'Invoking: C++ Linker'
+       $(CXX) -o"digitalwatch" $(OBJS) $(USER_OBJS) $(LIBS) -L"$(PROJ_PATH)/lib" $(TC_LINKER_MISC) $(RS_LINKER_MISC) -pie -lpthread -Xlinker -rpath="/home/developer/sdk_tools/lib" --sysroot="$(SBI_SYSROOT)" -Xlinker --version-script="$(PROJ_PATH)/.exportMap" -L"$(SBI_SYSROOT)/usr/lib" $(RS_LIBRARIES) -Xlinker -rpath="/opt/usr/apps/$(APPID)/lib" -Werror-implicit-function-declaration
+       @echo 'Finished building target: $@'
+       @echo ' '
+
+# Other Targets
+clean: sa_clean
+       -$(RM) $(AST)$(CC_DEPS)$(C++_DEPS)$(MO_FILES)$(EXECUTABLES)$(C_UPPER_DEPS)$(CXX_DEPS)$(OBJS)$(FNMAP)$(EDJ_FILES)$(CPP_DEPS)$(C_DEPS) digitalwatch
+       -@echo ' '
+
+secondary-outputs: $(MO_FILES) $(EDJ_FILES)
+
+.PHONY: all clean dependents
+.SECONDARY:
+
+-include ../makefile.targets
diff --git a/digital-watch/Debug/makefile.sa b/digital-watch/Debug/makefile.sa
new file mode 100644 (file)
index 0000000..569c64c
--- /dev/null
@@ -0,0 +1,65 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+SA_C_OPTIONS := -I"pch" -D_DEBUG -I"/home/eunyoung/workspace/digitalwatch/inc" -O0 -g3 -Wall -c -fmessage-length=0 $(TC_COMPILER_MISC) $(RS_COMPILER_MISC) -fPIE --sysroot="$(SBI_SYSROOT)" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/libxml2" -I"/home/eunyoung/tizen-sdk/library" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-agent" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/badge" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/base" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/cairo" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ckm" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/content" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/context-manager" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/device" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dlog" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/e_dbus-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/edje-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eet-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eio-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/embryo-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ewebkit2-0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/fontconfig" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/freetype2" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/gio-unix-2.0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/json-glib-1.0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/json-glib-1.0/json-glib" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/location" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/media" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/media-content" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/messaging" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/minizip" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/network" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/notification" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/sensor" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/storage" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/system" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/telephony" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ui" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/widget_service" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/widget_viewer_evas" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/dbus-1.0/include" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/glib-2.0/include" -Werror-implicit-function-declaration
+SA_CPP_OPTIONS := -I"pch" -D_DEBUG -I"/home/eunyoung/workspace/digitalwatch/inc" -O0 -g3 -Wall -c -fmessage-length=0 -target i386-tizen-linux-gnueabi -gcc-toolchain /home/eunyoung/tizen-sdk/tools/smart-build-interface/../i386-linux-gnueabi-gcc-4.6/ -ccc-gcc-name i386-linux-gnueabi-g++ -march=i386 -Wno-gnu -fPIE --sysroot="/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/libxml2" -I"/home/eunyoung/tizen-sdk/library" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-agent" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/badge" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/base" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/cairo" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ckm" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/content" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/context-manager" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/device" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dlog" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/e_dbus-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/edje-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eet-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eio-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/embryo-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ewebkit2-0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/fontconfig" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/freetype2" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/gio-unix-2.0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/json-glib-1.0" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/json-glib-1.0/json-glib" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/location" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/media" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/media-content" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/messaging" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/minizip" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/network" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/notification" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/sensor" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/storage" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/system" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/telephony" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ui" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/widget_service" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/widget_viewer_evas" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/dbus-1.0/include" -I"/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/glib-2.0/include"
+SA_REPORT_PATH := /home/eunyoung/workspace/digitalwatch/SA_Report
+
+REL_C_SRCS = $(filter-out $(wildcard ../*),$(wildcard $(C_SRCS)))
+REL_CC_SRCS = $(filter-out $(wildcard ../*),$(wildcard $(CC_SRCS)))
+REL_CPP_SRCS = $(filter-out $(wildcard ../*),$(wildcard $(CPP_SRCS)))
+
+C_AST := $(REL_C_SRCS:../%=%.ast)
+C_FN := $(REL_C_SRCS:../%=%.fn)
+C_SA := $(REL_C_SRCS:../%=%.sa)
+
+CPP_AST := $(REL_CC_SRCS:../%=%.ast) $(REL_CPP_SRCS:../%=%.ast)
+CPP_FN := $(REL_CC_SRCS:..%=%.fn) $(REL_CPP_SRCS:../%=%.fn)
+CPP_SA := $(REL_CC_SRCS:..%=%.sa) $(REL_CPP_SRCS:../%=%.sa)
+
+CHECKERS=alpha.cplusplus.NewDeleteLeaks,alpha.unix.cstring,alpha.security.ArrayBoundV2,resourceLeak,core,unix,tizen
+
+$(C_AST): %.ast : ../%
+       clang -emit-ast  -o $@ $< $(SA_C_OPTIONS)
+       -@echo 'Finished building: $@'
+       -@echo ' '
+       
+$(C_FN): %.fn : %.ast
+       $(RM) $@
+       clangFnMapGen -o $@ -ast $< $< --
+       -@echo 'Finished generating: $@'
+       -@echo ' '
+       
+$(C_SA): %: pre_sa
+       clang --analyze $(@:%.sa=../%) -Xclang -analyzer-output=$(SA_REPORT_TYPE) -Xclang -analyzer-checker=$(CHECKERS) -Xclang -analyzer-purge=block -o $(SA_REPORT_PATH) $(SA_C_OPTIONS)
+       -@echo 'Finished Analyzing: $(@:%.sa=../%)'
+       -@echo ' '
+       
+$(CPP_AST): %.ast : ../%
+       clang++ -emit-ast  -o $@ $< $(SA_CPP_OPTIONS)
+       -@echo 'Finished building: $@'
+       -@echo ' '
+       
+$(CPP_FN): %.fn : %.ast
+       $(RM) $@
+       clangFnMapGen -o $@ -ast $< $< --
+       -@echo 'Finished generating: $@'
+       -@echo ' '
+       
+$(CPP_SA): %: pre_sa
+       clang++ --analyze $(@:%.sa=../%) -Xclang -analyzer-output=$(SA_REPORT_TYPE) -Xclang -analyzer-checker=$(CHECKERS) -Xclang -analyzer-purge=block -o $(SA_REPORT_PATH) $(SA_CPP_OPTIONS)
+       -@echo 'Finished Analyzing: $(@:%.sa=../%)'
+       -@echo ' '
+
+sa_clean:
+       $(RM) $(C_AST) $(C_FN) $(CPP_AST) $(CPP_FN) $(SA_REPORT_PATH)/externalFnMap.txt $(wildcard $(SA_REPORT_PATH)/*.xml)
+       -@echo ' '
+       
+pre_sa: $(C_AST) $(C_FN) $(CPP_AST) $(CPP_FN)
+       -$(RM) $(SA_REPORT_PATH)/externalFnMap.txt $(wildcard $(SA_REPORT_PATH)/*.xml)
+       cat $(C_FN) $(CPP_FN) > $(SA_REPORT_PATH)/externalFnMap.txt
+       
+sa: $(C_SA) $(CPP_SA)
+
+.PHONY: sa pre_sa sa_clean $(C_SA) $(CPP_SA)
diff --git a/digital-watch/Debug/objects.mk b/digital-watch/Debug/objects.mk
new file mode 100644 (file)
index 0000000..742c2da
--- /dev/null
@@ -0,0 +1,8 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+USER_OBJS :=
+
+LIBS :=
+
diff --git a/digital-watch/Debug/org.example.digitalwatch-1.0.0-i386.tpk b/digital-watch/Debug/org.example.digitalwatch-1.0.0-i386.tpk
new file mode 100644 (file)
index 0000000..45d2e5c
Binary files /dev/null and b/digital-watch/Debug/org.example.digitalwatch-1.0.0-i386.tpk differ
diff --git a/digital-watch/Debug/res/edje/digitalwatch.edj b/digital-watch/Debug/res/edje/digitalwatch.edj
new file mode 100644 (file)
index 0000000..d5dd489
Binary files /dev/null and b/digital-watch/Debug/res/edje/digitalwatch.edj differ
diff --git a/digital-watch/Debug/res/edje/subdir.mk b/digital-watch/Debug/res/edje/subdir.mk
new file mode 100644 (file)
index 0000000..99a4440
--- /dev/null
@@ -0,0 +1,21 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables 
+EDC_SRCS += \
+../res/edje/digitalwatch.edc 
+
+EDJ_FILES += \
+./res/edje/digitalwatch.edj 
+
+
+# Each subdirectory must supply rules for building sources it contributes
+res/edje/%.edj: ../res/edje/%.edc
+       @echo 'Building file: $<'
+       @echo 'Invoking: EDC Resource Compiler'
+       edje_cc -id "$(PROJ_PATH)/edje/images" -id "$(SDK_TOOLPATH)/enventor/share/enventor/images" -sd "$(PROJ_PATH)/edje/sounds" -sd "$(SDK_TOOLPATH)/enventor/share/enventor/sounds" -fd "$(PROJ_PATH)/edje/fonts" -fd "$(SDK_TOOLPATH)/enventor/share/enventor/fonts" "$<" "$@"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+
diff --git a/digital-watch/Debug/shared/locale/en_US/LC_MESSAGES/digitalwatch.mo b/digital-watch/Debug/shared/locale/en_US/LC_MESSAGES/digitalwatch.mo
new file mode 100644 (file)
index 0000000..34cdf7c
Binary files /dev/null and b/digital-watch/Debug/shared/locale/en_US/LC_MESSAGES/digitalwatch.mo differ
diff --git a/digital-watch/Debug/shared/res/subdir.mk b/digital-watch/Debug/shared/res/subdir.mk
new file mode 100644 (file)
index 0000000..627d2bf
--- /dev/null
@@ -0,0 +1,21 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables 
+PO_SRCS += \
+../shared/res/en_US.po 
+
+MO_FILES += \
+./shared/locale/en_US/LC_MESSAGES/digitalwatch.mo 
+
+
+# Each subdirectory must supply rules for building sources it contributes
+shared/locale/en_US/LC_MESSAGES/digitalwatch.mo: ../shared/res/en_US.po
+       @echo 'Building file: $<'
+       @echo 'Invoking: PO Resource Compiler'
+       msgfmt -o "$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+
diff --git a/digital-watch/Debug/sources.mk b/digital-watch/Debug/sources.mk
new file mode 100644 (file)
index 0000000..ee5cca3
--- /dev/null
@@ -0,0 +1,35 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+C_UPPER_SRCS := 
+CXX_SRCS := 
+EDC_SRCS := 
+C++_SRCS := 
+OBJ_SRCS := 
+CC_SRCS := 
+ASM_SRCS := 
+PO_SRCS := 
+CPP_SRCS := 
+C_SRCS := 
+O_SRCS := 
+S_UPPER_SRCS := 
+AST := 
+CC_DEPS := 
+C++_DEPS := 
+MO_FILES := 
+EXECUTABLES := 
+C_UPPER_DEPS := 
+CXX_DEPS := 
+OBJS := 
+FNMAP := 
+EDJ_FILES := 
+CPP_DEPS := 
+C_DEPS := 
+
+# Every subdirectory with source files must be described here
+SUBDIRS := \
+src \
+shared/res \
+res/edje \
+
diff --git a/digital-watch/Debug/src/digitalwatch.d b/digital-watch/Debug/src/digitalwatch.d
new file mode 100644 (file)
index 0000000..f4a7fb9
--- /dev/null
@@ -0,0 +1,898 @@
+src/digitalwatch.d: ../src/digitalwatch.c \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_control.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_common.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_types.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_i18n.h \
+  /home/eunyoung/workspace/digitalwatch/inc/digital-watch.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/system/system_settings.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/efl_extension.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/efl_extension_events.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/Elementary.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/Eina.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina_config.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_types.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_main.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_fp.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f32p32.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f16p16.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f8p24.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_fp.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_rectangle.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_rectangle.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_clist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_clist.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inlist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_iterator.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_magic.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_error.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_accessor.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_file.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_array.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_array.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_list.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_list.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_hash.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_hash.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_trash.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_trash.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_lalloc.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_module.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_mempool.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_mempool.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_log.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_log.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inarray.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_binshare.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_stringshare.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_stringshare.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_ustringshare.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_unicode.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_ustringshare.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_counter.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_rbtree.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_rbtree.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_benchmark.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_convert.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_cpu.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_sched.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_tiler.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_tiler.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_safety_checks.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_hamster.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_matrixsparse.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_str.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_str.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_strbuf.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_binbuf.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_ustrbuf.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_quadtree.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_simple_xml_parser.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_lock.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_lock_posix.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_prefix.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_refcount.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_mmap.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_xattr.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_value.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_value.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_tmpstr.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eet-1/Eet.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1/Evas.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1/Evas_GL.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Evas.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Getopt.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Input.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_File.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_IMF.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Con.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/edje-1/Edje.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/e_dbus-1/E_DBus.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-macros.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-address.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-types.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-errors.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-protocol.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-bus.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-connection.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-memory.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-message.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-shared.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-misc.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-pending-call.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-server.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-signature.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-syntax.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-threads.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/Efreet.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_base.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_ini.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_icon.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_desktop.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_menu.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_utils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_uri.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/Efreet_Mime.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1/Ethumb_Client.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1/Ethumb.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_intro.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_getting_started.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_authors.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_general.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_tooltip.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_object_item.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_access.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_icon.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scroller.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_entry.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_list.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_ctxpopup.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_dayselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector_button.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector_entry.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_hoversel.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_multibuttonentry.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_naviframe.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_popup.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_actionslider.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_app.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_bg.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_box.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_bubble.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_button.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cache.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_calendar.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_check.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_clock.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cnp.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_colorselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_config.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_conform.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cursor.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_datetime.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_debug.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_diskselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_finger.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_flip.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_flipselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_focus.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_font.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_frame.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gen.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gengrid.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_genlist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gesture_layer.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_glview.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_grid.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_hover.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_image.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_index.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_inwin.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_label.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_layout.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_macros.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_map.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_mapbuf.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_menu.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_mirroring.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_need.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_notify.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_object.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_panel.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_panes.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_photocam.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_photo.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_plug.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_progressbar.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_radio.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_route.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scale.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scroll.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_segment_control.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_separator.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_slider.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_slideshow.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_spinner.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_store.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_table.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_theme.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_thumb.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_toolbar.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_transit.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_video.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_web.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_win.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_deprecated.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_surface.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_progressbar.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_slider.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_genlist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_datetime.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_scroller.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_spinner.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_rotary.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_common.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_rotary_selector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_more_option.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/galloca.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtypes.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/glib-2.0/include/glibconfig.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmacros.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gversionmacros.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/garray.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gasyncqueue.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gthread.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gatomic.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gerror.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gquark.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbacktrace.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbase64.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbitlock.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbookmarkfile.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbytes.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gcharset.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gchecksum.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gconvert.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdataset.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdate.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdatetime.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtimezone.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdir.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/genviron.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gfileutils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ggettext.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghash.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/glist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmem.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghmac.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghook.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghostutils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/giochannel.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmain.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gpoll.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gslist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstring.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gunicode.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gutils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gkeyfile.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmappedfile.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmarkup.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmessages.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gnode.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/goption.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gpattern.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gprimes.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gqsort.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gqueue.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/grand.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gregex.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gscanner.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gsequence.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gshell.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gslice.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gspawn.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstrfuncs.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstringchunk.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtestutils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gthreadpool.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtimer.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtrashstack.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtree.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gurifuncs.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gvarianttype.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gvariant.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gversion.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gallocator.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gcache.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gcompletion.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gmain.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/grel.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gthread.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch/watch_app.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch/watch_app_efl.h \
+  /home/eunyoung/workspace/digitalwatch/inc/log.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dlog/dlog.h
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_control.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_common.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_types.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_i18n.h:
+
+/home/eunyoung/workspace/digitalwatch/inc/digital-watch.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/system/system_settings.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/efl_extension.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/efl_extension_events.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/Elementary.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/Eina.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina_config.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_types.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_main.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_fp.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f32p32.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f16p16.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f8p24.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_fp.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_rectangle.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_rectangle.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_clist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_clist.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inlist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_iterator.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_magic.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_error.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_accessor.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_file.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_array.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_array.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_list.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_list.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_hash.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_hash.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_trash.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_trash.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_lalloc.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_module.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_mempool.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_mempool.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_log.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_log.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inarray.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_binshare.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_stringshare.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_stringshare.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_ustringshare.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_unicode.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_ustringshare.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_counter.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_rbtree.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_rbtree.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_benchmark.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_convert.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_cpu.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_sched.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_tiler.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_tiler.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_safety_checks.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_hamster.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_matrixsparse.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_str.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_str.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_strbuf.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_binbuf.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_ustrbuf.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_quadtree.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_simple_xml_parser.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_lock.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_lock_posix.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_prefix.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_refcount.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_mmap.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_xattr.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_value.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_value.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_tmpstr.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eet-1/Eet.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1/Evas.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1/Evas_GL.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Evas.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Getopt.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Input.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_File.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_IMF.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Con.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/edje-1/Edje.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/e_dbus-1/E_DBus.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-macros.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-address.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-types.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-errors.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-protocol.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-bus.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-connection.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-memory.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-message.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-shared.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-misc.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-pending-call.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-server.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-signature.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-syntax.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-threads.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/Efreet.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_base.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_ini.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_icon.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_desktop.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_menu.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_utils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_uri.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/Efreet_Mime.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1/Ethumb_Client.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1/Ethumb.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_intro.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_getting_started.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_authors.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_general.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_tooltip.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_object_item.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_access.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_icon.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scroller.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_entry.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_list.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_ctxpopup.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_dayselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector_button.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector_entry.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_hoversel.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_multibuttonentry.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_naviframe.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_popup.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_actionslider.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_app.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_bg.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_box.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_bubble.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_button.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cache.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_calendar.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_check.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_clock.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cnp.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_colorselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_config.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_conform.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cursor.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_datetime.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_debug.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_diskselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_finger.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_flip.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_flipselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_focus.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_font.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_frame.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gen.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gengrid.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_genlist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gesture_layer.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_glview.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_grid.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_hover.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_image.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_index.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_inwin.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_label.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_layout.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_macros.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_map.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_mapbuf.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_menu.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_mirroring.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_need.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_notify.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_object.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_panel.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_panes.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_photocam.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_photo.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_plug.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_progressbar.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_radio.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_route.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scale.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scroll.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_segment_control.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_separator.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_slider.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_slideshow.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_spinner.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_store.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_table.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_theme.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_thumb.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_toolbar.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_transit.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_video.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_web.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_win.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_deprecated.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_surface.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_progressbar.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_slider.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_genlist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_datetime.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_scroller.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_spinner.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_rotary.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_common.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_rotary_selector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_more_option.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/galloca.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtypes.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/glib-2.0/include/glibconfig.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmacros.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gversionmacros.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/garray.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gasyncqueue.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gthread.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gatomic.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gerror.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gquark.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbacktrace.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbase64.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbitlock.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbookmarkfile.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbytes.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gcharset.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gchecksum.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gconvert.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdataset.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdate.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdatetime.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtimezone.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdir.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/genviron.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gfileutils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ggettext.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghash.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/glist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmem.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghmac.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghook.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghostutils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/giochannel.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmain.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gpoll.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gslist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstring.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gunicode.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gutils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gkeyfile.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmappedfile.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmarkup.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmessages.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gnode.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/goption.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gpattern.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gprimes.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gqsort.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gqueue.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/grand.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gregex.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gscanner.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gsequence.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gshell.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gslice.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gspawn.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstrfuncs.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstringchunk.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtestutils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gthreadpool.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtimer.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtrashstack.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtree.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gurifuncs.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gvarianttype.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gvariant.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gversion.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gallocator.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gcache.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gcompletion.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gmain.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/grel.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gthread.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch/watch_app.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch/watch_app_efl.h:
+
+/home/eunyoung/workspace/digitalwatch/inc/log.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dlog/dlog.h:
diff --git a/digital-watch/Debug/src/digitalwatch.o b/digital-watch/Debug/src/digitalwatch.o
new file mode 100644 (file)
index 0000000..26165e5
Binary files /dev/null and b/digital-watch/Debug/src/digitalwatch.o differ
diff --git a/digital-watch/Debug/src/rotary_digitalwatch.d b/digital-watch/Debug/src/rotary_digitalwatch.d
new file mode 100644 (file)
index 0000000..c495189
--- /dev/null
@@ -0,0 +1,898 @@
+src/rotary_digitalwatch.d: ../src/rotary_digitalwatch.c \
+  /home/eunyoung/workspace/digitalwatch/inc/digital-watch.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_control.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_common.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_types.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_i18n.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/system/system_settings.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/efl_extension.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/efl_extension_events.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/Elementary.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/Eina.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina_config.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_types.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_main.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_fp.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f32p32.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f16p16.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f8p24.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_fp.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_rectangle.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_rectangle.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_clist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_clist.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inlist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_iterator.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_magic.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_error.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_accessor.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_file.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_array.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_array.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_list.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_list.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_hash.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_hash.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_trash.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_trash.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_lalloc.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_module.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_mempool.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_mempool.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_log.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_log.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inarray.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_binshare.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_stringshare.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_stringshare.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_ustringshare.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_unicode.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_ustringshare.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_counter.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_rbtree.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_rbtree.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_benchmark.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_convert.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_cpu.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_sched.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_tiler.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_tiler.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_safety_checks.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_hamster.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_matrixsparse.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_str.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_str.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_strbuf.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_binbuf.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_ustrbuf.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_quadtree.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_simple_xml_parser.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_lock.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_lock_posix.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_prefix.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_refcount.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_mmap.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_xattr.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_value.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_value.x \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_tmpstr.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eet-1/Eet.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1/Evas.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1/Evas_GL.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Evas.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Getopt.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Input.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_File.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_IMF.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Con.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/edje-1/Edje.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/e_dbus-1/E_DBus.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-macros.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-address.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-types.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-errors.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-protocol.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-bus.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-connection.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-memory.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-message.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-shared.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-misc.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-pending-call.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-server.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-signature.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-syntax.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-threads.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/Efreet.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_base.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_ini.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_icon.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_desktop.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_menu.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_utils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_uri.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/Efreet_Mime.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1/Ethumb_Client.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1/Ethumb.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_intro.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_getting_started.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_authors.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_general.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_tooltip.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_object_item.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_access.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_icon.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scroller.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_entry.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_list.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_ctxpopup.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_dayselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector_button.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector_entry.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_hoversel.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_multibuttonentry.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_naviframe.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_popup.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_actionslider.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_app.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_bg.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_box.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_bubble.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_button.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cache.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_calendar.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_check.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_clock.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cnp.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_colorselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_config.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_conform.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cursor.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_datetime.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_debug.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_diskselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_finger.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_flip.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_flipselector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_focus.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_font.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_frame.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gen.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gengrid.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_genlist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gesture_layer.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_glview.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_grid.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_hover.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_image.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_index.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_inwin.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_label.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_layout.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_macros.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_map.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_mapbuf.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_menu.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_mirroring.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_need.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_notify.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_object.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_panel.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_panes.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_photocam.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_photo.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_plug.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_progressbar.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_radio.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_route.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scale.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scroll.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_segment_control.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_separator.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_slider.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_slideshow.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_spinner.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_store.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_table.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_theme.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_thumb.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_toolbar.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_transit.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_video.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_web.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_win.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_deprecated.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_surface.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_progressbar.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_slider.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_genlist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_datetime.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_scroller.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_spinner.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_rotary.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_common.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_rotary_selector.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_more_option.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/galloca.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtypes.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/glib-2.0/include/glibconfig.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmacros.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gversionmacros.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/garray.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gasyncqueue.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gthread.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gatomic.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gerror.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gquark.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbacktrace.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbase64.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbitlock.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbookmarkfile.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbytes.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gcharset.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gchecksum.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gconvert.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdataset.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdate.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdatetime.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtimezone.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdir.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/genviron.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gfileutils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ggettext.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghash.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/glist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmem.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghmac.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghook.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghostutils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/giochannel.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmain.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gpoll.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gslist.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstring.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gunicode.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gutils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gkeyfile.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmappedfile.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmarkup.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmessages.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gnode.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/goption.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gpattern.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gprimes.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gqsort.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gqueue.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/grand.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gregex.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gscanner.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gsequence.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gshell.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gslice.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gspawn.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstrfuncs.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstringchunk.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtestutils.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gthreadpool.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtimer.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtrashstack.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtree.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gurifuncs.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gvarianttype.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gvariant.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gversion.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gallocator.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gcache.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gcompletion.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gmain.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/grel.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gthread.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch/watch_app.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch/watch_app_efl.h \
+  /home/eunyoung/workspace/digitalwatch/inc/log.h \
+  /home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dlog/dlog.h
+
+/home/eunyoung/workspace/digitalwatch/inc/digital-watch.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_control.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_common.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_types.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appfw/app_i18n.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/system/system_settings.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/efl_extension.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/efl_extension_events.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/Elementary.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/Eina.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina_config.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_types.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_main.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_fp.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f32p32.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f16p16.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_f8p24.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_fp.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_rectangle.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_rectangle.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_clist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_clist.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inlist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_iterator.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_magic.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_error.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_accessor.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_file.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_array.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_array.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_list.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_list.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_hash.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_hash.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_trash.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_trash.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_lalloc.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_module.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_mempool.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_mempool.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_log.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_log.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inarray.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_binshare.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_stringshare.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_stringshare.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_ustringshare.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_unicode.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_ustringshare.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_counter.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_rbtree.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_rbtree.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_benchmark.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_convert.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_cpu.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_sched.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_tiler.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_tiler.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_safety_checks.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_hamster.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_matrixsparse.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_str.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_str.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_strbuf.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_binbuf.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_ustrbuf.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_quadtree.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_simple_xml_parser.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_lock.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_lock_posix.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_prefix.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_refcount.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_mmap.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_xattr.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_value.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_inline_value.x:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eina-1/eina/eina_tmpstr.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/eet-1/Eet.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1/Evas.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/evas-1/Evas_GL.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Evas.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Getopt.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Input.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_File.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_IMF.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ecore-1/Ecore_Con.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/edje-1/Edje.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/e_dbus-1/E_DBus.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-macros.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-address.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-types.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-errors.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-protocol.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-bus.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-connection.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-memory.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-message.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-shared.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-misc.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-pending-call.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-server.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-signature.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-syntax.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dbus-1.0/dbus/dbus-threads.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/Efreet.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_base.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_ini.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_icon.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_desktop.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_menu.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_utils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/efreet_uri.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efreet-1/Efreet_Mime.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1/Ethumb_Client.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/ethumb-1/Ethumb.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_intro.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_getting_started.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_authors.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_general.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_tooltip.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_object_item.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_access.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_icon.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scroller.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_entry.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_list.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_ctxpopup.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_dayselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector_button.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector_entry.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_fileselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_hoversel.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_multibuttonentry.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_naviframe.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elc_popup.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_actionslider.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_app.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_bg.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_box.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_bubble.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_button.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cache.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_calendar.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_check.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_clock.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cnp.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_colorselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_config.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_conform.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_cursor.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_datetime.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_debug.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_diskselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_finger.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_flip.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_flipselector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_focus.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_font.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_frame.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gen.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gengrid.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_genlist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_gesture_layer.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_glview.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_grid.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_hover.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_image.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_index.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_inwin.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_label.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_layout.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_macros.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_map.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_mapbuf.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_menu.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_mirroring.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_need.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_notify.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_object.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_panel.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_panes.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_photocam.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_photo.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_plug.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_progressbar.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_radio.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_route.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scale.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_scroll.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_segment_control.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_separator.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_slider.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_slideshow.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_spinner.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_store.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_table.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_theme.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_thumb.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_toolbar.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_transit.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_video.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_web.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_win.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/elementary-1/elm_deprecated.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_surface.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_progressbar.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_slider.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_genlist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_datetime.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_scroller.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_circle_object_spinner.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/circle/efl_extension_rotary.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_common.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_rotary_selector.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/efl-extension/common/efl_extension_more_option.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/galloca.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtypes.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/lib/glib-2.0/include/glibconfig.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmacros.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gversionmacros.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/garray.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gasyncqueue.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gthread.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gatomic.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gerror.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gquark.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbacktrace.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbase64.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbitlock.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbookmarkfile.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gbytes.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gcharset.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gchecksum.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gconvert.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdataset.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdate.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdatetime.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtimezone.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gdir.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/genviron.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gfileutils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ggettext.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghash.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/glist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmem.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghmac.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghook.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/ghostutils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/giochannel.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmain.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gpoll.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gslist.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstring.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gunicode.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gutils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gkeyfile.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmappedfile.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmarkup.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gmessages.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gnode.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/goption.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gpattern.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gprimes.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gqsort.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gqueue.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/grand.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gregex.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gscanner.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gsequence.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gshell.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gslice.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gspawn.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstrfuncs.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gstringchunk.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtestutils.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gthreadpool.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtimer.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtrashstack.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gtree.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gurifuncs.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gvarianttype.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gvariant.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/gversion.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gallocator.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gcache.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gcompletion.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gmain.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/grel.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/glib-2.0/glib/deprecated/gthread.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch/watch_app.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/appcore-watch/watch_app_efl.h:
+
+/home/eunyoung/workspace/digitalwatch/inc/log.h:
+
+/home/eunyoung/tizen-sdk/tools/smart-build-interface/../../platforms/wearable-2.3.1/rootstraps/wearable-2.3.1-emulator.core/usr/include/dlog/dlog.h:
diff --git a/digital-watch/Debug/src/subdir.mk b/digital-watch/Debug/src/subdir.mk
new file mode 100644 (file)
index 0000000..21b3451
--- /dev/null
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables 
+C_SRCS += \
+../src/digitalwatch.c 
+
+OBJS += \
+./src/digitalwatch.o 
+
+C_DEPS += \
+./src/digitalwatch.d 
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/%.o: ../src/%.c
+       @echo 'Building file: $<'
+       @echo 'Invoking: C Compiler'
+       $(CC) -I"pch" -D_DEBUG -I"$(PROJ_PATH)/inc" -O0 -g3 -Wall -c -fmessage-length=0 $(TC_COMPILER_MISC) $(RS_COMPILER_MISC) -fPIE --sysroot="$(SBI_SYSROOT)" -I"$(SBI_SYSROOT)/usr/include/libxml2" -I"$(SDK_PATH)/library" -I"$(SBI_SYSROOT)/usr/include" -I"$(SBI_SYSROOT)/usr/include/appcore-agent" -I"$(SBI_SYSROOT)/usr/include/appcore-watch" -I"$(SBI_SYSROOT)/usr/include/appfw" -I"$(SBI_SYSROOT)/usr/include/badge" -I"$(SBI_SYSROOT)/usr/include/base" -I"$(SBI_SYSROOT)/usr/include/cairo" -I"$(SBI_SYSROOT)/usr/include/ckm" -I"$(SBI_SYSROOT)/usr/include/content" -I"$(SBI_SYSROOT)/usr/include/context-manager" -I"$(SBI_SYSROOT)/usr/include/dbus-1.0" -I"$(SBI_SYSROOT)/usr/include/device" -I"$(SBI_SYSROOT)/usr/include/dlog" -I"$(SBI_SYSROOT)/usr/include/ecore-1" -I"$(SBI_SYSROOT)/usr/include/e_dbus-1" -I"$(SBI_SYSROOT)/usr/include/edje-1" -I"$(SBI_SYSROOT)/usr/include/eet-1" -I"$(SBI_SYSROOT)/usr/include/efl-extension" -I"$(SBI_SYSROOT)/usr/include/efreet-1" -I"$(SBI_SYSROOT)/usr/include/eina-1" -I"$(SBI_SYSROOT)/usr/include/eina-1/eina" -I"$(SBI_SYSROOT)/usr/include/eio-1" -I"$(SBI_SYSROOT)/usr/include/elementary-1" -I"$(SBI_SYSROOT)/usr/include/embryo-1" -I"$(SBI_SYSROOT)/usr/include/ethumb-1" -I"$(SBI_SYSROOT)/usr/include/evas-1" -I"$(SBI_SYSROOT)/usr/include/ewebkit2-0" -I"$(SBI_SYSROOT)/usr/include/fontconfig" -I"$(SBI_SYSROOT)/usr/include/freetype2" -I"$(SBI_SYSROOT)/usr/include/gio-unix-2.0" -I"$(SBI_SYSROOT)/usr/include/glib-2.0" -I"$(SBI_SYSROOT)/usr/include/json-glib-1.0" -I"$(SBI_SYSROOT)/usr/include/json-glib-1.0/json-glib" -I"$(SBI_SYSROOT)/usr/include/location" -I"$(SBI_SYSROOT)/usr/include/media" -I"$(SBI_SYSROOT)/usr/include/media-content" -I"$(SBI_SYSROOT)/usr/include/messaging" -I"$(SBI_SYSROOT)/usr/include/minizip" -I"$(SBI_SYSROOT)/usr/include/network" -I"$(SBI_SYSROOT)/usr/include/notification" -I"$(SBI_SYSROOT)/usr/include/sensor" -I"$(SBI_SYSROOT)/usr/include/storage" -I"$(SBI_SYSROOT)/usr/include/system" -I"$(SBI_SYSROOT)/usr/include/telephony" -I"$(SBI_SYSROOT)/usr/include/ui" -I"$(SBI_SYSROOT)/usr/include/widget_service" -I"$(SBI_SYSROOT)/usr/include/widget_viewer_evas" -I"$(SBI_SYSROOT)/usr/lib/dbus-1.0/include" -I"$(SBI_SYSROOT)/usr/lib/glib-2.0/include" -Werror-implicit-function-declaration -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+
diff --git a/digital-watch/inc/digital-watch.h b/digital-watch/inc/digital-watch.h
new file mode 100644 (file)
index 0000000..9ad6c25
--- /dev/null
@@ -0,0 +1,49 @@
+/*
+ * Samsung API
+ * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/license/
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __DIGITAL_WATCH_H__
+#define __DIGITAL_WATCH_H__
+
+#include <app.h>
+#include <system_settings.h>
+#include <efl_extension.h>
+#include <glib.h>
+#include <tizen.h>
+#include <watch_app.h>
+#include <watch_app_efl.h>
+#include "log.h"
+
+
+#if !defined(PACKAGE)
+#define PACKAGE "org.example.digitalwatch"
+#endif
+
+#define IMG_DIR "/opt/usr/apps/org.example.digitalwatch/res/images/"
+#define EDJ_FILE_PATH "/opt/usr/apps/org.example.digitalwatch/res/edje/digitalwatch.edj"
+
+#define BUFFER_LENGTH 80
+
+typedef struct appdata{
+       Evas_Object* win;
+       Evas_Object* layout;
+       Evas_Object* bg;
+       Evas_Object* button;
+       int w;
+       int h;
+} appdata_s;
+
+#endif /* __DIGITAL_WATCH_H__ */
diff --git a/digital-watch/inc/log.h b/digital-watch/inc/log.h
new file mode 100644 (file)
index 0000000..829b679
--- /dev/null
@@ -0,0 +1,93 @@
+/*
+ * Samsung API
+ * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/license/
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __SAMPLE_APP_LOG_H__
+#define __SAMPLE_APP_LOG_H__
+
+#include <unistd.h>
+#include <dlog.h>
+
+#ifdef  LOG_TAG
+#undef  LOG_TAG
+#endif
+#define LOG_TAG "DIGITAL-WATCH"
+
+
+#if !defined(_D)
+#define _D(fmt, arg...) dlog_print( DLOG_DEBUG, LOG_TAG, fmt"\n", ##arg)
+#endif
+
+#if !defined(_W)
+#define _W(fmt, arg...) dlog_print( DLOG_WARN , LOG_TAG, fmt"\n", ##arg)
+#endif
+
+#if !defined(_E)
+#define _E(fmt, arg...) dlog_print( DLOG_ERROR  , LOG_TAG, fmt"\n", ##arg)
+#endif
+
+#define retvm_if(expr, val, fmt, arg...) do { \
+       if(expr) { \
+               _E(fmt, ##arg); \
+               _E("(%s) -> %s() return", #expr, __FUNCTION__); \
+               return val; \
+       } \
+} while (0)
+
+#define retv_if(expr, val) do { \
+       if(expr) { \
+               _E("(%s) -> %s() return", #expr, __FUNCTION__); \
+               return (val); \
+       } \
+} while (0)
+
+#define retm_if(expr, fmt, arg...) do { \
+       if(expr) { \
+               _E(fmt, ##arg); \
+               _E("(%s) -> %s() return", #expr, __FUNCTION__); \
+               return; \
+       } \
+} while (0)
+
+#define ret_if(expr) do { \
+       if(expr) { \
+               _E("(%s) -> %s() return", #expr, __FUNCTION__); \
+               return; \
+       } \
+} while (0)
+
+#define goto_if(expr, val) do { \
+       if(expr) { \
+               _E("(%s) -> goto", #expr); \
+               goto val; \
+       } \
+} while (0)
+
+#define break_if(expr) { \
+       if(expr) { \
+               _E("(%s) -> break", #expr); \
+               break; \
+       } \
+}
+
+#define continue_if(expr) { \
+       if(expr) { \
+               _E("(%s) -> continue", #expr); \
+               continue; \
+       } \
+}
+
+#endif                         /* __SAMPLE_APP_LOG_H__ */
diff --git a/digital-watch/res/edje/digitalwatch.edc b/digital-watch/res/edje/digitalwatch.edc
new file mode 100644 (file)
index 0000000..0872dcb
--- /dev/null
@@ -0,0 +1,290 @@
+collections {
+       group {
+               name : "layout";
+       
+       styles {
+               style {
+                       name: "textblock_digit_style";
+                       base: "font=SamsungCondensed:style=Light font_size=60 align=center color=#FFFFFF style=shadow,bottom shadow_color=#00000088 ellipsis=1 wrap=mixed";
+               }
+       }
+
+       parts{
+       /*      part {
+                       name: "base";
+                       type: RECT;
+                       scale: 1;
+                       description { 
+                               state: "default" 0.0;
+                               rel1 { relative: 0.0 0.0;}
+                               rel2 { relative: 1.0 1.0;}
+                               visible: 1;
+                               color: 255 255 255 0;
+                       }
+               }*/
+               part {
+                       name: "bg_image";
+                       type: SWALLOW;
+                       scale: 1;
+                       description { 
+                               state: "default" 0.0;
+                               rel1 { relative: 0.0 0.0;}
+                               rel2 { relative: 1.0 1.0;}
+                               visible: 1;
+                       }
+               }
+               part {
+                       name: "button";
+                       type: SWALLOW;
+                       scale: 1;
+                       description { 
+                               state: "default" 0.0;
+                               rel1 { to: "bg_image";}
+                               rel2 { to: "bg_image";}
+                               visible: 1;
+                       }
+               }
+               part {
+                       name: "normal";
+                       type: RECT;
+                       mouse_events: 0;
+                       scale: 1;
+                       description {
+                               state: "default" 0.0; 
+                               color: 0 0 0 0;
+                               perspective {
+                                       zplane: 0;
+                               }
+                       }
+               }
+               part {
+                       name: "zoom";
+                       type: RECT;
+                       mouse_events: 0;
+                       scale: 1;
+                       description {
+                               state: "default" 0.0; 
+                               color: 0 0 0 0; 
+                               perspective {
+                                       zplane: -800; 
+                               }
+                       }
+               }
+               part { 
+                       name: "time_bg";
+                       type: RECT;
+                       scale: 1;
+                       mouse_events: 1;
+                       repeat_events: 1;
+                       description { 
+                               state: "default" 0.0;
+                               rel1 { to: "time"; }
+                               rel2 { to: "time"; }
+                               visible: 1;
+                               color: 0 0 0 80;
+                               align: 0.5 0.5;
+                               map {
+                                       on: 1;
+                                       perspective: "normal";
+                               }
+                       }
+                       description { 
+                               state: "zoom" 0.0;
+                               inherit: "default" 0.0;
+                               map {
+                                       on: 1;
+                                       perspective: "zoom";
+                               }
+                       }
+               }
+               part {
+                       name: "time";
+                       type: TEXTBLOCK;
+                       effect: SHADOW BOTTOM;
+                       scale: 1;
+                       mouse_events: 1;
+                       repeat_events: 1;
+                       description {
+                               state: "default" 0.0;
+                               rel1 { relative: 0.5 0.5; to: "bg_image"; offset: 0 -30; }
+                               rel2 { relative: 0.5 0.5; to: "bg_image"; offset: 0 -30; }
+                               fixed: 1 1;
+                               visible: 1;
+                               color: 255 255 255 255;
+                               align: 0.5 0.5;
+                               text{
+                                       style: "textblock_digit_style";
+                                       min: 1 1;
+                                       align: 0.5 0.5;
+                               }                       
+                               map {
+                                       on: 1;
+                                       perspective: "normal";
+                               }
+                       }
+                       description { 
+                               state: "zoom" 0.0;
+                               inherit: "default" 0.0;
+                               rel1 { relative: 0.5 0.9; to: "bg_image"; offset: 0 70;}
+                               rel2 { relative: 0.5 0.9; to: "bg_image"; offset: 0 70;}
+                               map {
+                                       on: 1;
+                                       perspective: "zoom";
+                               }
+                       }
+               }
+               part { 
+                       name: "date_bg";
+                       type: RECT;
+                       scale: 1;
+                       mouse_events: 1;
+                       repeat_events: 1;
+                       description { 
+                               state: "default" 0.0;
+                               rel1 { relative: 0.0 0.0; to: "date";  }
+                               rel2 { relative: 1.0 1.0; to: "dayofweek"; }
+                               visible: 1;
+                               color: 0 0 0 80;
+                               align: 0.5 0.5;
+                               map {
+                                       on: 1;
+                                       perspective: "normal";
+                               }
+                       }
+                       description { 
+                               state: "zoom" 0.0;
+                               inherit: "default" 0.0;
+                               map {
+                                       on: 1;
+                                       perspective: "zoom";
+                               }
+                       }
+                       description { 
+                               state: "hide" 0.0;
+                               inherit: "default" 0.0;
+                               visible: 0;
+                       }
+               }  
+               part {
+                       name: "dayofweek";
+                       type: TEXT;
+                       effect: SHADOW BOTTOM;
+                       scale: 1;
+                       mouse_events: 1;
+                       repeat_events: 1;
+                       description { 
+                               state: "default" 0.0;
+                               color:  255 255 255 255;
+                               rel1 { relative: 1.0 1.0; to: "time"; }
+                               rel2 { relative: 1.0 1.0; to: "time"; }
+                               align: 1.0 0.0;
+                               text {
+                                       font: SamsungCondensed":style=Regular";
+                                       text_class: "tizen";
+                                       min: 1 1;
+                                       size: 25;
+                                       align: 0.5 0.5;
+                               }
+                               visible: 1;
+                               map {
+                                       on: 1;
+                                       perspective: "normal";
+                               }
+                       }
+                       description { 
+                               state: "zoom" 0.0;
+                               inherit: "default" 0.0;
+                               map {
+                                       on: 1;
+                                       perspective: "zoom";
+                               }
+                       }
+                       description { 
+                               state: "hide" 0.0;
+                               inherit: "default" 0.0;
+                               visible: 0;
+                       }
+               }
+               part{
+                       name: "date";
+                       type: TEXT;
+                       effect: SHADOW BOTTOM;
+                       scale: 1;
+                       mouse_events: 1;
+                       repeat_events: 1;       
+                       description{
+                               state: "default" 0.0;
+                               color: 255 255 255 255;
+                               rel1 { relative: 0.0 1.0; to: "time"; }
+                               rel2 { relative: 0.0 1.0; to: "time"; }
+                               align: 0.0 0.0;
+                               text{
+                                       text: "";
+                                       font: SamsungCondensed":style=Regular";
+                                       text_class: "tizen";
+                                       min: 1 1;
+                                       size: 25;
+                                       align: 0.5 0.5;
+                               }
+                               visible: 1;
+                               map {
+                                       on: 1;
+                                       perspective: "normal";
+                               }
+                       }
+                       description { 
+                               state: "zoom" 0.0;
+                               inherit: "default" 0.0;
+                               map {
+                                       on: 1;
+                                       perspective: "zoom";
+                               }
+                       }
+                       description { 
+                               state: "hide" 0.0;
+                               inherit: "default" 0.0;
+                               visible: 0;
+                       }
+               }
+       } //parts end
+       programs {
+               program {
+                       signal: "zoom";
+                       source: "time";
+                       action: STATE_SET "default" 0.0;
+                       target: "time_bg";
+                       target: "time";
+                       target: "date_bg";
+                       target: "dayofweek";
+                       target: "date";
+                       transition: LINEAR  2.0;
+                       after: "date.hide";        
+               }
+               program {
+                       name: "date.hide";
+                       action: STATE_SET "hide" 0.0;
+                       target: "date_bg";
+                       target: "date";
+                       target: "dayofweek";
+                       transition: LINEAR  0.5; 
+                       after: "zoom.cont";
+               }
+               program {
+                       name: "zoom.cont";
+                       action: STATE_SET "zoom" 0.0;
+                       target: "time_bg";
+                       target: "time";
+                       transition: LINEAR  0.5; 
+               }
+               program {
+                       signal: "normal";  
+                       source: "time";
+                       action: STATE_SET "default" 0.0;
+                       target: "time_bg";
+                       target: "time";
+                       target: "dayofweek";
+                       target: "date";
+               }
+       }
+} //group end
+
diff --git a/digital-watch/res/edje/digitalwatch.edj b/digital-watch/res/edje/digitalwatch.edj
new file mode 100644 (file)
index 0000000..228f676
Binary files /dev/null and b/digital-watch/res/edje/digitalwatch.edj differ
diff --git a/digital-watch/res/images/0.jpg b/digital-watch/res/images/0.jpg
new file mode 100644 (file)
index 0000000..1644912
Binary files /dev/null and b/digital-watch/res/images/0.jpg differ
diff --git a/digital-watch/res/images/1.jpg b/digital-watch/res/images/1.jpg
new file mode 100644 (file)
index 0000000..a8f55e3
Binary files /dev/null and b/digital-watch/res/images/1.jpg differ
diff --git a/digital-watch/res/images/2.jpg b/digital-watch/res/images/2.jpg
new file mode 100644 (file)
index 0000000..f9c9141
Binary files /dev/null and b/digital-watch/res/images/2.jpg differ
diff --git a/digital-watch/res/images/3.jpg b/digital-watch/res/images/3.jpg
new file mode 100644 (file)
index 0000000..483272a
Binary files /dev/null and b/digital-watch/res/images/3.jpg differ
diff --git a/digital-watch/res/images/4.jpg b/digital-watch/res/images/4.jpg
new file mode 100644 (file)
index 0000000..e0d7ff3
Binary files /dev/null and b/digital-watch/res/images/4.jpg differ
diff --git a/digital-watch/res/images/5.jpg b/digital-watch/res/images/5.jpg
new file mode 100644 (file)
index 0000000..f803257
Binary files /dev/null and b/digital-watch/res/images/5.jpg differ
diff --git a/digital-watch/res/images/6.jpg b/digital-watch/res/images/6.jpg
new file mode 100644 (file)
index 0000000..90df368
Binary files /dev/null and b/digital-watch/res/images/6.jpg differ
diff --git a/digital-watch/res/images/bg.jpg b/digital-watch/res/images/bg.jpg
new file mode 100644 (file)
index 0000000..9195fc4
Binary files /dev/null and b/digital-watch/res/images/bg.jpg differ
diff --git a/digital-watch/shared/res/.msg b/digital-watch/shared/res/.msg
new file mode 100644 (file)
index 0000000..066fc1d
--- /dev/null
@@ -0,0 +1,18 @@
+msgid ""
+msgstr ""
+
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+msgid "IDS_SUNDAY"
+msgstr ""
+
+msgid "IDS_MONDAY"
+msgstr ""
+
+msgid "IDS_AM"
+msgstr ""
+
+msgid "IDS_PM"
+msgstr ""
+
diff --git a/digital-watch/shared/res/digitalwatch.png b/digital-watch/shared/res/digitalwatch.png
new file mode 100644 (file)
index 0000000..bae4aa2
Binary files /dev/null and b/digital-watch/shared/res/digitalwatch.png differ
diff --git a/digital-watch/shared/res/en_US.po b/digital-watch/shared/res/en_US.po
new file mode 100644 (file)
index 0000000..a813ca2
--- /dev/null
@@ -0,0 +1,18 @@
+msgid ""
+msgstr ""
+
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+msgid "IDS_SUNDAY"
+msgstr "Sunday"
+
+msgid "IDS_MONDAY"
+msgstr "Monday"
+
+msgid "IDS_AM"
+msgstr "AM"
+
+msgid "IDS_PM"
+msgstr "PM"
+
diff --git a/digital-watch/src/digitalwatch.c b/digital-watch/src/digitalwatch.c
new file mode 100644 (file)
index 0000000..a1493fd
--- /dev/null
@@ -0,0 +1,369 @@
+/*
+ * Samsung API
+ * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/license/
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+#include <app.h>
+#include "digital-watch.h"
+
+//#define LABEL_STRING "%s<font_size=24><font=Tizen:style=Bold> %s</font></font_size>"
+#define LABEL_STRING "%s<font_size=24><font=SamsungCondensed:style=Light> %s</font></font_size>"
+
+void _set_info_time_and_date(void *data, watch_time_h watch_time)
+{
+       const char *DAY_OF_WEEK_STR[7] = { "IDS_SUNDAY", "IDS_MONDAY", "Tue", "Wed", "Thur", "Fri", "Sat"};
+       const char *MONTH_STR[12] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"};
+
+       appdata_s *ad = data;
+       char time_buf[BUFFER_LENGTH] = { 0 };
+       char time_str[BUFFER_LENGTH] = { 0 };
+       char dayofweek_str[BUFFER_LENGTH] = { 0 };
+       char date_str[BUFFER_LENGTH] = { 0 };
+       char ampm_str[BUFFER_LENGTH] = { 0 };
+       int hour24 = 0;
+       int minute = 0;
+       int day_of_week = 0;
+       int month = 0;
+       int day = 0 ;
+
+       ret_if(!ad);
+
+       int ret = watch_time_get_current_time(&watch_time);
+       if (ret != APP_ERROR_NONE) {
+               _E("failed to get current time. err = %d", ret);
+               _set_info_time_and_date(ad, watch_time);
+       }
+
+       watch_time_get_hour24(watch_time, &hour24);
+       watch_time_get_minute(watch_time, &minute);
+       watch_time_get_day_of_week(watch_time, &day_of_week);
+       watch_time_get_month(watch_time, &month);
+       watch_time_get_day(watch_time, &day);
+
+       _E("hour[%d], min[%d], week[%d], month[%d], day[%d]", hour24, minute, day_of_week, month, day);
+
+       /* time */
+       if (hour24 >= 0 && hour24 < 12) {
+               snprintf(ampm_str, sizeof(ampm_str), "%s", "AM");
+       } else {
+               snprintf(ampm_str, sizeof(ampm_str), "%s", "PM");
+       }
+
+       sprintf(time_buf, "%d:%02d", hour24%12, minute);
+       snprintf(time_str, sizeof(time_str), LABEL_STRING, time_buf, ampm_str);
+       elm_object_part_text_set(ad->layout, "time", time_str);
+
+       /* date */
+       sprintf(dayofweek_str, "%s", DAY_OF_WEEK_STR[day_of_week-1]);
+       elm_object_part_text_set(ad->layout, "dayofweek", dayofweek_str);
+
+       sprintf(date_str, "%d %s", day, MONTH_STR[month-1]);
+       elm_object_part_text_set(ad->layout, "date", date_str);
+}
+
+
+static Evas_Object *_create_win(appdata_s *ad)
+{
+       Evas_Object *win = NULL;
+       int ret = 0;
+
+       ret = watch_app_get_elm_win(&win);
+       if (ret != APP_ERROR_NONE) {
+               _E("failed to get window. err = %d", ret);
+               return NULL;
+       }
+
+//elm_win_title_set(win, "digital-watch");
+//elm_win_alpha_set(win, EINA_FALSE);
+
+       evas_object_resize(win, ad->w, ad->h);
+       evas_object_show(win);
+       return win;
+}
+
+
+static Evas_Object *_create_layout(appdata_s *ad)
+{
+       Evas_Object *layout = NULL;
+
+       layout = elm_layout_add(ad->win);
+       elm_layout_file_set(layout, EDJ_FILE_PATH, "layout");
+       //evas_object_size_hint_weight_set(layout, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
+       //evas_object_size_hint_align_set(layout, EVAS_HINT_FILL, EVAS_HINT_FILL);
+       //evas_object_size_hint_min_set(layout, ad->w, ad->h);
+       //elm_object_content_set(ad->win, ad->layout);
+       evas_object_resize(layout, ad->w, ad->h);
+       evas_object_show(layout);
+
+       return layout;
+}
+
+static void _clicked_cb(void *data, Evas_Object *obj, void *event_info)
+{
+       appdata_s *ad = data;
+       Eina_Bool ret = EINA_TRUE;
+
+       char str_buf[128] = { 0 };
+
+       ret_if(!ad);
+
+       _E("clicked callback");
+
+       int rand_num = rand() % 7;
+       snprintf(str_buf, sizeof(str_buf), "%s%d%s", IMG_DIR, rand_num, ".jpg");
+
+       ret = elm_bg_file_set(ad->bg, str_buf, NULL);
+       if (ret != EINA_TRUE) {
+               _E("Failed to set the background image");
+               return;
+       }
+
+}
+
+static Evas_Object *_create_button(appdata_s *ad)
+{
+       Evas_Object* button = NULL;
+
+       retv_if(!ad, NULL);
+
+       button = elm_button_add(ad->layout);
+       retv_if(!button, NULL);
+
+       elm_object_style_set(button, "transparent");
+       elm_object_part_content_set(ad->layout, "button", button);
+       evas_object_smart_callback_add(button, "clicked", _clicked_cb, ad);
+       evas_object_show(button);
+
+       return button;
+}
+
+static Evas_Object *_create_background(appdata_s *ad)
+{
+       Evas_Object *bg = NULL;
+       Eina_Bool ret = EINA_TRUE;
+
+       bg = elm_bg_add(ad->layout);
+       ret = elm_bg_file_set(bg, IMG_DIR"bg.jpg", NULL);
+       if (ret != EINA_TRUE) {
+               _E("Failed to set the background image");
+               return NULL;
+       }
+
+       elm_bg_option_set(bg, ELM_BG_OPTION_CENTER);
+       //elm_bg_option_set(bg, ELM_BG_OPTION_SCALE);
+       //elm_bg_option_set(bg, ELM_BG_OPTION_STRETCH);
+       //elm_bg_option_set(bg, ELM_BG_OPTION_TILE);
+       //elm_bg_option_set(bg, ELM_BG_OPTION_LAST);
+
+       elm_object_part_content_set(ad->layout, "bg_image", bg);
+       evas_object_show(bg);
+
+       return bg;
+}
+
+static void _create_base_gui(appdata_s *ad)
+{
+       ret_if(!ad);
+
+       /* Window */
+       ad->win = _create_win(ad);
+       ret_if (!ad->win);
+
+       /* Layout */
+       ad->layout = _create_layout(ad);
+       ret_if (!ad->layout);
+
+       /* background image */
+       ad->bg = _create_background(ad);
+       ret_if(!ad->bg);
+
+       /* clicked button */
+       ad->button = _create_button(ad);
+       ret_if(!ad->button);
+}
+
+
+static void _destroy_base_gui(appdata_s *ad)
+{
+       ret_if(!ad);
+
+       if (ad->button) evas_object_del(ad->button);
+       if (ad->bg) evas_object_del(ad->bg);
+       if (ad->layout) evas_object_del(ad->layout);
+       if (ad->win) evas_object_del(ad->win);
+}
+
+
+void lang_changed(app_event_info_h event_info, void* user_data)
+{
+       // Takes necessary actions when language setting is changed
+       char *locale = NULL;
+
+       system_settings_get_value_string(SYSTEM_SETTINGS_KEY_LOCALE_LANGUAGE, &locale);
+       ret_if(!locale);
+
+       elm_language_set(locale);
+       free(locale);
+
+       return;
+}
+
+void region_changed(app_event_info_h event_info, void* user_data)
+{
+       // Takes necessary actions when region setting is changed
+}
+
+void low_battery(app_event_info_h event_info, void* user_data)
+{
+       // Takes necessary actions when system is running on low battery
+       watch_app_exit();
+}
+
+void low_memory(app_event_info_h event_info, void* user_data)
+{
+       // Takes necessary actions when system is running on low memory
+       watch_app_exit();
+}
+
+void device_orientation(app_event_info_h event_info, void* user_data)
+{
+       // Takes necessary actions when system is running on low memory
+}
+
+static bool app_create(int width, int height, void* user_data)
+{
+       /* Hook to take necessary actions before main event loop starts
+          Initialize UI resources and application's data */
+
+       appdata_s *ad = user_data;
+       app_event_handler_h handlers[5] = {NULL, };
+       watch_time_h watch_time = NULL;
+
+       bindtextdomain("digitalwatch", "/opt/usr/apps/org.example.digitalwatch/shared/locale/");
+
+       // Register callbacks for each system event
+       if (watch_app_add_event_handler(&handlers[APP_EVENT_LANGUAGE_CHANGED], APP_EVENT_LANGUAGE_CHANGED, lang_changed, NULL) != APP_ERROR_NONE) {
+                dlog_print(DLOG_ERROR, LOG_TAG, "watch_app_add_event_handler () is failed");
+       }
+       if (watch_app_add_event_handler(&handlers[APP_EVENT_REGION_FORMAT_CHANGED], APP_EVENT_REGION_FORMAT_CHANGED, region_changed, NULL) != APP_ERROR_NONE) {
+                dlog_print(DLOG_ERROR, LOG_TAG, "watch_app_add_event_handler () is failed");
+       }
+       if (watch_app_add_event_handler(&handlers[APP_EVENT_LOW_BATTERY], APP_EVENT_LOW_BATTERY, low_battery, NULL) != APP_ERROR_NONE) {
+                dlog_print(DLOG_ERROR, LOG_TAG, "watch_app_add_event_handler () is failed");
+       }
+       if (watch_app_add_event_handler(&handlers[APP_EVENT_LOW_MEMORY], APP_EVENT_LOW_MEMORY,low_memory, NULL) != APP_ERROR_NONE) {
+                dlog_print(DLOG_ERROR, LOG_TAG, "watch_app_add_event_handler () is failed");
+       }
+       if (watch_app_add_event_handler(&handlers[APP_EVENT_DEVICE_ORIENTATION_CHANGED], APP_EVENT_DEVICE_ORIENTATION_CHANGED, device_orientation, NULL) != APP_ERROR_NONE) {
+                dlog_print(DLOG_ERROR, LOG_TAG, "watch_app_add_event_handler () is failed");
+       }
+
+       dlog_print(DLOG_ERROR, LOG_TAG, "app_create");
+
+       ad->w = width ;
+       ad->h = height;
+
+       _create_base_gui(ad);
+
+       _set_info_time_and_date(ad, watch_time);
+
+       return true;
+}
+
+static void app_control(app_control_h app_control, void *data)
+{
+       /* Handle the launch request. */
+}
+
+static void app_pause(void *data)
+{
+       /* Take necessary actions when application becomes invisible. */
+       appdata_s *ad = data;
+
+       ret_if(!ad);
+
+       _E("Pause");
+
+       elm_object_signal_emit(ad->layout, "normal", "time");
+}
+
+static void app_resume(void *data)
+{
+       /* Take necessary actions when application becomes visible. */
+       appdata_s *ad = data;
+
+       ret_if(!ad);
+
+       _E("Resume");
+
+       elm_object_signal_emit(ad->layout, "zoom", "time");
+}
+
+static void app_terminate(void *data)
+{
+       /* Release all resources. */
+       appdata_s *ad = data;
+       ret_if(!ad);
+
+       _destroy_base_gui(ad);
+}
+
+void app_time_tick(watch_time_h watch_time, void* user_data)
+{
+       appdata_s *ad = user_data;
+       ret_if(!ad);
+
+       _set_info_time_and_date(ad, watch_time);
+}
+
+void app_ambient_tick(watch_time_h watch_time, void* user_data)
+{
+       _E("Ambient tick");
+}
+
+void app_ambient_changed(bool ambient_mode, void* user_data)
+{
+       _E("Ambient changed");
+       if (ambient_mode) {
+               // Prepare to enter the ambient mode
+       }
+       else {
+               // Prepare to exit the ambient mode
+       }
+}
+
+
+int main(int argc, char *argv[])
+{
+       appdata_s ad = {0,};
+       int ret = 0;
+
+       watch_app_lifecycle_callback_s event_callback = {0,};
+
+       event_callback.create = app_create;
+       event_callback.terminate = app_terminate;
+       event_callback.pause = app_pause;
+       event_callback.resume = app_resume;
+       event_callback.app_control = app_control;
+       event_callback.time_tick = app_time_tick;
+       event_callback.ambient_tick = app_ambient_tick;
+       event_callback.ambient_changed = app_ambient_changed;
+
+       ret = watch_app_main(argc, argv, &event_callback, &ad);
+       if (ret != APP_ERROR_NONE) {
+               _E("watch_app_main() is failed. err = %d", ret);
+       }
+
+       return ret;
+}
diff --git a/digital-watch/tizen-manifest.xml b/digital-watch/tizen-manifest.xml
new file mode 100644 (file)
index 0000000..496c945
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="2.3.1" package="org.example.digitalwatch" version="1.0.0">
+    <profile name="wearable"/>
+    <watch-application ambient-support="true" appid="org.example.digitalwatch" exec="digitalwatch">
+        <label>digitalwatch</label>
+        <icon>digitalwatch.png</icon>
+    </watch-application>
+    <privileges>
+        <privilege>http://tizen.org/privilege/alarm.set</privilege>
+    </privileges>
+</manifest>