package_definition.xml
author Mike Kinghan <mikek@symbian.org>
Mon, 22 Nov 2010 14:32:00 +0000
branchGCC_SURGE
changeset 121 ad7caa8e9a62
parent 80 86e1b70f1f94
permissions -rw-r--r--
Deleting the bootstrap.flm extension workaround from omap3530/beagleboard/bld.inf b/omap3530/beagleboard/bld.inf for the time being. Bootstrap.flm isn't present in the buildtools GCC_SURGE branch yet and I suspect that bringing it in will break stuff.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
<SystemDefinition schema="3.0.0">
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
  <package id="beagleboard" name="Beagle Board" levels="hw-if">
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
    <collection id="omap3530" name="OMAP 3530" level="hw-if">
2
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     5
      <component id="omap3530" name="Beagle Board common" introduced="symbian^3" purpose="optional">
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     6
        <unit bldFile="omap3530" mrp="omap3530/base_beagle.mrp"/>
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     7
      </component>
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     8
      <component id="kernel" name="Beagle Board kernel" introduced="symbian^3" purpose="optional">
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     9
        <unit bldFile="omap3530/kernel"/>
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    10
      </component>
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
      <component id="beagleboard" name="Beagle Board baseport" introduced="symbian^3" purpose="optional">
2
3400e46f43b3 Separate out kernel and beagleboard bld.infs, which have associated (& different) variant.mmh files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    12
        <unit bldFile="omap3530/beagleboard"/>
1
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
      </component>
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
    </collection>
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
  </package>
2e2530b7bb07 Add a single bld.inf to collect all the little ones, and a packagde_definition.xml file which refers to it
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
</SystemDefinition>
80
86e1b70f1f94 Trivial change to reassert the correct tip of the default branch
arunabha
parents: 2
diff changeset
    17