author | William Roberts <williamr@symbian.org> |
Thu, 18 Feb 2010 15:13:39 +0000 | |
branch | HighFidelityModel |
changeset 81 | 4709480770ad |
parent 47 | 424ba1d4ccef |
child 108 | bb0065fde736 |
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"?> |
81
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
2 |
<!DOCTYPE SystemDefinition [ |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
3 |
<!ELEMENT SystemDefinition ( systemModel )> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
4 |
<!ATTLIST SystemDefinition |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
5 |
name CDATA #REQUIRED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
6 |
schema CDATA #REQUIRED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
7 |
> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
8 |
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not. --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
9 |
|
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
10 |
<!-- System Model Section of DTD --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
11 |
<!ELEMENT systemModel (layer+)> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
12 |
|
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
13 |
<!ELEMENT layer (block* | collection*)*> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
14 |
<!-- Kernel Services, Base Services, OS Services, Etc --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
15 |
<!ATTLIST layer |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
16 |
name CDATA #REQUIRED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
17 |
long-name CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
18 |
levels NMTOKENS #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
19 |
span CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
20 |
> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
21 |
|
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
22 |
<!ELEMENT block (subblock* | collection*)*> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
23 |
<!-- Generic OS services, Comms Services, etc --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
24 |
<!ATTLIST block |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
25 |
levels NMTOKENS #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
26 |
span CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
27 |
level NMTOKEN #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
28 |
name CDATA #REQUIRED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
29 |
long-name CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
30 |
> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
31 |
|
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
32 |
<!ELEMENT subblock (collection)*> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
33 |
<!-- Cellular Baseband Services, Networking Services, etc --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
34 |
<!ATTLIST subblock |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
35 |
name CDATA #REQUIRED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
36 |
long-name CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
37 |
> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
38 |
|
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
39 |
<!ELEMENT collection (component)*> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
40 |
<!-- Screen Driver, Content Handling, etc --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
41 |
<!ATTLIST collection |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
42 |
name CDATA #REQUIRED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
43 |
long-name CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
44 |
level NMTOKEN #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
45 |
> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
46 |
|
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
47 |
<!ELEMENT component (unit)*> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
48 |
<!-- contains units or is a package or prebuilt --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
49 |
<!ATTLIST component |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
50 |
name CDATA #REQUIRED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
51 |
long-name CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
52 |
deprecated CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
53 |
introduced CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
54 |
contract CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
55 |
plugin (Y|N) "N" |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
56 |
filter CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
57 |
class NMTOKENS #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
58 |
supports CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
59 |
purpose ( optional | mandatory | development ) "optional" |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
60 |
> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
61 |
|
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
62 |
<!ELEMENT unit EMPTY > |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
63 |
<!-- must be buildable (bld.inf) --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
64 |
<!-- bldFile may someday be removed in favour of mrp --> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
65 |
<!ATTLIST unit |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
66 |
mrp CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
67 |
filter CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
68 |
bldFile CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
69 |
root CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
70 |
version NMTOKEN #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
71 |
prebuilt NMTOKEN #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
72 |
late (Y|N) #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
73 |
priority CDATA #IMPLIED |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
74 |
> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
75 |
]> |
47
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
76 |
<SystemDefinition name="Symbian^3" schema="2.0.1"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
77 |
<systemModel> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
78 |
<layer name="os" long-name="OS" levels="hw services"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
79 |
<block name="security" level="services" long-name="OS Security" levels="physical-abstraction plugins libraries management services utilities"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
80 |
<collection name="authenticationservices" long-name="Authentication Services" level="utilities"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
81 |
<component name="authenticationserver" long-name="Authentication Server" introduced="^3" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
82 |
<unit bldFile="/sf/os/security/authenticationservices/authenticationserver/group" mrp="/sf/os/security/authenticationservices/authenticationserver/group/security_authserver.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
83 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
84 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
85 |
<collection name="authorisation" long-name="Authorisation" level="utilities"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
86 |
<component name="userpromptservice" long-name="User Prompt Service" introduced="^3" purpose="mandatory"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
87 |
<unit bldFile="/sf/os/security/authorisation/userpromptservice/group" mrp="/sf/os/security/authorisation/userpromptservice/group/security_ups.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
88 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
89 |
<component name="userpromptutils" long-name="User Prompt Utils" introduced="^3" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
90 |
<unit bldFile="/sf/os/security/authorisation/userpromptutils/group" mrp="/sf/os/security/authorisation/userpromptutils/group/security_ups_utils.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
91 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
92 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
93 |
<collection name="contentmgmt" long-name="Content Management" level="utilities"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
94 |
<component name="contentaccessfwfordrm" long-name="Content Access Framework for DRM" introduced="9.1" purpose="mandatory"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
95 |
<unit bldFile="/sf/os/security/contentmgmt/contentaccessfwfordrm/group" mrp="/sf/os/security/contentmgmt/contentaccessfwfordrm/group/security_caf2.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
96 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
97 |
<component name="cafrecogniserconfig" long-name="CAF Recogniser Config" introduced="9.1" purpose="mandatory"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
98 |
<unit bldFile="/sf/os/security/contentmgmt/cafrecogniserconfig" mrp="/sf/os/security/contentmgmt/cafrecogniserconfig/security_reccafconfig.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
99 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
100 |
<component name="referencedrmagent" long-name="Reference DRM Agent" introduced="8.0" purpose="development"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
101 |
<unit bldFile="/sf/os/security/contentmgmt/referencedrmagent/RefTestAgent/group" mrp="/sf/os/security/contentmgmt/referencedrmagent/RefTestAgent/group/security_rta.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
102 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
103 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
104 |
<collection name="crypto" long-name="Crypto Libraries" level="libraries"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
105 |
<component name="weakcryptospi" long-name="Weak Crypto SPI" filter="gt" introduced="^3" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
106 |
<unit bldFile="/sf/os/security/crypto/weakcryptospi/group" mrp="/sf/os/security/crypto/weakcryptospi/group/security_cryptospi_weak.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
107 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
108 |
<component name="strongcryptospi" long-name="Strong Crypto SPI" filter="gt" introduced="^3" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
109 |
<unit bldFile="/sf/os/security/crypto/weakcryptospi/strong" mrp="/sf/os/security/crypto/weakcryptospi/group/security_cryptospi_strong.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
110 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
111 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
112 |
<collection name="cryptomgmtlibs" long-name="Crypto Management Libraries" level="management"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
113 |
<component name="securityutils" long-name="Security Utils" introduced="8.0" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
114 |
<unit bldFile="/sf/os/security/cryptomgmtlibs/securityutils/group" mrp="/sf/os/security/cryptomgmtlibs/securityutils/group/security_common.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
115 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
116 |
<component name="securitytestfw" long-name="Security Test Framework" deprecated="^3" introduced="7.0" purpose="development" filter="test"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
117 |
<unit mrp="/sf/os/security/cryptomgmtlibs/securitytestfw/group/security_testframework.mrp" bldFile="/sf/os/security/cryptomgmtlibs/securitytestfw/group"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
118 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
119 |
<component name="securitydocs" long-name="Security Documentation" purpose="development" class="doc"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
120 |
<unit mrp="/sf/os/security/cryptomgmtlibs/securitydocs/security_documentation.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
121 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
122 |
<component name="cryptotokenfw" long-name="Crypto Token Framework" introduced="7.0" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
123 |
<unit bldFile="/sf/os/security/cryptomgmtlibs/cryptotokenfw/group" mrp="/sf/os/security/cryptomgmtlibs/cryptotokenfw/group/security_cryptotokens.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
124 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
125 |
<component name="securitycommonutils" long-name="Security Common Utils" introduced="8.0" purpose="mandatory"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
126 |
<unit bldFile="/sf/os/security/cryptomgmtlibs/securitycommonutils/group" mrp="/sf/os/security/cryptomgmtlibs/securitycommonutils/group/security_commonutils.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
127 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
128 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
129 |
<collection name="securityanddataprivacytools" long-name="Security and Data Privacy Tools" level="services"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
130 |
<component name="securityconfig" long-name="Security Config" introduced="9.1" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
131 |
<unit bldFile="/sf/os/security/securityanddataprivacytools/securityconfig/group" mrp="/sf/os/security/securityanddataprivacytools/securityconfig/group/security_config.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
132 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
133 |
<component name="securitytools" long-name="Security Tools" introduced="^3" purpose="optional" class="PC"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
134 |
<unit bldFile="/sf/os/security/securityanddataprivacytools/securitytools/group" mrp="/sf/os/security/securityanddataprivacytools/securitytools/group/security_tools.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
135 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
136 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
137 |
<collection name="cryptoplugins" long-name="Crypto Plugins" level="plugins"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
138 |
<component name="cryptospiplugins" long-name="Crypto SPI Plugins" filter="gt" introduced="^3" purpose="optional" plugin="Y"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
139 |
<unit bldFile="/sf/os/security/cryptoplugins/cryptospiplugins/group" mrp="/sf/os/security/cryptoplugins/cryptospiplugins/group/security_cryptospi_plugins.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
140 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
141 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
142 |
<collection name="cryptoservices" long-name="Crypto Services" level="plugins"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
143 |
<component name="certificateandkeymgmt" long-name="Certificate and Key Management" introduced="6.0" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
144 |
<unit bldFile="/sf/os/security/cryptoservices/certificateandkeymgmt/group" mrp="/sf/os/security/cryptoservices/certificateandkeymgmt/group/security_certman.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
145 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
146 |
<component name="filebasedcertificateandkeystores" long-name="File-based Certificate and Key Stores" introduced="8.0" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
147 |
<unit bldFile="/sf/os/security/cryptoservices/filebasedcertificateandkeystores/group" mrp="/sf/os/security/cryptoservices/filebasedcertificateandkeystores/group/security_filetokens.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
148 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
149 |
<component name="Browser Root Certificates" introduced="^2" purpose="optional" filter="s60"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
150 |
<!-- not really s60 --> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
151 |
<unit mrp="/sf/os/security/cryptoservices/browserrootcertificates/browserrootcerts.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
152 |
</component> |
81
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
153 |
<component id="rootcertificates" filter="sf_build" name="Root Certificates" introduced="7.0s" purpose="optional"> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
154 |
<unit bldFile="cryptoservices/rootcertificates/group" mrp="cryptoservices/rootcertificates/group/rootcerts.mrp"/> |
4709480770ad
Fix for Bug 1301 - add the cryptoservices/rootcertificates component to the copy of os/security/package_definition.xml
William Roberts <williamr@symbian.org>
parents:
47
diff
changeset
|
155 |
</component> |
47
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
156 |
<component name="asnpkcs" long-name="ASN PKCS" introduced="8.0" purpose="optional"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
157 |
<unit bldFile="/sf/os/security/cryptoservices/asnpkcs/group" mrp="/sf/os/security/cryptoservices/asnpkcs/group/security_asnpkcs.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
158 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
159 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
160 |
<collection name="security_info" long-name="OS Security Info" level="utilities"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
161 |
<component name="security_metadata" long-name="OS Security Metadata" introduced="^2" purpose="development" class="config PC"> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
162 |
<unit mrp="/sf/os/security/security_info/security_metadata/security_metadata.mrp"/> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
163 |
</component> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
164 |
</collection> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
165 |
</block> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
166 |
</layer> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
167 |
</systemModel> |
424ba1d4ccef
Updated pkgdefs for the OS layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
30
diff
changeset
|
168 |
</SystemDefinition> |