layers.sysdef.xml
author Sebastian Brannstrom <sebastianb@symbian.org>
Sun, 31 Oct 2010 14:15:37 +0000
branchRCL_3
changeset 321 7a0fb290f9c6
parent 2 29cda98b007e
permissions -rw-r--r--
Re-enabled max items parsed, because disabling this causes shows to turn up as new multiple times. This again breaks feeds that add new shows at the bottom, so we need to solve this properly.
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