symbian3/app/printing/package_definition.xml
author William Roberts <williamr@symbian.org>
Fri, 30 Apr 2010 13:51:35 +0100
branchHighFidelityModel
changeset 184 be1d7c5f7674
parent 39 bd4651024dad
permissions -rw-r--r--
Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
6980ebf0690e Adding symbian2 and symbian3 configurations
Dario Sestito <darios@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
184
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
     2
<!DOCTYPE SystemDefinition [
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
     3
<!ELEMENT SystemDefinition ( systemModel )>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
     4
<!ATTLIST SystemDefinition
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
     5
  name CDATA #REQUIRED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
     6
  schema CDATA #REQUIRED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
     7
>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
     8
<!-- all paths are relative to the environment variable specified by the root attribute, or SOURCEROOT if not.  -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
     9
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    10
<!-- System Model Section of DTD -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    11
<!ELEMENT systemModel (layer+)>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    12
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    13
<!ELEMENT layer (block* | collection*)*>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    14
<!-- Kernel Services, Base Services, OS Services, Etc -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    15
<!ATTLIST layer
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    16
  name CDATA #REQUIRED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    17
  long-name CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    18
  levels NMTOKENS #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    19
  span CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    20
>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    21
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    22
<!ELEMENT block (subblock* | collection*)*>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    23
 <!-- Generic OS services, Comms Services, etc -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    24
<!ATTLIST block
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    25
  levels NMTOKENS #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    26
  span CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    27
  level NMTOKEN #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    28
  name CDATA #REQUIRED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    29
  long-name CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    30
>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    31
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    32
<!ELEMENT subblock (collection)*>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    33
<!-- Cellular Baseband Services, Networking Services, etc -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    34
<!ATTLIST subblock
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    35
  name CDATA #REQUIRED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    36
  long-name CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    37
>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    38
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    39
<!ELEMENT collection (component)*>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    40
<!-- Screen Driver, Content Handling, etc -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    41
<!ATTLIST collection
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    42
  name CDATA #REQUIRED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    43
  long-name CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    44
  level NMTOKEN #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    45
>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    46
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    47
<!ELEMENT component (unit)*>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    48
<!-- contains units or is a  package or prebuilt -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    49
<!ATTLIST component
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    50
  name CDATA #REQUIRED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    51
  long-name CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    52
  deprecated CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    53
  introduced CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    54
  contract CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    55
  plugin (Y|N) "N"
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    56
  filter CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    57
  class NMTOKENS #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    58
  supports CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    59
  purpose ( optional | mandatory | development ) "optional"
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    60
>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    61
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    62
<!ELEMENT unit EMPTY >
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    63
<!-- must be buildable (bld.inf) -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    64
<!-- bldFile  may someday be removed in favour of mrp -->
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    65
<!ATTLIST unit
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    66
  mrp CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    67
  filter CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    68
  bldFile CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    69
  root CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    70
  version NMTOKEN #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    71
  prebuilt NMTOKEN #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    72
  late (Y|N) #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    73
  priority CDATA #IMPLIED
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    74
>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    75
]>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    76
<SystemDefinition name="Symbian^3" schema="2.0.1">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    77
  <systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    78
    <layer name="app" long-name="Applications" levels="services apps">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    79
      <block name="printing" level="services" long-name="Printing" levels="app">
184
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    80
        <collection name="DirectPrint" long-name="DirectPrint" level="app">
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    81
          <component name="DirectPrintApp" filter="sf_build" long-name="DirectPrint App" introduced="^3">
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    82
            <unit bldFile="/sf/app/printing/DirectPrint/DirectPrintApp/group"/>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    83
          </component>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    84
          <component name="DirectPrintServer" filter="sf_build" long-name="DirectPrint Server" introduced="^3">
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    85
            <unit bldFile="/sf/app/printing/DirectPrint/DirectPrintServer/group"/>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    86
          </component>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    87
          <component name="DirectPrintClient" filter="sf_build" long-name="DirectPrint Client" introduced="^3">
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    88
            <unit bldFile="/sf/app/printing/DirectPrint/DirectPrintClient/group"/>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    89
          </component>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 39
diff changeset
    90
        </collection>
39
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    91
        <collection name="imageprint" long-name="ImagePrint" level="app">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    92
          <component name="clog" filter="s60" long-name="ImagePrint Logging" introduced="^2">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    93
            <unit bldFile="/sf/app/printing/imageprint/clog/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    94
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    95
          <component name="imageprintengine" filter="s60" long-name="ImagePrint Engine" introduced="^2">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    96
            <unit bldFile="/sf/app/printing/imageprint/imageprintengine/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    97
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    98
          <component name="imageprintui" filter="s60" long-name="ImagePrint UI" introduced="^2">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
    99
            <unit bldFile="/sf/app/printing/imageprint/imageprintui/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   100
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   101
          <component name="imageprint_build" filter="s60" long-name="ImagePrint Build" introduced="^2">
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   102
            <!--  Need to break the IBY includes into the other components, or remove #includes and make this a ROM component -->
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   103
            <unit bldFile="/sf/app/printing/imageprint/group"/>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   104
          </component>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   105
        </collection>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   106
      </block>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   107
    </layer>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   108
  </systemModel>
bd4651024dad Update the pkgdefs for the remainder of the app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 31
diff changeset
   109
</SystemDefinition>