--- a/camerauis/cameraapp/generic/data/resource_inc/CamVideoCaptureV2.ra Mon Mar 15 12:39:00 2010 +0200
+++ b/camerauis/cameraapp/generic/data/resource_inc/CamVideoCaptureV2.ra Wed Mar 31 21:06:44 2010 +0300
@@ -341,3 +341,29 @@
}
};
}
+
+//----------------------------------------------------
+//
+// r_cam_set_as_ring_tone_interest_editor
+// This resource is used to register an interest in
+// assinging video to Application InterWork (AIW)
+// services with Photos editor
+//
+//----------------------------------------------------
+//
+RESOURCE AIW_INTEREST r_cam_set_as_ring_tone_interest_editor
+ {
+ items =
+ {
+ AIW_CRITERIA_ITEM //
+ {
+ id = KAiwCmdAssign;
+ serviceCmd = KAiwCmdAssign;
+ contentType = "MediaEditor/*";
+ serviceClass = KAiwClassMenu;
+ //maxProviders = 1;
+ loadOptions = AIW_OPTIONS_ROM_ONLY;
+ //defaultProvider = 0x10281F18;
+ }
+ };
+ }