metadataeditor/com.nokia.s60tools.metadataeditor/resources/metadata_template.metaxml
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<?xml version="1.0" ?>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
<api id="METADATA_API_ID" dataversion="METADATA_DATA_VERSION">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
  <name>METADATA_API_NAME</name>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
  <description>METADATA_API_DESCRIPTION</description>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
  <type>METADATA_API_TYPE</type>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
  <subsystem>METADATA_API_SUBSYSTEM</subsystem>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
  <libs>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
    <lib name="METADATA_LIB_NAME" />
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
  </libs>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
  <release category="METADATA_RELEASE_CATEGORTY" sinceversion="METADATA_RELEASE_SINCE" deprecatedsince="METADATA_RELEASE_DEPRECATED_SINCE"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
  <attributes>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
     <!-- This indicates wether the api provedes separate html documentation -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
     <!-- or is the additional documentation generated from headers. -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
     <!-- If you are unsuere then the value is "no" -->
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
     <htmldocprovided>METADATA_HTML_DOC_PROVIDED</htmldocprovided>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
     <adaptation>METADATA_ADAPTATION<adaptation/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
     <extendedsdk sinceversion="METADATA_EXTENDED_SDK_SINCEVERSION" deprecatedsince="METADATA_EXTENDED_SDK_DEPRECATED_SINCE"/>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
  </attributes>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
</api>