voicerecorder/sis/VoiceRecorder.xml
branchRCL_3
changeset 20 072a5fa0c63b
parent 19 2f5c9ee7098c
child 21 c6bafb5162d8
equal deleted inserted replaced
19:2f5c9ee7098c 20:072a5fa0c63b
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ad:metadata xmlns="http://nokia.com/arrow/repository/ia_component"
       
     3   xmlns:ad="http://nokia.com/arrow/application_metadata">
       
     4   <!-- 
       
     5   The appResources element contains all the language metadata of one IAC. 
       
     6   IAC may have one or more language-specific component names 
       
     7   and descriptions inside appResource element.
       
     8   
       
     9   Language ID 1 should be always defined as this is the default language
       
    10   in case other languages supported by the client cannot be found.
       
    11   -->
       
    12   <appResources>
       
    13     <appResource>
       
    14       <!-- Language ID -->
       
    15       <language>1</language>
       
    16       <!-- Name in given language -->
       
    17       <iacName>S60 VoiceRecorder</iacName>
       
    18       <!-- Description in given language -->
       
    19       <iacDescription>VoiceRecorder</iacDescription>
       
    20     </appResource>
       
    21   </appResources>
       
    22   <!-- Specifies for what versions of what platform this component is for. -->
       
    23   <swPlatformDep>
       
    24     <!-- platform code -->
       
    25     <platform>S60</platform>
       
    26     <versionFrom>
       
    27       <!--
       
    28         platform version number separated in major and minor number (i.e. 
       
    29         3.0 has 3 as major and 0 as minor)
       
    30       -->    
       
    31       <major>5</major>
       
    32       <minor>0</minor>
       
    33       <!--
       
    34         date-element can be used to pinpoint platform version number to even 
       
    35         more specific one. It is not currently used in the system.
       
    36       -->
       
    37       <date>
       
    38         <year>2008</year>
       
    39         <week>46</week>
       
    40       </date>
       
    41     </versionFrom>
       
    42     <!-- the latest platform version this component is for -->
       
    43     <versionTo>
       
    44       <major>5</major>
       
    45       <minor>0</minor>
       
    46       <date>
       
    47         <year>2010</year>
       
    48         <week>1</week>
       
    49       </date>
       
    50     </versionTo>
       
    51   </swPlatformDep>
       
    52   <!-- specifies dependencies to other IACs -->
       
    53  
       
    54 </ad:metadata>