1<!--
2    Copyright 2014 The Android Open Source Project
3
4    Licensed under the Apache License, Version 2.0 (the "License");
5    you may not use this file except in compliance with the License.
6    You may obtain a copy of the License at
7
8        http://www.apache.org/licenses/LICENSE-2.0
9
10    Unless required by applicable law or agreed to in writing, software
11    distributed under the License is distributed on an "AS IS" BASIS,
12    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13    See the License for the specific language governing permissions and
14    limitations under the License.
15-->
16<?cs # Table of contents for adk?>
17<ul id="nav">
18  <!-- Accessories -->
19  <li class="nav-section">
20<div class="nav-section-header">
21      <a href="<?cs var:toroot ?>accessories/index.html">
22        <span class="en">Overview</span>
23      </a>
24    </div>
25    <ul>
26      <li class="nav-section">
27        <div class="nav-section-header">
28          <a href="<?cs var:toroot ?>accessories/audio.html">
29            <span class="en">Audio Accessories</span>
30          </a>
31        </div>
32        <ul>
33          <li><a href="<?cs var:toroot ?>accessories/headset-spec.html">Headset specification</a></li>
34        </ul>
35      </li>
36  <li class="nav-section">
37<div class="nav-section-header">
38      <a href="<?cs var:toroot ?>accessories/custom.html">
39        <span class="en">Custom Accessories</span>
40      </a>
41    </div>
42    <ul>
43      <li class="nav-section">
44        <div class="nav-section-header"><a href="<?cs var:toroot ?>accessories/protocol.html"><span class="en">Open Accessory Protocol</span>
45        </a>
46        </div>
47        <ul>
48          <li><a href="<?cs var:toroot ?>accessories/aoa2.html">Version 2.0</a></li>
49          <li><a href="<?cs var:toroot ?>accessories/aoa.html">Version 1.0</a></li>
50        </ul>
51        </li>
52       </ul>
53     </li>
54  </li>
55  <!-- End Accessories -->
56</ul>
57