camerauis/cameraapp/generic/data/resource_inc/CamStillCapture.ra
branchRCL_3
changeset 16 d486e5e3cc9a
parent 0 1ddebce53859
equal deleted inserted replaced
12:8c55c525d5d7 16:d486e5e3cc9a
   192         };
   192         };
   193     }
   193     }
   194     
   194     
   195 //----------------------------------------------------
   195 //----------------------------------------------------
   196 //   
   196 //   
       
   197 //    r_cam_set_as_call_image_interest_editor
       
   198 //    This resource is used to register an interest in 
       
   199 //    Set as contact call image Application InterWork (AIW)
       
   200 //    with Photos editor.
       
   201 //
       
   202 //----------------------------------------------------
       
   203 //
       
   204 RESOURCE AIW_INTEREST r_cam_set_as_call_image_interest_editor
       
   205     {
       
   206     items = 
       
   207         {
       
   208         AIW_CRITERIA_ITEM  
       
   209             {
       
   210             id = KAiwCmdAssign;
       
   211             serviceCmd = KAiwCmdAssign;
       
   212             contentType = "MediaEditor/*";
       
   213             serviceClass = KAiwClassMenu;
       
   214             }
       
   215         };
       
   216     }
       
   217 
       
   218 //----------------------------------------------------
       
   219 //   
   197 //    r_cam_set_as_call_image_interest
   220 //    r_cam_set_as_call_image_interest
   198 //    This resource is used to register an interest in 
   221 //    This resource is used to register an interest in 
   199 //    Set as contact call image Application InterWork (AIW)
   222 //    Set as contact call image Application InterWork (AIW)
   200 //
   223 //
   201 //----------------------------------------------------
   224 //----------------------------------------------------