locationtriggering/tsrc/lbtengine_test/AdvancedTriggerSupervision/group/AdvancedTriggerSupervision.mmp
changeset 0 667063e416a2
child 37 e175e2ba2fb0
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 2009 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: Test module to implement Advanced trigger supervision cases*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          AdvancedTriggerSupervision.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x2001FDCE
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         AdvancedTriggerSupervision.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          AdvancedTriggerSupervision.cpp
       
    39 SOURCE          AdvancedTriggerSupervisionBlocks.cpp
       
    40 SOURCE          AsynOperationAO.cpp 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 USERINCLUDE     ../inc 
       
    45 
       
    46 
       
    47 OS_LAYER_SYSTEMINCLUDE
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY 		eposmodset.lib
       
    53 LIBRARY         estor.lib 
       
    54 LIBRARY         stiftestinterface.lib
       
    55 LIBRARY         stiftestengine.lib
       
    56 LIBRARY         lbt.lib
       
    57 LIBRARY         lbs.lib
       
    58 LIBRARY         centralrepository.lib 
       
    59 
       
    60 LANG            SC
       
    61 
       
    62 /*
       
    63 START WINS      
       
    64 ?wins_specific_information
       
    65 END
       
    66 
       
    67 START MARM
       
    68 ?marm_specific_information
       
    69 END
       
    70 */
       
    71 // Other possible keywords:
       
    72  
       
    73 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    74 /*
       
    75 START BITMAP ?target
       
    76 TARGETPATH   ?emulated_path_on_target_machine
       
    77 HEADER
       
    78 SOURCE       ?color_depth ?source_bitmap
       
    79 END
       
    80 */
       
    81 // DEFFILE ?filename
       
    82 // AIF ?filename
       
    83 
       
    84 
       
    85 SMPSAFE
       
    86 
       
    87 // End of File