summaryrefslogtreecommitdiff
path: root/digital-watch/Debug/src/digitalwatch.d
blob: f4a7fb98d72180fe7f2307c898fc4424d5b9b9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
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: