author | Dario Sestito <darios@symbian.org> |
Wed, 03 Mar 2010 12:50:03 +0000 | |
branch | HighFidelityModel |
changeset 121 | b38e72de1a9a |
parent 63 | d7aa110911c4 |
child 141 | 27d9d356efbf |
permissions | -rw-r--r-- |
47
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
2 |
<SystemDefinition schema="3.0.0"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
3 |
<package id="imagingext" name="Imaging Extensions" levels="adaptation hw-if plugin framework server app-if"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
4 |
<collection id="imageadaptationextensions" name="Image Adaptation Extensions" level="app-if"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
5 |
<component id="iclextjpegapi" filter="s60" name="ICL Extension JPEG API"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
6 |
<unit bldFile="imageadaptationextensions/iclextjpegapi/group"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
7 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
8 |
<component id="imageadaptationextensions_build" filter="s60" name="Image Adaptation Extensions Build"> |
48
c8d3143d3c0e
Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
47
diff
changeset
|
9 |
<!-- Move the export from this bld.inf into the above one and remove this component, or make this a ROM component --> |
47
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
10 |
<unit bldFile="imageadaptationextensions/group"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
11 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
12 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
13 |
<collection id="imagingmodules" name="Imaging Modules" level="hw-if"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
14 |
<component id="exiflib" filter="s60" name="Exif Library"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
15 |
<unit bldFile="imagingmodules/exiflib/group"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
16 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
17 |
<component id="jp2kcodec" filter="s60" name="JPEG2000 Decoder Plugin" class="plugin"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
18 |
<unit bldFile="imagingmodules/jp2kcodec/group"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
19 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
20 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
21 |
<collection id="imagingext_info" name="Imaging Extensions Info" level="app-if"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
22 |
<component id="imagingext_plat" filter="s60" name="Imaging Extensions Platform Interfaces" class="api"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
23 |
<unit bldFile="imagingext_plat/group"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
24 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
25 |
<component id="imagingext_pub" filter="s60" name="Imaging Extensions Public Interfaces" class="api"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
26 |
<unit bldFile="imagingext_pub/group"/> |
48
c8d3143d3c0e
Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
47
diff
changeset
|
27 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
48
diff
changeset
|
28 |
<component id="imagingext_test" filter="s60,test,api_test" name="Imaging Extensions Platform API Tests" purpose="development"> |
48
c8d3143d3c0e
Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
47
diff
changeset
|
29 |
<unit bldFile="imagingext_plat/extended_icl_jpeg_api/tsrc/group"/> |
c8d3143d3c0e
Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
47
diff
changeset
|
30 |
</component> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
48
diff
changeset
|
31 |
<component id="imagingext_test" filter="s60,test,api_test" name="Imaging Extensions Public API Tests" purpose="development"> |
48
c8d3143d3c0e
Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
47
diff
changeset
|
32 |
<unit bldFile="imagingext_pub/exif_api/tsrc/group"/> |
47
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
33 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
34 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
35 |
</package> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff
changeset
|
36 |
</SystemDefinition> |