1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ad:metadata xmlns="http://nokia.com/arrow/repository/ia_component" xmlns:ad="http://nokia.com/arrow/application_metadata"> |
|
3 <iaSearchCriteria>ABC:ABC</iaSearchCriteria> |
|
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>InstantMsgIndicatorPlugin</iacName> |
|
18 <!-- Description in given language --> |
|
19 <iacDescription>Update for InstantMsgIndicatorPlugin</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>2</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>2007</year> |
|
39 <week>1</week> |
|
40 </date> |
|
41 </versionFrom> |
|
42 <!-- the latest platform version this component is for --> |
|
43 <versionTo> |
|
44 <major>5</major> |
|
45 <minor>2</minor> |
|
46 <date> |
|
47 <year>2009</year> |
|
48 <week>52</week> |
|
49 </date> |
|
50 </versionTo> |
|
51 </swPlatformDep> |
|
52 <!-- specifies dependencies to other IACs --> |
|
53 <interDeps> |
|
54 <interDep> |
|
55 <!-- SISX UID of the package this component is dependent of --> |
|
56 <sisxUid>0x20026766</sisxUid> |
|
57 <!-- the earliest version this component is dependent of --> |
|
58 <versionFrom> |
|
59 <major>1</major> |
|
60 <minor>0</minor> |
|
61 <build>0</build> |
|
62 </versionFrom> |
|
63 <!-- the latest version this component is dependent of --> |
|
64 <versionTo> |
|
65 <major>2</major> |
|
66 <minor>2</minor> |
|
67 <build>2</build> |
|
68 </versionTo> |
|
69 </interDep> |
|
70 </interDeps> |
|
71 <firmwareDependencies xmlns="http://nokia.com/arrow/repository/ia_component" xmlns:ad="http://nokia.com/arrow/application_metadata"/> |
|
72 </ad:metadata> |
|