profilesapplication/Profiles/ProfileAiwProvider/rss/10281F18.rss
branchRCL_3
changeset 18 b7fa36b488f8
parent 17 861562a14a53
child 19 cd54903d48da
equal deleted inserted replaced
17:861562a14a53 18:b7fa36b488f8
     1 /*
       
     2 * Copyright (c) 2002 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:  ProfileAiwProvider resources
       
    15 *
       
    16 */
       
    17 
       
    18 // INCLUDES
       
    19 #include <ecom/registryinfov2.rh>
       
    20 #include <AiwCommon.hrh>
       
    21 #include "ProfileAiwProviderUid.h"
       
    22 
       
    23 // -----------------------------------------------------------------------------
       
    24 //
       
    25 // theInfo
       
    26 // ?description
       
    27 //
       
    28 // -----------------------------------------------------------------------------
       
    29 //
       
    30 RESOURCE REGISTRY_INFO theInfo
       
    31     {
       
    32     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    33     dll_uid = KProfileAiwProviderDllUid;
       
    34     interfaces =
       
    35         {
       
    36         INTERFACE_INFO
       
    37             {
       
    38             interface_uid = KAiwClassMenu;
       
    39             implementations =
       
    40                 {
       
    41                 IMPLEMENTATION_INFO
       
    42                     {
       
    43                     implementation_uid = KProfileAiwProviderImplUid;
       
    44                     version_no = 1;
       
    45                     display_name = "";
       
    46                     default_data = "*";
       
    47                     opaque_data = KAiwCmdAssignStr; // for KAiwCmdAssign command id
       
    48                     }
       
    49                 };
       
    50             }
       
    51         };
       
    52     }