cellular/psetnotesui/tsrc/public/basic/group/T_PSetNotesUi.mmp
changeset 51 12bc758d6a02
parent 48 78df25012fda
child 53 25b8d29b7c59
equal deleted inserted replaced
48:78df25012fda 51:12bc758d6a02
     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
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          T_PSetNotesUi.dll
       
    21 TARGETTYPE      dll
       
    22 TARGETPATH      /DigiaEUnit/Tests
       
    23 UID             0x1000af5a 0x01700000
       
    24 
       
    25 CAPABILITY              ALL -TCB -DRM
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../Src
       
    29 SOURCE                  T_PSetNotesUi.cpp
       
    30 
       
    31 // Sources required by the test suite
       
    32 SOURCEPATH              ../Src
       
    33 SOURCE                  T_PSetNotesUi_DllMain.cpp
       
    34 
       
    35 USERINCLUDE             ../Src
       
    36 
       
    37 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 
       
    41 LIBRARY                 EUnit.lib
       
    42 LIBRARY                 EUnitUtil.lib
       
    43 LIBRARY                 euser.lib
       
    44 LIBRARY                 psui.lib
       
    45 
       
    46 // End of file