devmngt_plat/default_app_client_api/tsrc/DasClientApiTest/group/DasClientApiTest.mmp
branchRCL_3
changeset 35 5f281e37a2f5
parent 0 254040eb3b7d
equal deleted inserted replaced
34:90fe62538f66 35:5f281e37a2f5
       
     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          DasClientApiTest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 DEFFILE         DasClientApiTest.def
       
    29 
       
    30 //START RESOURCE ../data/DasClientApiTest_reg.rss
       
    31 //	TARGETPATH  /private/10003a3f/apps
       
    32 //END
       
    33 
       
    34 #ifdef SBSV2
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 #else // SBSV2 not defined
       
    40 USERINCLUDE     ../inc 
       
    41 APP_LAYER_SYSTEMINCLUDE 
       
    42     
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 #endif // SBSV2
       
    46 
       
    47 SOURCE          DasClientApiTest.cpp
       
    48 SOURCE          DasClientApiTestblocks.cpp
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         stiftestinterface.lib
       
    52 LIBRARY         stiftestengine.lib
       
    53 LIBRARY         defaultappclient.lib//default application client
       
    54 LIBRARY			avkon.lib//MAknServerAppExitObserver
       
    55 LIBRARY         cone.lib 
       
    56 LIBRARY         eikcore.lib 
       
    57 LIBRARY			eiksrv.lib
       
    58   
       
    59 LANG            SC
       
    60 
       
    61 // End of File