equal
deleted
inserted
replaced
|
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>Camera application</iacName> |
|
18 <!-- Description in given language --> |
|
19 <iacDescription>Camera application update</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>6</major> |
|
32 <minor>1</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>2010</year> |
|
39 <week>34</week> |
|
40 </date> |
|
41 </versionFrom> |
|
42 </swPlatformDep> |
|
43 <!-- specifies dependencies to other IACs --> |
|
44 <interDeps> |
|
45 </interDeps> |
|
46 <firmwareDependencies> |
|
47 </firmwareDependencies> |
|
48 <rebootAfterInstall>false</rebootAfterInstall> |
|
49 </ad:metadata> |