CompilerCompatibility/mw/qt/package_definition.xml
author Dario Sestito <darios@symbian.org>
Wed, 19 May 2010 12:27:25 +0100 (2010-05-19)
changeset 220 8e654e2b9afc
parent 212 a44ae815a47f
child 269 96bc1f23ffac
permissions -rw-r--r--
Update package sources for symbian4 (platforms@eccec3bf4ab0)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
131
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
139
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 131
diff changeset
     3
 <!ELEMENT SystemDefinition (systemModel)>
131
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     4
 <!ATTLIST SystemDefinition
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     7
 <!ELEMENT systemModel (layer+)>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     8
 <!ELEMENT layer (block*|collection*)*>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     9
 <!ATTLIST layer
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    10
  name CDATA #REQUIRED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    11
  long-name CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    12
  levels NMTOKENS #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    13
  span CDATA #IMPLIED>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    14
 <!ELEMENT block (subblock*|collection*)*>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    15
 <!ATTLIST block
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    16
  levels NMTOKENS #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    17
  span CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    18
  level NMTOKEN #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    19
  name CDATA #REQUIRED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    20
  long-name CDATA #IMPLIED>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    21
 <!ELEMENT subblock (collection)*>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    22
 <!ATTLIST subblock
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    23
  name CDATA #REQUIRED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    24
  long-name CDATA #IMPLIED>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    25
 <!ELEMENT collection (component)*>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    26
 <!ATTLIST collection
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    27
  name CDATA #REQUIRED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    28
  long-name CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    29
  level NMTOKEN #IMPLIED>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    30
 <!ELEMENT component (unit)*>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    31
 <!ATTLIST component
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    32
  name CDATA #REQUIRED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    33
  long-name CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    34
  deprecated CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    35
  introduced CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    36
  contract CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    37
  plugin (Y|N) 'N'
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    38
  filter CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    39
  class NMTOKENS #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    40
  supports CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    41
  purpose (optional|mandatory|development) 'optional'>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    42
 <!ELEMENT unit EMPTY>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    43
 <!ATTLIST unit
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    44
  mrp CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    45
  filter CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    46
  bldFile CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    47
  root CDATA #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    48
  version NMTOKEN #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    49
  prebuilt NMTOKEN #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    50
  late (Y|N) #IMPLIED
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    51
  priority CDATA #IMPLIED>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    52
]>
139
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 131
diff changeset
    53
<SystemDefinition name="Symbian^3" schema="2.0.1">
131
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    54
<systemModel>
139
012b7ecead80 Update CompilerCompatibility models from PDK_3.0.h
Dario Sestito <darios@symbian.org>
parents: 131
diff changeset
    55
<layer name="mw" long-name="Middleware" levels="generic specific">
212
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    56
<block name="qt" level="generic" long-name="Qt" levels="tool mw app">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    57
<collection name="qtconf" long-name="Qt Config" level="tool">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    58
<component name="qt_deviceconfiguration" long-name="Qt Device Configuration" introduced="^2" class="config tool">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    59
<unit bldFile="/sf/mw/qt/src/s60installs/deviceconfiguration"/>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    60
</component>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    61
</collection>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    62
<collection name="qt_info" long-name="Qt Info" level="mw">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    63
<component name="qt_build" long-name="Qt Build" introduced="^2">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    64
<unit bldFile="/sf/mw/qt" proFile="projects.pro" qmakeArgs="-r"/>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    65
</component>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    66
</collection>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    67
<collection name="qtdemos" long-name="Qt Demos" level="app">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    68
<component name="qtdemos_build" long-name="Qt Demos Build" introduced="^2" filter="qtdemos">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    69
<unit bldFile="/sf/mw/qt/demos" proFile="demos.pro" qmakeArgs="-r"/>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    70
</component>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    71
</collection>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    72
<collection name="qtexamples" long-name="Qt Examples" level="app">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    73
<component name="qtexamples_build" long-name="Qt Examples Build" introduced="^2" filter="qtexamples">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    74
<unit bldFile="/sf/mw/qt/examples" proFile="examples.pro" qmakeArgs="-r"/>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    75
</component>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    76
</collection>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    77
<collection name="qt_tests" long-name="Qt Tests" level="app">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    78
<component name="qttestsauto" long-name="Qt Automated Tests" introduced="^2" filter="qttestsauto">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    79
<unit bldFile="/sf/mw/qt/tests/auto" proFile="qtpauto.pro"/>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    80
</component>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    81
<component name="qttestsbenchmarks" long-name="Qt Benchmarks Tests" introduced="^2" filter="qttestsbenchmarks">
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    82
<unit bldFile="/sf/mw/qt/tests/benchmarks" proFile="benchmarks.pro" qmakeArgs="-r"/>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    83
</component>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    84
</collection>
a44ae815a47f Update package models from auto generated system model (packages@6048e49bb3e0)
Dario Sestito <darios@symbian.org>
parents: 139
diff changeset
    85
</block>
131
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    86
</layer>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    87
</systemModel>
2246d259f995 Add qt spec for CompilerCompatibility codeline
Dario Sestito <darios@symbian.org>
parents:
diff changeset
    88
</SystemDefinition>