remotestoragefw/mountmanager/tsrc/public/basic/group/T_RSFW_TA_Basic.mmp
branchRCL_3
changeset 19 88ee4cf65e19
parent 16 87c71b25c937
child 20 1aa8c82cb4cb
equal deleted inserted replaced
16:87c71b25c937 19:88ee4cf65e19
     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 EUnit test app for MountMan API
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          T_RSFW_TA_Basic.dll
       
    21 TARGETTYPE      dll
       
    22 TARGETPATH      /DigiaEUnit/Tests
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY      ALL -TCB             
       
    26 
       
    27 SOURCEPATH              ../src
       
    28 SOURCE                  T_RSFW_TA_BasicDllMain.cpp
       
    29 SOURCE                  T_RSFW_TA_Basic.cpp
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    33 SYSTEMINCLUDE           /epoc32/include/ecom
       
    34 
       
    35 USERINCLUDE             ../inc
       
    36 USERINCLUDE             ../../../../../remotefileengine/inc
       
    37 
       
    38 LIBRARY                 EUnit.lib
       
    39 LIBRARY                 euser.lib
       
    40 LIBRARY                 efsrv.lib
       
    41 LIBRARY                 bafl.lib
       
    42 LIBRARY                 ecom.lib
       
    43 LIBRARY	                rsfwmountman.lib // mountman
       
    44 LIBRARY	                estor.lib
       
    45 
       
    46 // End of file