defaultapplicationsettings/gsplugin/group/gsdasplugin.mmp
branchRCL_3
changeset 14 5f281e37a2f5
parent 0 254040eb3b7d
equal deleted inserted replaced
13:90fe62538f66 14:5f281e37a2f5
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Project definition file for project General Settings Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY          CAP_ECOM_PLUGIN
       
    23 TARGET              gsdasplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 UID                 0x10009D8D 0x10281BA0
       
    26 VENDORID            VID_DEFAULT
       
    27 
       
    28 SOURCEPATH          ../src
       
    29 SOURCE              gs_das_implementationtable.cpp 
       
    30 SOURCE              gs_das.cpp
       
    31 SOURCE              gs_das_emptycontainer.cpp 
       
    32 
       
    33 USERINCLUDE         ../inc
       
    34 USERINCLUDE         ../data
       
    35 
       
    36 // Default system include paths for middleware layer modules.
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 SYSTEMINCLUDE       /epoc32/include/ecom
       
    39 
       
    40 SOURCEPATH          ../data
       
    41 //ECOM resource definition
       
    42 START RESOURCE      10281BA0.rss 
       
    43 TARGET              gsdasplugin.rsc 
       
    44 END // ECOM resource definition
       
    45 
       
    46 //Default App GS plugin resources
       
    47 START RESOURCE      gsdasplugin_rsc.rss 
       
    48 HEADER
       
    49 TARGETPATH          RESOURCE_FILES_DIR
       
    50 LANGUAGE_IDS
       
    51 END // Default App GS plugin resources
       
    52 
       
    53 LIBRARY             euser.lib
       
    54 LIBRARY             ecom.lib
       
    55 LIBRARY             egul.lib
       
    56 LIBRARY             aknskins.lib
       
    57 LIBRARY             efsrv.lib
       
    58 LIBRARY             avkon.lib
       
    59 LIBRARY             bafl.lib 
       
    60 LIBRARY             cone.lib 
       
    61 LIBRARY             eikcore.lib 
       
    62 LIBRARY             commonengine.lib//For RConeResourceLoader
       
    63 LIBRARY             gsframework.lib
       
    64 LIBRARY             gsecomplugin.lib
       
    65 LIBRARY             defaultappclient.lib
       
    66 
       
    67 LIBRARY             apparc.lib
       
    68 LIBRARY             apgrfx.lib
       
    69 
       
    70 // End of File
       
    71