layers.sysdef.xml
author Sebastian Brannstrom <sebastianb@symbian.org>
Sat, 16 Oct 2010 19:49:47 +0100
branchsymbian1
changeset 245 3f57982a6f10
parent 2 29cda98b007e
permissions -rw-r--r--
Fix for 3843, Podcatcher will now stop downloading when 1 MB disk space remains
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     1
<?xml version="1.0"?>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     2
<!DOCTYPE SystemDefinition SYSTEM "sysdef_1_4_0.dtd" [
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     3
  <!ENTITY layer_real_source_path "sf/app/organizer" >
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     4
]>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     5
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     6
<SystemDefinition name="podcatcher" schema="1.4.0">
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     7
  <systemModel>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     8
    <layer name="app_layer">
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
     9
      <module name="podcatcher">
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    10
        <unit unitID="incubator.podcatcher" mrp="" bldFile="&layer_real_source_path;/group" name="podcatcher" />
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    11
      </module>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    12
    </layer>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    13
  </systemModel>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    14
</SystemDefinition>
29cda98b007e Initial import of Podcatcher from the Bergamot project
skip
parents:
diff changeset
    15