[TBT][Nsd][NonACR][TFive-14743, Fix Instruction Guide] 48/191148/6
authorCheoleun Moon <chleun.moon@samsung.com>
Tue, 16 Oct 2018 00:12:56 +0000 (09:12 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Tue, 16 Oct 2018 00:15:35 +0000 (00:15 +0000)
Change-Id: I6e9d622ca4b5a95d52299f69fc97b68745a1e980
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
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 c6ec51b6a7e80316d1179b5e63b1d255b18d5d70..8cf1e7f80d494e76b2d530354392cedaebb8bfed 100755 (executable)
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 10df1422c1c1e7814448edc18164e8e038feafbc..bef71efe3cf61abebdc7b46cb30912afbb53c7f8 100755 (executable)
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 b7ff04b12c68f562680d6408a3a5a570198a1321..38a640f50c428340d89dc7fe84c2a69b11fc2efd 100755 (executable)
@@ -2013,6 +2013,11 @@ static tbt_info tbtapps[] =
                        .apptype = TBT_APP_NSD_DNS_SD_LOCAL,
                        .icon_name = "dummy",
                        .info = "Check NSD DNS-SD <br/>",
+                       .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.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {FEATURE_NETWORK_SERVICE_DISCOVERY_DNSSD}
@@ -2026,7 +2031,9 @@ static tbt_info tbtapps[] =
                        .parent = "NSD",
                        .apptype = TBT_APP_NSD_DNS_SD_REMOTE,
                        .icon_name = "dummy",
-                       .info = "Check NSD DNS-SD <br/>",
+                       .info = "1. Connect test device to a <b>Wi-Fi network</b> same as <b>DNS-SD Local</b> module connected in.<br/>"
+                                       "2.     “dnssd initialized” will be shown in bottom list.<br/>"
+                                       "3.     Press <b>Add Record</b> button. Then, “local service registered” will be seen in bottom list and in top list added text with key value pair will be seen.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {FEATURE_NETWORK_SERVICE_DISCOVERY_DNSSD}
@@ -2039,10 +2046,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, service information will be seen in top list.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {FEATURE_NETWORK_SERVICE_DISCOVERY_SSDP}
@@ -2055,9 +2062,9 @@ 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/>"
-                                       "2.     “dnssd initialized” will be shown in bottom list.<br/>"
-                                       "3.     Press <b>Add Record</b> button. Then, “local service registered” will be seen in bottom list and in top list added text with key value pair will be seen.",
+                       .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” 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 text with key value pair will be seen.",
                        .result = 0,
                        .required_features_count = 1,
                        .features_required = {FEATURE_NETWORK_SERVICE_DISCOVERY_SSDP}