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