tip_pbc/mw/qtextensions/package_definition.xml
author Dario Sestito <darios@symbian.org>
Tue, 07 Sep 2010 16:33:09 +0100
changeset 395 a3f2b0422c8b
parent 386 b83b50a45c11
child 407 af9a3c6582bb
permissions -rw-r--r--
Update package models from latest system model (platform@77a57a440d27)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    52
]>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    53
<SystemDefinition name="Symbian^4" schema="2.0.1">
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    54
 <systemModel>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    55
  <layer name="mw" long-name="Middleware" levels="generic specific">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    56
   <block name="qtextensions" level="generic" long-name="Qt Extensions" levels="tool mw app">
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    57
<collection name="qtecomplugins" long-name="Qt ECom Plugins" level="app">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    58
<component name="qtecomplugins_build" filter="s60,qtecomplugins" long-name="Qt ECom Plugin" purpose="development" introduced="^4" plugin="Y">
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    59
<unit bldFile="/sf/mw/qtextensions/qtecomplugins" proFile="qtecomplugins.pro"/>
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    60
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    61
<component name="qtextensions_examples" filter="s60,qtextensionsexamples,build_as_app" long-name="Qt ECom Plugin Examples" purpose="development" introduced="^4">
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    62
<unit bldFile="/sf/mw/qtextensions/qtecomplugins/examples" proFile="examples.pro"/>
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    63
</component>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    64
</collection>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    65
<collection name="qthighway" long-name="Qt Highway" level="app">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    66
<component name="qthighway_build" filter="s60,qthighway" long-name="Qt Highway" purpose="development" introduced="^4">
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    67
<unit bldFile="/sf/mw/qtextensions/qthighway" proFile="qthighway.pro"/>
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    68
</component>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    69
</collection>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    70
<collection name="qtmobileextensions" long-name="Qt Mobile Extensions" level="app">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    71
<component name="qtmobileextensions_build" filter="s60,qtextension" long-name="Qt Mobile Extensions" purpose="development" introduced="^4">
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    72
<unit bldFile="/sf/mw/qtextensions/qtmobileextensions" proFile="qtmobileextensions.pro"/>
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    73
</component>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    74
<component name="qtmobileextensions_examples" filter="s60,qtextensionsexamples,build_as_app" long-name="Qt Mobile Extensions Examples" purpose="development" introduced="^4">
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    75
<unit bldFile="/sf/mw/qtextensions/qtmobileextensions/examples" proFile="examples.pro"/>
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    76
</component>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    77
</collection>
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    78
<collection name="qhbstyle" level="mw" long-name="Qt Orbit Style">
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    79
<component name="qhbstyle_build" long-name="Qt Orbit Style Build" introduced="^4" filter="s60">
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    80
<unit bldFile="/sf/mw/qtextensions/qhbstyle" proFile="qhbstyle.pro"/>
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    81
</component>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    82
</collection>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    83
<collection name="qtextensions_info" long-name="Qt Extensions Info" level="app">
395
a3f2b0422c8b Update package models from latest system model (platform@77a57a440d27)
Dario Sestito <darios@symbian.org>
parents: 386
diff changeset
    84
<component name="qtextensions_conf" long-name="Qt Extensions Confgure" introduced="^4" filter="s60,qt_tools" class="config">
355
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    85
<unit bldFile="/sf/mw/qtextensions/group"/>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    86
</component>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    87
</collection>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    88
</block>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    89
  </layer>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    90
 </systemModel>
0357197762a6 Add initial projects for tip_pbc branch
Shabe Razvi <shaber@symbian.org>
parents:
diff changeset
    91
</SystemDefinition>