profilesapplication/Profiles/rom/Profile.iby
branchRCL_3
changeset 18 b7fa36b488f8
parent 17 861562a14a53
child 19 cd54903d48da
equal deleted inserted replaced
17:861562a14a53 18:b7fa36b488f8
     1 /*
       
     2 * Copyright (c) 2009 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:  Iby files for Profile.
       
    15 *
       
    16 */
       
    17 #ifndef __PROFILE_IBY__
       
    18 #define __PROFILE_IBY__
       
    19 
       
    20 S60_APP_EXE(ProfileApp)
       
    21 S60_APP_AIF_ICONS(ProfileApp)
       
    22 S60_APP_AIF_RSC(ProfileApp)
       
    23 
       
    24 file=ABI_DIR\BUILD_DIR\profilesettingsview.dll          SHARED_LIB_DIR\profilesettingsview.dll
       
    25 
       
    26 #ifdef RD_GS_RENOVATION
       
    27 
       
    28 #ifndef RD_CONTROL_PANEL
       
    29 // GS Tones View Plugin:
       
    30 ECOM_PLUGIN(profilesgstonesplugin.dll,1020729B.rsc)
       
    31 #endif // RD_CONTROL_PANEL
       
    32 
       
    33 #ifdef RD_CONTROL_PANEL
       
    34 // GS Profiles Plugin:
       
    35 ECOM_PLUGIN(GSProfilesPlugin.dll,10283386.rsc)
       
    36 data=DATAZ_\BITMAP_DIR\gsprofilesplugin.mif         BITMAP_DIR\gsprofilesplugin.mif
       
    37 #endif // RD_CONTROL_PANEL
       
    38 
       
    39 #endif // RD_GS_RENOVATION
       
    40 
       
    41 ECOM_PLUGIN(profileaiwprovider.dll,10281F18.rsc)
       
    42 
       
    43 //Configration file of PSMProfilesPlugin
       
    44 data=ZPRIVATE\2000B187\10283386.xml		private\2000B187\10283386.xml
       
    45 
       
    46 #endif // PROFILE_IBY
       
    47