gsprofilesrv_plat/settings_plugin_api/tsrc/SettingsPluginApiTest/group/SettingsPluginApiTest.mmp
branchRCL_3
changeset 25 7e0eff37aedb
parent 0 8c5d936e5675
equal deleted inserted replaced
24:8ee96d21d9bf 25:7e0eff37aedb
       
     1 /*
       
     2 * Copyright (c) 2002 - 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 of  DasClientApiTest
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          SettingsPluginApiTest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 DEFFILE         SettingsPluginApiTest.def
       
    29 
       
    30 
       
    31 #ifdef SBSV2
       
    32     USERINCLUDE     ../inc 
       
    33 
       
    34     APP_LAYER_SYSTEMINCLUDE
       
    35 
       
    36     SOURCEPATH      ../src
       
    37 #else // SBSV2 not defined
       
    38 USERINCLUDE     ..\inc 
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH      ..\src
       
    43 #endif // SBSV2
       
    44 
       
    45 SOURCE          SettingsPluginApiTest.cpp
       
    46 SOURCE          SettingsPluginApiTestblocks.cpp 
       
    47 SOURCE          TestGSPlugin.cpp
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         stiftestengine.lib
       
    52 LIBRARY			avkon.lib
       
    53 LIBRARY         cone.lib 
       
    54 LIBRARY         eikcore.lib 
       
    55 LIBRARY         eiksrv.lib
       
    56 LIBRARY 		GSFramework.lib
       
    57 LIBRARY 		GSEcomPlugin.lib
       
    58   
       
    59 LANG            SC
       
    60 
       
    61 // End of File