locationtriggering/tsrc/lbtengine_test/UpdateTrigger/group/UpdateTrigger.mmp
changeset 0 667063e416a2
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 Update trigger related test cases
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #if defined(__S60_)
       
    23         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    24         #include <platform_paths.hrh>
       
    25 #endif
       
    26 
       
    27 TARGET          UpdateTrigger.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008D 0x2001FDCC
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    33 // VENDORID     0x00000000
       
    34 /* Remove comments and replace 0x00000000 with correct secure id */
       
    35 // SECUREID     0x00000000
       
    36 
       
    37 //TARGETPATH      ?target_path
       
    38 DEFFILE         UpdateTrigger.def
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          UpdateTrigger.cpp
       
    45 SOURCE          UpdateTriggerBlocks.cpp
       
    46 SOURCE          t_triggerfireobserver.cpp 
       
    47 SOURCE              LbtAppCellInfo.cpp
       
    48 //RESOURCE        resource_file
       
    49 //RESOURCE        resource_file2
       
    50 
       
    51 USERINCLUDE     ../inc 
       
    52 
       
    53 OS_LAYER_SYSTEMINCLUDE
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 
       
    57 LIBRARY 		eposmodset.lib
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         estor.lib 
       
    60 LIBRARY         stiftestinterface.lib
       
    61 LIBRARY         lbs.lib
       
    62 LIBRARY         lbt.lib
       
    63 LIBRARY         centralrepository.lib 
       
    64 
       
    65 LIBRARY     etel.lib
       
    66 LIBRARY     etel3rdparty.lib
       
    67 
       
    68 LIBRARY     etelmm.lib      // etel multimode library
       
    69 LIBRARY     customapi.lib   // etel mm custom api
       
    70 LIBRARY     commdb.lib
       
    71 LIBRARY     etel3rdparty.lib
       
    72 
       
    73 LIBRARY    			flogger.lib
       
    74 LANG            SC
       
    75 
       
    76 /*
       
    77 START WINS      
       
    78 ?wins_specific_information
       
    79 END
       
    80 
       
    81 START MARM
       
    82 ?marm_specific_information
       
    83 END
       
    84 */
       
    85 // Other possible keywords:
       
    86  
       
    87 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    88 /*
       
    89 START BITMAP ?target
       
    90 TARGETPATH   ?emulated_path_on_target_machine
       
    91 HEADER
       
    92 SOURCE       ?color_depth ?source_bitmap
       
    93 END
       
    94 */
       
    95 // DEFFILE ?filename
       
    96 // AIF ?filename
       
    97 
       
    98 
       
    99 SMPSAFE
       
   100 
       
   101 // End of File