42
|
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 |
<iaSearchCriteria>ABC:ABC</iaSearchCriteria>
|
|
5 |
<!--
|
|
6 |
The appResources element contains all the language metadata of one IAC.
|
|
7 |
IAC may have one or more language-specific component names
|
|
8 |
and descriptions inside appResource element.
|
|
9 |
|
|
10 |
Language ID 1 should be always defined as this is the default language
|
|
11 |
in case other languages supported by the client cannot be found.
|
|
12 |
-->
|
|
13 |
<appResources>
|
|
14 |
<appResource>
|
|
15 |
<!-- Language ID -->
|
|
16 |
<language>1</language>
|
|
17 |
<!-- Name in given language -->
|
|
18 |
<iacName>camerasrv</iacName>
|
|
19 |
<!-- Description in given language -->
|
|
20 |
<iacDescription>Update package for Camerasrv</iacDescription>
|
|
21 |
</appResource>
|
|
22 |
</appResources>
|
|
23 |
<!-- Specifies for what versions of what platform this component is for. -->
|
|
24 |
<swPlatformDep>
|
|
25 |
<!-- platform code -->
|
|
26 |
<platform>S60</platform>
|
|
27 |
<versionFrom>
|
|
28 |
<!--
|
|
29 |
platform version number separated in major and minor number (i.e.
|
|
30 |
3.0 has 3 as major and 0 as minor)
|
|
31 |
-->
|
|
32 |
<major>5</major>
|
|
33 |
<minor>2</minor>
|
|
34 |
<!--
|
|
35 |
date-element can be used to pinpoint platform version number to even
|
|
36 |
more specific one. It is not currently used in the system.
|
|
37 |
-->
|
|
38 |
<date>
|
|
39 |
<year>2010</year>
|
|
40 |
<week>32</week>
|
|
41 |
</date>
|
|
42 |
</versionFrom>
|
|
43 |
<!-- the latest platform version this component is for -->
|
|
44 |
<!--versionTo>
|
|
45 |
<major>2</major>
|
|
46 |
<minor>0</minor>
|
|
47 |
<date>
|
|
48 |
<year>2008</year>
|
|
49 |
<week>1</week>
|
|
50 |
</date>
|
|
51 |
</versionTo-->
|
|
52 |
</swPlatformDep>
|
|
53 |
<!-- specifies dependencies to other IACs -->
|
|
54 |
<interDeps>
|
|
55 |
<!--interDep>
|
|
56 |
<sisxUid>0x1230</sisxUid>
|
|
57 |
<versionFrom>
|
|
58 |
<major>1</major>
|
|
59 |
<minor>1</minor>
|
|
60 |
<build>1</build>
|
|
61 |
</versionFrom>
|
|
62 |
<versionTo>
|
|
63 |
<major>1</major>
|
|
64 |
<minor>1</minor>
|
|
65 |
<build>1</build>
|
|
66 |
</versionTo>
|
|
67 |
</interDep-->
|
|
68 |
</interDeps>
|
|
69 |
<firmwareDependencies>
|
|
70 |
</firmwareDependencies>
|
|
71 |
<rebootAfterInstall>true</rebootAfterInstall>
|
|
72 |
</ad:metadata> |