meetingrequest/mrcasplugin/data/2001F3FF.rss
branchRCL_3
changeset 12 4ce476e64c59
parent 0 8466d47a6819
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 // INCLUDE FILES
    19 // INCLUDE FILES
    20 #include <ecom/registryinfo.rh>
    20 #include <ecom/registryinfo.rh>
    21 #include "../../../inc/emailversionnumbers.hrh" // KEmailEcomVersionNumber
       
    22 #include "fsccontactactionserviceuids.hrh"
    21 #include "fsccontactactionserviceuids.hrh"
    23 
    22 
    24 RESOURCE REGISTRY_INFO theInfo
    23 RESOURCE REGISTRY_INFO theInfo
    25     {
    24     {
    26     // UID for the DLL
    25     // UID for the DLL
    36                 {
    35                 {
    37                 // Info for the implementation
    36                 // Info for the implementation
    38                 IMPLEMENTATION_INFO
    37                 IMPLEMENTATION_INFO
    39                     {
    38                     {
    40                     implementation_uid = KFscMruiPluginImplImpUid;
    39                     implementation_uid = KFscMruiPluginImplImpUid;
    41                     version_no         = KEmailEcomVersionNumber;
    40                     version_no         = 1;
    42                     }
    41                     }
    43                 };
    42                 };
    44             }
    43             }
    45         };
    44         };
    46     }
    45     }