data/testpublisher/data/testpublisher_0xe5555555_fs.xml
changeset 4 63928ff6db8d
equal deleted inserted replaced
3:ec1db19b0e4b 4:63928ff6db8d
       
     1 <!--TODO : FILENAME FORMAT [template_type]_[widget_uid]_fs.xml  -->
       
     2 
       
     3 <?xml version="1.0" encoding="UTF-8"?>
       
     4 <cps:content xmlns:cps="http://" version="1.0">
       
     5     <!-- PUBLISHER REGISTRY -->
       
     6     <cps:publisher>
       
     7         <cps:data_item key="publisher" type="string" value="#replaceuid#:#replace#"/> <!-- Value must be same as publisher uses-->
       
     8         <cps:data_item key="content_type" type="string" value="all"/> <!-- should NOT be changed -->  
       
     9         <cps:data_item key="content_id" type="string8" value="all"/> <!-- should NOT be changed    -->
       
    10         <cps:data_item key="action_map" type="map">                        
       
    11             <cps:data_item key="active" type="map">
       
    12                 <cps:data_item key="plugin_id" type="integer" value="0x10282E5F"/><!-- should NOT be changed -->
       
    13                 <cps:data_item key="data" type="map">
       
    14                     <cps:data_item key="application_uid" type="integer" value="0xe5555555"/> <!-- Publisher application uid -->
       
    15                     <cps:data_item key="apa_command" type="string" value="apa_command_background"/>
       
    16                     <cps:data_item key="launch_method" type="string" value="cmd_line"/>
       
    17                     <cps:data_item key="type" type="string" value="launch_application"/>
       
    18                 </cps:data_item>           
       
    19             </cps:data_item>
       
    20         </cps:data_item>
       
    21 
       
    22         <cps:data_item key="ACL" type="map">                       
       
    23             <cps:data_item key="write" type="map">
       
    24                 <cps:data_item key="UID" type="string" value="0xe5555555"/> <!--Publisher application uid -->
       
    25             </cps:data_item>   
       
    26             <cps:data_item key="delete" type="map">
       
    27                 <cps:data_item key="UID" type="string" value="0xe5555555:0x10282E5A"/>
       
    28                 <!--Publisher app and ContentHarvester UIDs - (content harvester UID must be provided
       
    29                 in order to allow SWI content harvester plug-in to remove widget information from CPS)
       
    30                 if a widget was removed or it was installed on MMC and MMC was removed -->
       
    31                 </cps:data_item>   
       
    32         </cps:data_item>       
       
    33     </cps:publisher>
       
    34 </cps:content>