package_definition.xml
author bdonegan
Fri, 24 Sep 2010 15:15:56 +0100
branchSymbian3
changeset 69 d0d9b733e31c
parent 48 78642452fc55
permissions -rw-r--r--
Fix for failing AppInstall smoketests - added ARM built SIS file to ROM instead of WINSCW one
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
46
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition [
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     4
<!ATTLIST SystemDefinition
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     5
  name CDATA #REQUIRED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     6
  schema CDATA #REQUIRED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     7
>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     9
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    10
<!-- System Model Section of DTD -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    11
<!ELEMENT systemModel (layer+)>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    12
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    15
<!ATTLIST layer
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    16
  name CDATA #REQUIRED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    17
  long-name CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    18
  levels NMTOKENS #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    19
  span CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    20
>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    21
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    24
<!ATTLIST block
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    25
  levels NMTOKENS #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    26
  span CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    27
  level NMTOKEN #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    28
  name CDATA #REQUIRED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    29
  long-name CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    30
>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    31
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    32
<!ELEMENT subblock (collection)*>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    34
<!ATTLIST subblock
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    35
  name CDATA #REQUIRED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    36
  long-name CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    37
>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    38
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    39
<!ELEMENT collection (component)*>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    41
<!ATTLIST collection
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    42
  name CDATA #REQUIRED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    43
  long-name CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    44
  level NMTOKEN #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    45
>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    46
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    47
<!ELEMENT component (unit)*>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    49
<!ATTLIST component
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    50
  name CDATA #REQUIRED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    51
  long-name CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    52
  deprecated CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    53
  introduced CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    54
  contract CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    55
  plugin (Y|N) "N"
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    56
  filter CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    57
  class NMTOKENS #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    58
  supports CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    60
>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    61
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    62
<!ELEMENT unit EMPTY >
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    63
<!-- must be buildable (bld.inf) -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    65
<!ATTLIST unit
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    66
  mrp CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    67
  filter CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    68
  bldFile CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    69
  root CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    70
  version NMTOKEN #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    72
  late (Y|N) #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    73
  priority CDATA #IMPLIED
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    74
>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    75
]>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    77
  <systemModel>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    78
    <layer name="test" long-name="Smoke Test" levels="apps">
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    79
      <block name="smoketest" level="test" long-name="Platform Smoketest" levels="tests">
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    80
        <collection name="smoketest_collection" long-name="Smoketest Collection" level="test">
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    81
		  <component name="tst_smoke_qtgestures" long-name="Qt Gestures Smoketest">
48
78642452fc55 Use absolute path in package_def
Brendan Donegan <brendand@symbian.org>
parents: 47
diff changeset
    82
            <unit bldFile="/smoketest/qt/gestures" proFile="/smoketest/qt/gestures/smoke_qtgestures.pro" />
46
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    83
          </component>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    84
          <component name="tst_smoke_qwidget" long-name="Qt Widgets Smoketest">
48
78642452fc55 Use absolute path in package_def
Brendan Donegan <brendand@symbian.org>
parents: 47
diff changeset
    85
            <unit bldFile="/smoketest/qt/qwidget" proFile="/smoketest/qt/qwidget/smoke_qwidget.pro" />
46
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    86
          </component>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    87
          <component name="tst_smoke_qapplication" long-name="Qt Application Smoketest">
48
78642452fc55 Use absolute path in package_def
Brendan Donegan <brendand@symbian.org>
parents: 47
diff changeset
    88
            <unit bldFile="/smoketest/qt/qapplication" proFile="/smoketest/qt/qapplication/smoke_qapplication.pro" />
46
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    89
          </component>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    90
          <component name="smoketests" long-name="Smoketests">
48
78642452fc55 Use absolute path in package_def
Brendan Donegan <brendand@symbian.org>
parents: 47
diff changeset
    91
            <unit bldFile="/smoketest/Group"/>
46
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    92
          </component>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    93
        </collection>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    94
      </block>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    95
    </layer>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    96
  </systemModel>
e5ad616daedb Last update to the Qt smoke tests
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    97
</SystemDefinition>