author | William Roberts <williamr@symbian.org> |
Fri, 30 Apr 2010 14:00:00 +0100 | |
branch | HighFidelityModel |
changeset 185 | 4f9b808eb677 |
parent 141 | 27d9d356efbf |
permissions | -rw-r--r-- |
15
6980ebf0690e
Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
185
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
3 |
<!ELEMENT SystemDefinition ( systemModel )> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
5 |
name CDATA #REQUIRED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
6 |
schema CDATA #REQUIRED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
7 |
> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
8 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
9 |
|
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
10 |
<!-- System Model Section of DTD --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
11 |
<!ELEMENT systemModel (layer+)> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
12 |
|
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
13 |
<!ELEMENT layer (block* | collection*)*> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
14 |
<!-- Kernel Services, Base Services, OS Services, Etc --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
15 |
<!ATTLIST layer |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
16 |
name CDATA #REQUIRED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
17 |
long-name CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
18 |
levels NMTOKENS #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
19 |
span CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
20 |
> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
21 |
|
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
22 |
<!ELEMENT block (subblock* | collection*)*> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
23 |
<!-- Generic OS services, Comms Services, etc --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
24 |
<!ATTLIST block |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
25 |
levels NMTOKENS #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
26 |
span CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
27 |
level NMTOKEN #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
28 |
name CDATA #REQUIRED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
29 |
long-name CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
30 |
> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
31 |
|
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
32 |
<!ELEMENT subblock (collection)*> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
33 |
<!-- Cellular Baseband Services, Networking Services, etc --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
34 |
<!ATTLIST subblock |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
35 |
name CDATA #REQUIRED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
36 |
long-name CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
37 |
> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
38 |
|
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
39 |
<!ELEMENT collection (component)*> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
40 |
<!-- Screen Driver, Content Handling, etc --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
41 |
<!ATTLIST collection |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
42 |
name CDATA #REQUIRED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
43 |
long-name CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
44 |
level NMTOKEN #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
45 |
> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
46 |
|
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
47 |
<!ELEMENT component (unit)*> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
48 |
<!-- contains units or is a package or prebuilt --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
49 |
<!ATTLIST component |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
50 |
name CDATA #REQUIRED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
51 |
long-name CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
52 |
deprecated CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
53 |
introduced CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
54 |
contract CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
55 |
plugin (Y|N) "N" |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
56 |
filter CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
57 |
class NMTOKENS #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
58 |
supports CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
59 |
purpose ( optional | mandatory | development ) "optional" |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
60 |
> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
61 |
|
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
62 |
<!ELEMENT unit EMPTY > |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
63 |
<!-- must be buildable (bld.inf) --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
64 |
<!-- bldFile may someday be removed in favour of mrp --> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
65 |
<!ATTLIST unit |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
66 |
mrp CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
67 |
filter CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
68 |
bldFile CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
69 |
root CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
70 |
version NMTOKEN #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
71 |
prebuilt NMTOKEN #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
72 |
late (Y|N) #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
73 |
priority CDATA #IMPLIED |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
74 |
> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
75 |
]> |
43
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
76 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
77 |
<systemModel> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
78 |
<layer name="mw" long-name="Middleware" levels="generic specific"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
79 |
<block name="drm" level="generic" long-name="DRM" levels="plugin framework server generic specific"> |
141
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
80 |
<collection name="drm_plat" long-name="DRM Platform Interfaces" level="specific"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
81 |
<component name="roap_api" long-name="ROAP API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
82 |
<unit bldFile="/sf/mw/drm/drm_plat/roap_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
83 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
84 |
<component name="drm_common_api" long-name="DRM Common API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
85 |
<unit bldFile="/sf/mw/drm/drm_plat/drm_common_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
86 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
87 |
<component name="drm_rights_api" long-name="DRM Rights API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
88 |
<unit bldFile="/sf/mw/drm/drm_plat/drm_rights_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
89 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
90 |
<component name="drm_legacy_api" long-name="DRM Legacy API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
91 |
<unit bldFile="/sf/mw/drm/drm_plat/drm_legacy_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
92 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
93 |
<component name="dcf_repository_api" long-name="DCF Repository API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
94 |
<unit bldFile="/sf/mw/drm/drm_plat/dcf_repository_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
95 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
96 |
<component name="drm_service_api" long-name="DRM Service API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
97 |
<unit bldFile="/sf/mw/drm/drm_plat/drm_service_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
98 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
99 |
<component name="drm_secondary_display_api" long-name="DRM Secondary Display API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
100 |
<unit bldFile="/sf/mw/drm/drm_plat/drm_secondary_display_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
101 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
102 |
<component name="drm_license_manager_api" long-name="DRM License Manager API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
103 |
<unit bldFile="/sf/mw/drm/drm_plat/drm_license_manager_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
104 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
105 |
<component name="drm_utility_api" long-name="DRM Utility API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
106 |
<unit bldFile="/sf/mw/drm/drm_plat/drm_utility_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
107 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
108 |
<component name="drm_agents_api" long-name="DRM Agents API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
109 |
<unit bldFile="/sf/mw/drm/drm_plat/drm_agents_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
110 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
111 |
<component name="wmdrm_core_api" long-name="WM DRM Core API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
112 |
<unit bldFile="/sf/mw/drm/drm_plat/wmdrm_core_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
113 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
114 |
<component name="wmdrm_access_api" long-name="WMDRM Access API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
115 |
<unit bldFile="/sf/mw/drm/drm_plat/wmdrm_access_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
116 |
</component> |
185
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
117 |
<component name="wmdrm_ota_access_api" long-name="WMDRM OTA Access API" filter="s60" class="api"> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
118 |
<unit bldFile="/sf/mw/drm/drm_plat/wmdrm_ota_access_api/group"/> |
4f9b808eb677
Update mw/drm to add the new drm_plat/wdrm_ota_access_api component
William Roberts <williamr@symbian.org>
parents:
141
diff
changeset
|
119 |
</component> |
141
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
120 |
<component name="camese_utility_api" long-name="Camese Utility API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
121 |
<unit bldFile="/sf/mw/drm/drm_plat/camese_utility_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
122 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
123 |
<component name="camese_framework_api" long-name="Camese Framework API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
124 |
<unit bldFile="/sf/mw/drm/drm_plat/camese_framework_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
125 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
126 |
</collection> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
127 |
<collection name="drm_pub" long-name="DRM Public Interfaces" level="specific"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
128 |
<component name="drm_helper_api" long-name="DRM Helper API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
129 |
<unit bldFile="/sf/mw/drm/drm_pub/drm_helper_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
130 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
131 |
<component name="oma_drm_caf_agent_api" long-name="OMA DRM CAF Agent API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
132 |
<unit bldFile="/sf/mw/drm/drm_pub/oma_drm_caf_agent_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
133 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
134 |
<component name="drm_license_checker_api" long-name="DRM License Checker API" filter="s60" class="api"> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
135 |
<unit bldFile="/sf/mw/drm/drm_pub/drm_license_checker_api/group"/> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
136 |
</component> |
27d9d356efbf
Separate out all API components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
110
diff
changeset
|
137 |
</collection> |
43
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
138 |
<collection name="commondrm" long-name="Common DRM" level="generic"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
139 |
<!-- it looks like this collection would be better as a component. If so, move down a directory. Otherwise, split up the bld.inf --> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
140 |
<component name="drmencryptor" filter="s60" long-name="DRM Encryptor" class="placeholder"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
141 |
<!-- this should have its own bld.inf or be removed as a component --> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
142 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
143 |
<component name="drmsettingsplugin" filter="s60" long-name="DRM Settings Plugin" plugin="Y" class="placeholder"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
144 |
<!-- this should have its own bld.inf or be removed as a component --> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
145 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
146 |
<component name="drmrightsmanagerui" filter="s60" long-name="DRM Rights Manager UI"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
147 |
<unit bldFile="/sf/mw/drm/commondrm/drmrightsmanagerui/help/group"/> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
148 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
149 |
<component name="drmutility" filter="s60" long-name="DRM Utility"> |
59
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
43
diff
changeset
|
150 |
<!-- Uncomment unit when configuration is in place. Currently #included from commondrm_build --> |
7da3f5055ea5
Comment out configurable units which are #included elsewhere
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
43
diff
changeset
|
151 |
<!--<unit bldFile="commondrm/drmutility/group"/>--> |
43
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
152 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
153 |
<component name="drmserviceapiwrapper" filter="s60" long-name="DRM Service API Wrapper"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
154 |
<unit bldFile="/sf/mw/drm/commondrm/drmserviceapiwrapper/group"/> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
155 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
156 |
<component name="drmrightsstoringlocation" filter="s60" long-name="DRM Rights Storing Location"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
157 |
<unit bldFile="/sf/mw/drm/commondrm/drmrightsstoringlocation/group"/> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
158 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
159 |
<component name="commondrm_build" filter="s60" long-name="Common DRM Build"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
160 |
<!-- should be split into the above files, or them collapsed into a single component --> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
161 |
<unit bldFile="/sf/mw/drm/commondrm/group"/> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
162 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
163 |
</collection> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
164 |
<collection name="omadrm" long-name="OMA DRM" level="server"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
165 |
<!-- collection is really a component. Move down a directory --> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
166 |
<component name="omadrm_build" filter="s60" long-name="OMA DRM Build"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
167 |
<unit bldFile="/sf/mw/drm/omadrm/group"/> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
168 |
</component> |
110
b0f676859796
Fix IDs for new DRM cert components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
107
diff
changeset
|
169 |
<component name="rndcerts" filter="s60,test" long-name="R&D Certificates"> |
107
36dd570cbb0e
Add new components for the fix to Bug 1993
William Roberts <williamr@symbian.org>
parents:
63
diff
changeset
|
170 |
<unit bldFile="/sf/mw/drm/omadrm/rndcerts/group"/> |
36dd570cbb0e
Add new components for the fix to Bug 1993
William Roberts <williamr@symbian.org>
parents:
63
diff
changeset
|
171 |
</component> |
110
b0f676859796
Fix IDs for new DRM cert components
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
107
diff
changeset
|
172 |
<component name="foundationcerts" filter="sf_build" long-name="Foundation Certificates"> |
107
36dd570cbb0e
Add new components for the fix to Bug 1993
William Roberts <williamr@symbian.org>
parents:
63
diff
changeset
|
173 |
<unit bldFile="/sf/mw/drm/omadrm/foundationcerts/group"/> |
36dd570cbb0e
Add new components for the fix to Bug 1993
William Roberts <williamr@symbian.org>
parents:
63
diff
changeset
|
174 |
</component> |
43
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
175 |
</collection> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
176 |
<collection name="wmdrm" long-name="Windows Media DRM" level="framework"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
177 |
<!-- collection is really a component. Move down a directory --> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
178 |
<component name="wmdrm_build" filter="s60" long-name="WM DRM Build"> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
179 |
<unit bldFile="/sf/mw/drm/wmdrm/group"/> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
180 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
181 |
</collection> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
182 |
<collection name="drm_info" long-name="DRM Info" level="specific"> |
63
d7aa110911c4
Add "test" filter to all xxx_test filters
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
59
diff
changeset
|
183 |
<component name="drm_api_test" filter="s60,test,api_test" long-name="DRM Build" purpose="development"> |
43
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
184 |
<unit bldFile="/sf/mw/drm/tsrc/group"/> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
185 |
</component> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
186 |
</collection> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
187 |
</block> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
188 |
</layer> |
35cc8ff825d7
Start adding package details in mw layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
189 |
</systemModel> |
30
0f4f00318d20
Update symbian3 models and sources from PDK_3.0.c
Dario Sestito <darios@symbian.org>
parents:
15
diff
changeset
|
190 |
</SystemDefinition> |