CompilerCompatibility/app/profile/package_definition.xml
changeset 298 dcba9dbd7905
parent 285 8c5a34c3565d
child 299 6ca67c40a421
--- a/CompilerCompatibility/app/profile/package_definition.xml	Fri Jun 11 15:15:56 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE SystemDefinition [
- <!ELEMENT SystemDefinition (systemModel)>
- <!ATTLIST SystemDefinition
-  name CDATA #REQUIRED
-  schema CDATA #REQUIRED>
- <!ELEMENT systemModel (layer+)>
- <!ELEMENT layer (block*|collection*)*>
- <!ATTLIST layer
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED>
- <!ELEMENT block (subblock*|collection*)*>
- <!ATTLIST block
-  levels NMTOKENS #IMPLIED
-  span CDATA #IMPLIED
-  level NMTOKEN #IMPLIED
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED>
- <!ELEMENT subblock (collection)*>
- <!ATTLIST subblock
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED>
- <!ELEMENT collection (component)*>
- <!ATTLIST collection
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  level NMTOKEN #IMPLIED>
- <!ELEMENT component (unit)*>
- <!ATTLIST component
-  name CDATA #REQUIRED
-  long-name CDATA #IMPLIED
-  deprecated CDATA #IMPLIED
-  introduced CDATA #IMPLIED
-  contract CDATA #IMPLIED
-  plugin (Y|N) 'N'
-  filter CDATA #IMPLIED
-  class NMTOKENS #IMPLIED
-  supports CDATA #IMPLIED
-  purpose (optional|mandatory|development) 'optional'>
- <!ELEMENT unit EMPTY>
- <!ATTLIST unit
-  mrp CDATA #IMPLIED
-  filter CDATA #IMPLIED
-  bldFile CDATA #IMPLIED
-  root CDATA #IMPLIED
-  version NMTOKEN #IMPLIED
-  prebuilt NMTOKEN #IMPLIED
-  late (Y|N) #IMPLIED
-  priority CDATA #IMPLIED>
-]>
-<SystemDefinition schema="2.0.1" name="Symbian^3">
- <systemModel>
-  <layer name="app" long-name="Applications" levels="services apps">
-   <block name="profile" level="apps" long-name="Profiles" levels="app">
-<collection name="profile_plat" long-name="Profiles Platform Interfaces" level="app">
-<component name="profiles_settings_view_api" long-name="Profiles Settings View API" filter="s60" class="api">
-<unit bldFile="/sf/app/profile/profile_plat/profiles_settings_view_api/group"/>
-</component>
-</collection>
-<collection name="profilesapplication" long-name="Profiles Application" level="app">
-<component name="profiles" filter="s60" long-name="Profiles">
-<unit bldFile="/sf/app/profile/profilesapplication/profiles/group"/>
-</component>
-</collection>
-<collection name="profile_info" long-name="Profiles Info" level="app">
-<component name="profile_help" filter="s60" long-name="Profiles Help">
-<unit bldFile="/sf/app/profile/help/group"/>
-</component>
-</collection>
-</block>
-  </layer>
- </systemModel>
-</SystemDefinition>
\ No newline at end of file