os/ossrv/ossrv_pub/thread_api/thread_api.metaxml
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/thread_api/thread_api.metaxml	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +<?xml version="1.0" ?>
     1.5 +<api id="6496c64f430ed4f6b9f3ee7db94f9d7f" dataversion="1.0">
     1.6 +  <name>Thread API</name>
     1.7 +  <description>Set of APIs and classes for creating/manipulating threads and thread synchronization APIs.</description>
     1.8 +  <type>c++</type>
     1.9 +  <subsystem>stdcpp</subsystem>
    1.10 +  <libs>
    1.11 +    <lib name="libstdcpp.lib" />
    1.12 +  </libs>
    1.13 +  <release category="sdk" sinceversion="5.0"/>
    1.14 +  <attributes>
    1.15 +     <!-- This indicates wether the api provedes separate html documentation -->
    1.16 +     <!-- or is the additional documentation generated from headers. -->
    1.17 +     <!-- If you are unsuere then the value is "no" -->
    1.18 +     <htmldocprovided>yes</htmldocprovided>
    1.19 +     <adaptation>no</adaptation>
    1.20 +  </attributes>
    1.21 +</api>