gssettingsuis/Gs/GSIndicatorPlugin/group/GSindicatorplugin.mmp
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     1 /*
       
     2 * Copyright (c) 2007 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:  Project specification file for GSindicatorplugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 CAPABILITY CAP_ECOM_PLUGIN
       
    20 
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // Build target
       
    25 TARGET          gsindicatorplugin.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D 0x200100DD
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 
       
    31 // Source files location
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          GSindicatorpluginimplementation.cpp
       
    34 SOURCE          dllmain.cpp
       
    35 
       
    36 
       
    37 // Resources
       
    38 START RESOURCE  ../data/200100DD.rss
       
    39 TARGET					gsindicatorplugin.rsc
       
    40 TARGETPATH      ECOM_RESOURCE_DIR
       
    41 END
       
    42 
       
    43 // Include paths
       
    44 USERINCLUDE     ../inc
       
    45 USERINCLUDE     ../group
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE   /epoc32/include/ecom
       
    49                 
       
    50 // Dependencies to system components
       
    51 LIBRARY     eikcore.lib
       
    52 LIBRARY     cone.lib
       
    53 LIBRARY     euser.lib
       
    54 LIBRARY     ecom.lib
       
    55 LIBRARY     avkon.lib
       
    56 LIBRARY     commonengine.lib        // stringloader
       
    57 LIBRARY     bafl.lib                // baflutils
       
    58 LIBRARY     gslauncher.lib
       
    59 
       
    60 // End of File
       
    61