accessoryservices/accessorymonitor/tsrc/public/basic/accmonitoringtestmodule/group/accMonitoringTestModule.mmp
changeset 0 4e1aa6a622a0
child 70 653a8b91b95e
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2002 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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET          accMonitoringTestModule.dll
       
    20 TARGETTYPE      dll
       
    21 UID             0x1000008D 0x101FB3E7
       
    22 
       
    23 CAPABILITY      ALL -TCB
       
    24 
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 //TARGETPATH      ?target_path
       
    28 //DEFFILE         accMonitoringTestModule.def
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          accMonitoringTestModule.cpp
       
    32 SOURCE          accMonitoringTestModuleCases.cpp
       
    33 
       
    34 //RESOURCE        resource_file
       
    35 //RESOURCE        resource_file2
       
    36 
       
    37 USERINCLUDE     ../inc 
       
    38 USERINCLUDE     ../../../../../inc
       
    39 OS_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         accclient.lib
       
    43 LIBRARY         stiftestinterface.lib
       
    44 LIBRARY         accmonitor.lib
       
    45 LIBRARY         AccMonConnectionEmulator.lib
       
    46 LIBRARY         accmontesttimer.lib
       
    47 
       
    48 LANG            SC
       
    49 
       
    50 SMPSAFE
       
    51 
       
    52 /*
       
    53 START WINS      
       
    54 ?wins_specific_information
       
    55 END
       
    56 
       
    57 START MARM
       
    58 ?marm_specific_information
       
    59 END
       
    60 */
       
    61 // Other possible keywords:
       
    62  
       
    63 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    64 /*
       
    65 START BITMAP ?target
       
    66 TARGETPATH   ?emulated_path_on_target_machine
       
    67 HEADER
       
    68 SOURCE       ?color_depth ?source_bitmap
       
    69 END
       
    70 */
       
    71 // DEFFILE ?filename
       
    72 // AIF ?filename// End of File