webengine/wrtharvester/data/wrtharvester.rss
changeset 10 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    13 *
    13 *
    14 * Description:  ECOM registration for CP harvesting
    14 * Description:  ECOM registration for CP harvesting
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME    WHAR  // 4 letter resource identifier
    18 
    20 
    19 // INCLUDES
    21 // INCLUDES
    20 #include <registryinfo.rh>
    22 #include <eikon.rh>
    21 #include <contentharvesterpluginuids.hrh>
    23 #include <avkon.rsg>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.mbg>
       
    26 #include <avkon.loc>
       
    27 #include <wrtharvester.loc>
    22 
    28 
    23 //  RESOURCE DEFINITIONS 
    29 //  RESOURCE DEFINITIONS 
    24 // -----------------------------------------------------------------------------
    30 
    25 //   
    31 RESOURCE RSS_SIGNATURE { }
    26 // REGISTRY_INFO theInfo
    32 
    27 // Declares info for the "all" implementation
    33 RESOURCE TBUF { buf = ""; }
    28 //
    34 
    29 // -----------------------------------------------------------------------------
    35 // ================== STRING RESOURCES =======================================
    30 //
    36 
    31 RESOURCE REGISTRY_INFO theInfo
    37 // query to grant permission for phone information
    32     {
    38 RESOURCE TBUF r_wrthrv_platform_access { buf = qtn_wrthrv_blanketpermission_prompt; }
    33     // UID for the DLL
       
    34     dll_uid = 0x2001FE2C;
       
    35     // Declare array of interface info
       
    36     interfaces = 
       
    37         {
       
    38         INTERFACE_INFO
       
    39             {
       
    40             // UID of interface that is implemented
       
    41             interface_uid = KContentHarvesterPluginUid;
       
    42             implementations = 
       
    43                 {
       
    44                 IMPLEMENTATION_INFO
       
    45                     {
       
    46                     implementation_uid = 0xA12345FE; 
       
    47                     version_no = 1;
       
    48                     display_name = "wrt";
       
    49                     default_data = "wrt";
       
    50                     opaque_data = "wrt";
       
    51                     }
       
    52                 };
       
    53             }
       
    54         };
       
    55     }
       
    56 
    39 
    57 // End of File
    40 // End of File