camerauis/cameraapp/generic/data/resource_inc/CamStillCapture.ra
branchRCL_3
changeset 16 d486e5e3cc9a
parent 0 1ddebce53859
--- a/camerauis/cameraapp/generic/data/resource_inc/CamStillCapture.ra	Mon Mar 15 12:39:00 2010 +0200
+++ b/camerauis/cameraapp/generic/data/resource_inc/CamStillCapture.ra	Wed Mar 31 21:06:44 2010 +0300
@@ -194,6 +194,29 @@
     
 //----------------------------------------------------
 //   
+//    r_cam_set_as_call_image_interest_editor
+//    This resource is used to register an interest in 
+//    Set as contact call image Application InterWork (AIW)
+//    with Photos editor.
+//
+//----------------------------------------------------
+//
+RESOURCE AIW_INTEREST r_cam_set_as_call_image_interest_editor
+    {
+    items = 
+        {
+        AIW_CRITERIA_ITEM  
+            {
+            id = KAiwCmdAssign;
+            serviceCmd = KAiwCmdAssign;
+            contentType = "MediaEditor/*";
+            serviceClass = KAiwClassMenu;
+            }
+        };
+    }
+
+//----------------------------------------------------
+//   
 //    r_cam_set_as_call_image_interest
 //    This resource is used to register an interest in 
 //    Set as contact call image Application InterWork (AIW)