symbian3/app/printing/package_definition.xml
author Bob Rosenberg <bob.rosenberg@nokia.com>
Wed, 26 May 2010 17:18:20 +0100
branchHighFidelityModel
changeset 245 30e67220bf86
parent 184 symbian3/app/printing/package_definition_3.0.xml@be1d7c5f7674
child 482 06ec1c53d010
permissions -rw-r--r--
Remove all 2.0 pkgdefs in symbian3 and rename all 3.0 pkgdefs to package_definition.xml
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     2
<SystemDefinition schema="3.0.0">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
     3
  <package id="printing" 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: 48
diff changeset
     4
    <collection id="DirectPrint" 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: 48
diff changeset
     5
      <component id="DirectPrintApp" filter="sf_build" 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: 48
diff changeset
     6
        <unit bldFile="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: 48
diff changeset
     7
      </component>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 48
diff changeset
     8
      <component id="DirectPrintServer" filter="sf_build" 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: 48
diff changeset
     9
        <unit bldFile="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: 48
diff changeset
    10
      </component>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 48
diff changeset
    11
      <component id="DirectPrintClient" filter="sf_build" 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: 48
diff changeset
    12
        <unit bldFile="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: 48
diff changeset
    13
      </component>
be1d7c5f7674 Add DirectPrint collection to app/printing, to reflect contribution from Kanrikogaku Kenkyusho, Ltd. (see Bug 1502)
William Roberts <williamr@symbian.org>
parents: 48
diff changeset
    14
    </collection>
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    15
    <collection id="imageprint" name="ImagePrint" level="app">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    16
      <component id="clog" filter="s60" name="ImagePrint Logging" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    17
        <unit bldFile="imageprint/clog/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    18
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    19
      <component id="imageprintengine" filter="s60" name="ImagePrint Engine" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    20
        <unit bldFile="imageprint/imageprintengine/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    21
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    22
      <component id="imageprintui" filter="s60" name="ImagePrint UI" introduced="^2">
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    23
        <unit bldFile="imageprint/imageprintui/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    24
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    25
      <component id="imageprint_build" filter="s60" name="ImagePrint Build" introduced="^2">	
48
c8d3143d3c0e Scripts had not properly updated the 3.0 sysdef. These should be correct.
Bob Rosenberg <bob.rosenberg@nokia.com>
parents: 38
diff changeset
    26
      	<!--  Need to break the IBY includes into the other components, or remove #includes and make this a ROM component -->
38
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    27
        <unit bldFile="imageprint/group"/>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    28
      </component>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    29
    </collection>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    30
  </package>
12159035c0ef Put in full details on the first set of packages in app layer
Bob Rosenberg <bob.rosenberg@nokia.com>
parents:
diff changeset
    31
</SystemDefinition>