profilesapplication/Profiles/ProfilesGSTonesPlugin/group/ProfilesGSTonesPlugin.mmp
branchRCL_3
changeset 19 cd54903d48da
parent 0 ca436256272f
equal deleted inserted replaced
18:b7fa36b488f8 19:cd54903d48da
       
     1 /*
       
     2 * Copyright (c) 2005 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 for plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 #include            <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              ProfilesGSTonesPlugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x1020729B
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 SOURCEPATH          ../src
       
    29 SOURCE              CProfilesGSTonesViewFeatures.cpp
       
    30 SOURCE              CProfilesGSTonesViewSettings.cpp
       
    31 SOURCE              CProfilesGSTonesPluginFileListSettingItem.cpp
       
    32 SOURCE              CProfilesGSTonesPluginSettingsHandler.cpp
       
    33 SOURCE              CProfilesGSTonesPluginSettingsHandlerDrmFull.cpp
       
    34 LIBRARY 		    drmhelper.lib
       
    35 SOURCE              ProfilesGSTonesPlugin.cpp
       
    36 SOURCE              ProfilesGSTonesPluginImplementationTable.cpp
       
    37 
       
    38 SOURCEPATH          ../../ProfileApp/UiSrc
       
    39 SOURCE              CProfileNaviPaneContainer.cpp
       
    40 
       
    41 USERINCLUDE         ../../group
       
    42 USERINCLUDE         ../../ProfileApp/group
       
    43 USERINCLUDE         ../src
       
    44 USERINCLUDE         ../inc
       
    45 USERINCLUDE         ../data
       
    46 
       
    47 SYSTEMINCLUDE       ../../ProfileApp/SettingsViewInc
       
    48 SYSTEMINCLUDE       ../../ProfileApp/SettingsViewSrc
       
    49 SYSTEMINCLUDE       ../../ProfileApp/UiSrc
       
    50 SYSTEMINCLUDE       ../../ProfileEngine/EngInc
       
    51 SYSTEMINCLUDE	../../../inc
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 SYSTEMINCLUDE       /epoc32/include/ecom
       
    55 
       
    56 
       
    57 SOURCEPATH          ../data
       
    58 
       
    59 START RESOURCE      1020729B.rss
       
    60 TARGET              ProfilesGSTonesPlugin.rsc
       
    61 END
       
    62 
       
    63 // View resources
       
    64 START RESOURCE      ProfilesGSTonesPluginRsc.rss
       
    65 HEADER
       
    66 TARGETPATH          RESOURCE_FILES_DIR
       
    67 LANGUAGE_IDS
       
    68 END
       
    69 
       
    70 
       
    71 LIBRARY             euser.lib
       
    72 LIBRARY             ecom.lib
       
    73 LIBRARY             efsrv.lib
       
    74 LIBRARY             avkon.lib
       
    75 LIBRARY             bafl.lib 
       
    76 LIBRARY             cone.lib 
       
    77 LIBRARY             eikcoctl.lib 
       
    78 LIBRARY             eikcore.lib 
       
    79 LIBRARY             commonengine.lib// For RConeResourceLoader
       
    80 LIBRARY             featmgr.lib // Feature Manager
       
    81 LIBRARY             GSEcomPlugin.lib
       
    82 LIBRARY             GSFramework.lib
       
    83 LIBRARY             centralrepository.lib          
       
    84 LIBRARY 		    CenRepNotifHandler.lib
       
    85 LIBRARY 		    filelist.lib
       
    86 LIBRARY 		    profilesettingsview.lib
       
    87 LIBRARY 		    hlplch.lib
       
    88 LIBRARY 		    ProfileEng.lib
       
    89 LIBRARY             aknnotify.lib // CAknGlobalNote
       
    90 
       
    91 
       
    92 
       
    93 // End of File
       
    94 SOURCEPATH ../src
       
    95 SOURCE CProfilesGSTonesPluginSettingsHandlerDrmEmpty.cpp