Imported Upstream version 1.0.1
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / tizen / RESampleServerApp / src / remain.cpp
index 849734a..57fb281 100644 (file)
@@ -66,7 +66,10 @@ create_list_view(appdata_s *ad)
     evas_object_smart_callback_add(list, "selected", list_selected_cb, NULL);
 
     // Main Menu Items Here
-    elm_list_item_append(list, "Start Temperature Sensor", NULL, NULL, serverCreateUI, nf);
+    elm_list_item_append(list, "Start Temperature Sensor Resource", NULL, NULL, temperatureResource,
+                         nf);
+
+    elm_list_item_append(list, "Start Light Resource", NULL, NULL, lightResource, nf);
 
     elm_list_go(list);