summaryrefslogtreecommitdiff
path: root/html/apireference.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apireference.html')
-rw-r--r--html/apireference.html80
1 files changed, 80 insertions, 0 deletions
diff --git a/html/apireference.html b/html/apireference.html
new file mode 100644
index 0000000..bc87f23
--- /dev/null
+++ b/html/apireference.html
@@ -0,0 +1,80 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Tizen IVI API</title>
+<link media="screen" href="./tizen.css" type="text/css" rel="stylesheet">
+</head>
+
+<body id="content" marginwidth="10" marginheight="10">
+ <div id="title" class="api">
+ <h1>Tizen IVI API Reference</h1>
+ <div class="brief">
+ <p>The Tizen IVI API based on JavaScript provides you advanced access to the IVI specific modules.</p>
+ </div>
+ <h4 id="Tizen">Tizen IVI</h4>
+ <table width="90%">
+ <thead>
+ <tr>
+ <th style="width: 20%">API</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td style="width: 20%"><a href="Locale.html"
+ data-origin="ivi" data-domain="system" data-category="core"
+ data-status="S" data-version=""> Locale </a></td>
+ <td>This reference provides the Locale API specifications.</td>
+ </tr>
+ <tr>
+ <td style="width: 20%"><a href="MediaServer.html"
+ data-origin="ivi" data-domain="system" data-category="core"
+ data-status="S" data-version=""> MediaServer </a></td>
+ <td>This reference provides the MediaServer API
+ specifications.</td>
+ </tr>
+ <tr>
+ <td style="width: 20%"><a href="Speech.html"
+ data-origin="ivi" data-domain="system" data-category="core"
+ data-status="S" data-version=""> Speech </a></td>
+ <td>This reference provides the Speech API specifications.</td>
+ </tr>
+ <tr>
+ <td style="width: 20%"><a href="Vehicle.html"
+ data-origin="ivi" data-domain="system" data-category="core"
+ data-status="S" data-version=""> Vehicle </a></td>
+ <td>This reference provides the Vehicle API specifications.</td>
+ </tr>
+ </tbody>
+ </table>
+ <!--start-->
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-25976949-1']);
+ _gaq.push(['_trackPageview']);
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ <!--end-->
+
+ <div id="footer">
+ <div class="copyright" align="center">
+ Except as noted, this content - excluding the Code Examples - is
+ licensed under <a
+ href="http://creativecommons.org/licenses/by/3.0/legalcode"
+ target="_blank">Creative Commons Attribution 3.0</a> and all of
+ the Code Examples contained herein are licensed under <a
+ href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.
+ <br>For details, see the <a
+ href="https://www.tizen.org/content-license" target="_blank">Content
+ License</a>.
+ </div>
+ </div>
+ </div>
+</body>
+</html>