author | Dario Sestito <darios@symbian.org> |
Mon, 10 Aug 2009 17:47:13 +0100 | |
changeset 9 | 91d5acad1e40 |
parent 8 | 0d49d14a3f5e |
permissions | -rw-r--r-- |
0
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
2
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
2 |
<SystemDefinition name="foundation" schema="2.0.1"> |
0
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
3 |
<systemModel> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
4 |
<layer name="app" long-name="Applications" levels="services apps"> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
5 |
<block name="voicerec" long-name="Voice Recorder Apps" tech_domain="ma" level="apps" levels="empty 1"> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
6 |
<collection name="voicerecorder" long-name="Voice Recorder" level="1"> |
2
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
7 |
<component name="voicerecordergsplugin" long-name="GS Plugin" origin-model="foundation"> |
8
0d49d14a3f5e
Added "/sf/" prefix to all bldFile values, as this is what's expected in the package builds.
Simon Howkins <simonh@symbian.org>
parents:
2
diff
changeset
|
8 |
<!-- <unit bldFile="/sf/app/voicerec/voicerecorder/gsplugin/group"/> --> |
0
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
9 |
</component> |
2
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
10 |
<component name="voicerecorder_help" long-name="Help" origin-model="foundation"> |
0
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
11 |
<unit bldFile="/sf/app/voicerec/voicerecorder/help/group"/> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
12 |
</component> |
2
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
13 |
<component name="voicerecorder_build" origin-model="foundation"> |
0
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
14 |
<unit bldFile="/sf/app/voicerec/voicerecorder/group"/> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
15 |
</component> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
16 |
</collection> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
17 |
<collection name="voicerec_info" long-name="Voice Recorder Apps Info" level="1"> |
2
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
18 |
<component unofficial="yes" name="voicerec_build" long-name="Voice Recorder Apps Build" origin-model="foundation"> |
0
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
19 |
<unit bldFile="/sf/app/voicerec/group"/> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
20 |
</component> |
2
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
21 |
<component unofficial="yes" name="voicerec_test" long-name="Voice Recorder Apps Test" origin-model="foundation"> |
8
0d49d14a3f5e
Added "/sf/" prefix to all bldFile values, as this is what's expected in the package builds.
Simon Howkins <simonh@symbian.org>
parents:
2
diff
changeset
|
22 |
<!-- <unit bldFile="/sf/app/voicerec/tsrc/group"/> --> |
0
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
23 |
</component> |
2
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
24 |
<component unofficial="yes" name="voicerec_plat" long-name="Voice Recorder Apps Platform Interfaces" class="api" origin-model="foundation"> |
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
25 |
<unit bldFile="/sf/app/voicerec/voicerec_plat/group"/> |
5dfc4b38cad0
Update 3k model/sources files from platform/foundation config rev. 81f5e76c9a72
Dario Sestito <darios@symbian.org>
parents:
0
diff
changeset
|
26 |
<unit bldFile="/sf/app/voicerec/voicerec_plat/new_file_service_api/tsrc/group"/> |
0
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
27 |
</component> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
28 |
</collection> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
29 |
</block> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
30 |
</layer> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
31 |
</systemModel> |
9d46e818dad2
First drop of packages project repo to contain package specs in subprojects
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
32 |
</SystemDefinition> |