symbian4/mw/socialmobilefw/package_definition.xml
author Simon Howkins <simonh@symbian.org>
Thu, 25 Nov 2010 12:14:19 +0000
branchHighFidelityModel
changeset 510 edb6c9c5a982
parent 406 da0d542b59f6
permissions -rw-r--r--
Changed to avoid bld.inf's being included more than once in commonemail package
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
406
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
397
8b02bf77f927 Add first attempt at package_definition.xml for mw/socialmobilefw
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
<SystemDefinition schema="3.0.0" xmlns:qt="http://www.nokia.com/qt">
406
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
     3
  <package id="socialmobilefw" name="Social Mobile Framework">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
     4
    <collection id="smf_example" name="SMF Examples">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
     5
      <component id="DemoGUI" name="Demo GUI" filter="test">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
     6
        <unit bldFile="example/DemoGUI" qt:proFile="DemoGUI.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
     7
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
     8
      <component id="smfclientapp" name="Example Client Application" filter="test">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
     9
        <unit bldFile="example/smfclientapp" qt:proFile="smfclientapp.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    10
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    11
    </collection>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    12
    <collection id="flickr_example" name="Flickr Examples">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    13
      <component id="FlickrAuthApp" name="Flickr AuthApp" filter="test">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    14
        <unit bldFile="example/FlickrAuthApp" qt:proFile="FlickrAuthApp.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    15
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    16
      <component id="flickrcontactfetcherplugin" name="Flickr Contact Fetcher" filter="test" class="plugin">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    17
        <unit bldFile="example/flickrcontactfetcherplugin" qt:proFile="flickrcontactfetcherplugin.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    18
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    19
      <component id="flickrgalleryplugin" name="Flickr Gallery" filter="test" class="plugin">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    20
        <unit bldFile="example/flickrgalleryplugin" qt:proFile="flickrgalleryplugin.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    21
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    22
    </collection>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    23
    <collection id="fb_example" name="Facebook Examples">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    24
      <component id="AuthApp" name="Example AuthApp" filter="test">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    25
        <unit bldFile="example/AuthApp" qt:proFile="AuthApp.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    26
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    27
      <component id="fbactivityfetcherplugin" name="Facebook Activity Fetcher" filter="test" class="plugin">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    28
        <unit bldFile="example/fbactivityfetcherplugin" qt:proFile="fbactivityfetcherplugin.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    29
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    30
      <component id="fbcontactfetcherplugin" name="Facebook Contact Fetcher" filter="test" class="plugin">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    31
        <unit bldFile="example/fbcontactfetcherplugin" qt:proFile="fbcontactfetcherplugin.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    32
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    33
      <component id="fbpostproviderplugin" name="Facebook Post Provider" filter="test" class="plugin">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    34
        <unit bldFile="example/fbpostproviderplugin" qt:proFile="fbpostproviderplugin.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    35
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    36
    </collection>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    37
    <collection id="smf" name="Social Mobile Framework">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    38
      <component id="smfcredentialmgr" name="Credential Manager">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    39
        <unit bldFile="smf/smfcredentialmgr" qt:proFile="smfcredentialmgr.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    40
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    41
      <component id="smfservermodule" name="Server Module">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    42
        <unit bldFile="smf/smfservermodule" qt:proFile="smfservermodule.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    43
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    44
      <component id="smfsettingsui" name="Settings UI">
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    45
        <unit bldFile="smf/smfsettingsui" qt:proFile="smfsettingsui.pro" />
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    46
      </component>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    47
    </collection>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    48
  </package>
da0d542b59f6 Updated socialmobilefw package_definition.xml from package owner
William Roberts <williamr@symbian.org>
parents: 397
diff changeset
    49
</SystemDefinition>