imstutils/imconversationview/sis/metadata.xml
branchRCL_3
changeset 29 9a48e301e94b
parent 0 5e5d6b214f4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imstutils/imconversationview/sis/metadata.xml	Wed Sep 01 12:33:36 2010 +0100
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ad:metadata xmlns="http://nokia.com/arrow/repository/ia_component" xmlns:ad="http://nokia.com/arrow/application_metadata">
+    <iaSearchCriteria>ABC:ABC</iaSearchCriteria>
+    <!--
+    The appResources element contains all the language metadata of one IAC.
+    IAC may have one or more language-specific component names
+    and descriptions inside appResource element.
+
+    Language ID 1 should be always defined as this is the default language
+    in case other languages supported by the client cannot be found.
+    -->
+    <appResources>
+        <appResource>
+            <!-- Language ID -->
+            <language>1</language>
+            <!-- Name in given language -->
+            <iacName>ConversationView</iacName>
+            <!-- Description in given language -->
+            <iacDescription>ConversationView</iacDescription>
+        </appResource>
+    </appResources>
+    <!-- Specifies for what versions of what platform this component is for. -->
+    <swPlatformDep>
+    <!-- platform code -->
+        <platform>S60</platform>
+        <versionFrom>
+            <!--
+            platform version number separated in major and minor number (i.e.
+            3.0 has 3 as major and 0 as minor)
+            -->
+            <major>5</major>
+            <minor>2</minor>
+            <!--
+            date-element can be used to pinpoint platform version number to even
+            more specific one. It is not currently used in the system.
+            -->
+            <date>
+                <year>2007</year>
+                <week>1</week>
+            </date>
+        </versionFrom>
+        <!-- the latest platform version this component is for -->
+        <versionTo>
+            <major>2</major>
+            <minor>0</minor>
+            <date>
+                <year>2009</year>
+                <week>52</week>
+            </date>
+        </versionTo>
+    </swPlatformDep>
+    <!-- specifies dependencies to other IACs -->
+    <interDeps>
+        <interDep>
+        <!-- SISX UID of the package this component is dependent of -->
+        <sisxUid>0x20012425</sisxUid>
+            <!-- the earliest version this component is dependent of -->
+            <versionFrom>
+                <major>1</major>
+                <minor>0</minor>
+                <build>0</build>
+            </versionFrom>
+            <!-- the latest version this component is dependent of -->
+            <versionTo>
+                <major>2</major>
+                <minor>2</minor>
+                <build>2</build>
+            </versionTo>
+        </interDep>
+    </interDeps>
+<firmwareDependencies xmlns="http://nokia.com/arrow/repository/ia_component" xmlns:ad="http://nokia.com/arrow/application_metadata"/>
+</ad:metadata>