photosgallery/viewframework/uiutilities/data/glxuiutilities.rss
changeset 4 57d388cc48c1
parent 3 9a9c174934f5
child 11 71da52165949
equal deleted inserted replaced
3:9a9c174934f5 4:57d388cc48c1
    30 #include <glxicons.mbg>
    30 #include <glxicons.mbg>
    31 #include <photos.loc>
    31 #include <photos.loc>
    32 #include "glxutilities.hrh"
    32 #include "glxutilities.hrh"
    33 #include <glxcommandhandlers.hrh>
    33 #include <glxcommandhandlers.hrh>
    34 
    34 
       
    35 #if defined(FF_IMAGE_EDITOR) || defined(FF_VIDEO_EDITOR)
       
    36 #include <bldnokia.hrh> //for Editor feature flags
       
    37 #endif
       
    38 
    35 NAME GLXR    // 4 letter ID
    39 NAME GLXR    // 4 letter ID
    36 
    40 
    37 //  RESOURCE DEFINITIONS
    41 //  RESOURCE DEFINITIONS
    38 // -----------------------------------------------------------------------------
    42 // -----------------------------------------------------------------------------
    39 //
    43 //
   449 //
   453 //
   450 // r_glx_aiw_assign_to_contact_interest
   454 // r_glx_aiw_assign_to_contact_interest
   451 // AIW interest structure for assign
   455 // AIW interest structure for assign
   452 //
   456 //
   453 // -----------------------------------------------------------------------------
   457 // -----------------------------------------------------------------------------
       
   458 #if defined(FF_IMAGE_EDITOR) || defined(FF_VIDEO_EDITOR)
       
   459 RESOURCE AIW_INTEREST r_glx_aiw_assign_to_contact_interest
       
   460     {
       
   461     items=
       
   462         {
       
   463         AIW_CRITERIA_ITEM
       
   464             {
       
   465             id = EGlxCmdAiwAssign;
       
   466             serviceCmd = KAiwCmdAssign;
       
   467             contentType = "ArcsoftEditor/*";
       
   468             serviceClass = KAiwClassMenu;
       
   469             }
       
   470         };
       
   471     }
       
   472 #else
   454 RESOURCE AIW_INTEREST r_glx_aiw_assign_to_contact_interest
   473 RESOURCE AIW_INTEREST r_glx_aiw_assign_to_contact_interest
   455     {
   474     {
   456     items=
   475     items=
   457         {
   476         {
   458         AIW_CRITERIA_ITEM
   477         AIW_CRITERIA_ITEM
   463             serviceClass = KAiwClassMenu;
   482             serviceClass = KAiwClassMenu;
   464             defaultProvider = 0x101F85BB; // Phonebook, uid not exported anywhere
   483             defaultProvider = 0x101F85BB; // Phonebook, uid not exported anywhere
   465             }
   484             }
   466         };
   485         };
   467     }
   486     }
       
   487 #endif
   468 
   488 
   469 // -----------------------------------------------------------------------------
   489 // -----------------------------------------------------------------------------
   470 //
   490 //
   471 // r_glx_aiw_edit_interest
   491 // r_glx_aiw_edit_interest
   472 // AIW interest structure for edit
   492 // AIW interest structure for edit