-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (26 loc) · 887 Bytes
/
index.html
File metadata and controls
31 lines (26 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<HTML>
<BODY>
<H2>Overview</H2>
The subdirectories pertain to the Resource Management Layer (RML).
<H2>Directories</H2>
<DL>
<DT><P><A HREF="include/index.html">include/</A>
<DD>Include files used by clients of RML.</P>
<DT><P><A HREF="client/index.html">client/</A>
<DD>Source files for code that must be statically linked with a client.</P>
<DT><P><A HREF="server/index.html">server/</A>
<DD>Source files for the RML server.</P>
<DT><P><A HREF="test">test/</A>
<DD>Unit tests for RML server and its components.</P>
</DL>
<HR>
<A HREF="../index.html">Up to parent directory</A>
<p></p>
Copyright © 2005-2019 Intel Corporation. All Rights Reserved.
<P></P>
Intel is a registered trademark or trademark of Intel Corporation
or its subsidiaries in the United States and other countries.
<p></p>
* Other names and brands may be claimed as the property of others.
</BODY>
</HTML>