summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/doc/doxygen/components/TransportManager/index.txt
diff options
context:
space:
mode:
authorAndrey Oleynik <aoleynik@luxoft.com>2016-11-24 18:51:18 +0200
committerAlexander Kutsan <AKutsan@luxoft.com>2016-12-05 09:33:20 +0200
commitd9ad3d3a7dd390732902c5d1f338658e0d4265bd (patch)
tree3c96ed78cda459cea78c43a42108098441adc1b6 /src/components/policy/policy_external/doc/doxygen/components/TransportManager/index.txt
parentb55ab1586c2b88dff306d1f07dadb4b861a53e97 (diff)
downloadsdl_core-d9ad3d3a7dd390732902c5d1f338658e0d4265bd.tar.gz
Renames policy_premium folder to policy_external
Diffstat (limited to 'src/components/policy/policy_external/doc/doxygen/components/TransportManager/index.txt')
-rw-r--r--src/components/policy/policy_external/doc/doxygen/components/TransportManager/index.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/components/policy/policy_external/doc/doxygen/components/TransportManager/index.txt b/src/components/policy/policy_external/doc/doxygen/components/TransportManager/index.txt
new file mode 100644
index 0000000000..73252c751c
--- /dev/null
+++ b/src/components/policy/policy_external/doc/doxygen/components/TransportManager/index.txt
@@ -0,0 +1,9 @@
+/*! \page components_transportmanager Transport Manager
+
+Transport Manager is a component of SmartDeviceLink application which is designed to provide transparent access to transport layer for other components. Current implementation provides unified access to connections via Bluetooth and TCP. Also this component allows run automatic device discovery and provides information about found devices which is able to connect to SmartDeviceLink.
+
+More detailed information is described in following chapters:
+ - \subpage components_transportmanager_client "Transport Manager Client Specification"
+ - \subpage components_transportmanager_internal_design "Component Internal Design"
+ - \subpage components_transportmanager_use_cases "High-Level Use Cases to Test Component"
+*/