[TBT][DNS-SD/SSDP][TFDF-6484: Display different results and guide] 55/216455/3
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 25 Oct 2019 05:31:14 +0000 (14:31 +0900)
committerPriya Kohli <priya.kohli@samsung.com>
Fri, 25 Oct 2019 05:40:07 +0000 (11:10 +0530)
Change-Id: I8f073a43652e58af74178ff370febbcec893f1d4

release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/model/tbt-list.c

index 54783db779d2c0088f2c816ab984c3c2047025d7..8c14a6005917ddde9ed81c359c061f4b547a3314 100644 (file)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index 68163ebf00d593718358ba701d488105baac4c5c..dd2c6145bc98b82e69a4cd00e4a1c4bc89109209 100644 (file)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index 0fa6f4da696552fb166e84d42cb94f594d6516d4..017ab104d85666434d6a947898e951d92cc1dc6b 100644 (file)
@@ -2029,10 +2029,10 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_NSD_SSDP_LOCAL,
                        .icon_name = "dummy",
                        .info = "1.     Connect test device to a <b>Wi-Fi network.</b><br/>"
-                                       "2.     “dnssd initialized” will be shown in bottom list.<br/>"
-                                       "3.     Open <b>DNS-SD Remote</b> module in another device and connect that device to <b>same Wi-Fi network</b>.<br/>"
-                                       "4.     Press <b>Add Record</b> in DNS-SD Remote module.<br/>"
-                                       "5.     Press <b>Browse Service</b> button. Then, corresponding service and text value in DNS-SD Remote will be seen in top list.",
+                                       "2.     “ssdp initialized” will be shown in bottom list.<br/>"
+                                       "3.     Open <b>SSDP Remote</b> module in another device and connect that device to <b>same Wi-Fi network</b>.<br/>"
+                                       "4.     Press <b>Add Service</b> in SSDP Remote module.<br/>"
+                                       "5.     Press <b>Browse Service</b> button. Then, corresponding service and text value in SSDP Remote will be seen in top list.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {FEATURE_NETWORK_SERVICE_DISCOVERY_SSDP}
@@ -2045,7 +2045,7 @@ static tbt_info tbtapps[] =
                        .parent = "NSD",
                        .apptype = TBT_APP_NSD_SSDP_REMOTE,
                        .icon_name = "dummy",
-                       .info = "1. Connect test device to a <b>Wi-Fi network</b> same as <b>DNS-SD Local</b> module connected in.<br/>"
+                       .info = "1. Connect test device to a <b>Wi-Fi network</b> same as <b>SSDP Local</b> module connected in.<br/>"
                                        "2.     “ssdp initialized” text will be shown in bottom list.<br/>"
                                        "3.     Press <b>Add Service</b> button. Then, “service created” will be seen in bottom list and in top list added url, usn will be seen.",
                        .result = 0,