mmshplugins/mmshaiwplugin/data/10282389.rss
changeset 15 ccd8e69b5392
parent 2 b31261fd4e04
child 20 e8be2c2e049d
child 22 496ad160a278
equal deleted inserted replaced
2:b31261fd4e04 15:ccd8e69b5392
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Resource file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 //
       
    21 // The application name.
       
    22 //
       
    23 #include <avkon.hrh>
       
    24 #include <avkon.rh>
       
    25 #include <avkon.rsg>
       
    26 #include <eikon.rh>
       
    27 #include <ecom/registryinfov2.rh>
       
    28 #include "musaiwprovider.hrh"
       
    29 #include "../../../inc/musversionnumbers.h"
       
    30 #include <AiwCommon.hrh>
       
    31 
       
    32 // -------------------------------------------------------------------------
       
    33 // ECOM registry information
       
    34 // -------------------------------------------------------------------------
       
    35 
       
    36 RESOURCE REGISTRY_INFO theInfo
       
    37     {
       
    38     resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    39     dll_uid = KMusAiwProviderUid;
       
    40     interfaces = 
       
    41         {
       
    42         INTERFACE_INFO
       
    43             {
       
    44             // Menu service class (offers menu based services)
       
    45             interface_uid = 0x101F8652;
       
    46             implementations = 
       
    47                 {
       
    48                 IMPLEMENTATION_INFO
       
    49                     {
       
    50                     implementation_uid = KMusAiwProviderUid;
       
    51                     version_no = KMusEcomVersionNumber;
       
    52                     display_name = "AIW Example Provider";
       
    53                     default_data = "image/jpeg";
       
    54                     opaque_data = KAiwCmdShareStr;
       
    55                     }
       
    56                 };
       
    57             }
       
    58         };
       
    59     }