diff -r 8c55c525d5d7 -r d486e5e3cc9a camerauis/cameraapp/generic/data/resource_inc/CamStillCapture.ra --- 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)