data/testpublisher/data/testpublisher_0xe5555555_fs.xml
author jake
Mon, 23 Aug 2010 14:05:40 +0300
changeset 4 63928ff6db8d
permissions -rw-r--r--
Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     1
<!--TODO : FILENAME FORMAT [template_type]_[widget_uid]_fs.xml  -->
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     2
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     3
<?xml version="1.0" encoding="UTF-8"?>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     4
<cps:content xmlns:cps="http://" version="1.0">
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     5
    <!-- PUBLISHER REGISTRY -->
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     6
    <cps:publisher>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     7
        <cps:data_item key="publisher" type="string" value="#replaceuid#:#replace#"/> <!-- Value must be same as publisher uses-->
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     8
        <cps:data_item key="content_type" type="string" value="all"/> <!-- should NOT be changed -->  
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
     9
        <cps:data_item key="content_id" type="string8" value="all"/> <!-- should NOT be changed    -->
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    10
        <cps:data_item key="action_map" type="map">                        
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    11
            <cps:data_item key="active" type="map">
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    12
                <cps:data_item key="plugin_id" type="integer" value="0x10282E5F"/><!-- should NOT be changed -->
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    13
                <cps:data_item key="data" type="map">
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    14
                    <cps:data_item key="application_uid" type="integer" value="0xe5555555"/> <!-- Publisher application uid -->
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    15
                    <cps:data_item key="apa_command" type="string" value="apa_command_background"/>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    16
                    <cps:data_item key="launch_method" type="string" value="cmd_line"/>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    17
                    <cps:data_item key="type" type="string" value="launch_application"/>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    18
                </cps:data_item>           
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    19
            </cps:data_item>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    20
        </cps:data_item>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    21
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    22
        <cps:data_item key="ACL" type="map">                       
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    23
            <cps:data_item key="write" type="map">
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    24
                <cps:data_item key="UID" type="string" value="0xe5555555"/> <!--Publisher application uid -->
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    25
            </cps:data_item>   
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    26
            <cps:data_item key="delete" type="map">
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    27
                <cps:data_item key="UID" type="string" value="0xe5555555:0x10282E5A"/>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    28
                <!--Publisher app and ContentHarvester UIDs - (content harvester UID must be provided
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    29
                in order to allow SWI content harvester plug-in to remove widget information from CPS)
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    30
                if a widget was removed or it was installed on MMC and MMC was removed -->
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    31
                </cps:data_item>   
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    32
        </cps:data_item>       
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    33
    </cps:publisher>
63928ff6db8d Added the setting file, which enables the automatic launch of the publisher. Fixed the issues with the .pkg files.
jake
parents:
diff changeset
    34
</cps:content>