buildverification/autosmoketest/contacts/group/Smoketest_Contacts.mmp
branchRCL_3
changeset 10 4ca382093dae
parent 5 6beaa9cf4752
child 11 493058e57c8c
equal deleted inserted replaced
5:6beaa9cf4752 10:4ca382093dae
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET			Smoketest_Contacts_Server.exe
       
    19 TARGETTYPE		exe
       
    20 UID				0x1000007A 0x101F7772
       
    21 
       
    22 #if (!defined __NO_VENDORID__)
       
    23 VENDORID		0x70000001
       
    24 #endif
       
    25 
       
    26 CAPABILITY		ReadUserData WriteUserData
       
    27 
       
    28 SOURCEPATH		..\Src
       
    29 
       
    30 SOURCE			SmoketestContactsServer.cpp
       
    31 SOURCE			TestContact.cpp
       
    32 SOURCE			TestContactsAddEntries.cpp
       
    33 SOURCE			TestContactsBase.cpp
       
    34 SOURCE			TestContactsCreateDB.cpp
       
    35 
       
    36 USERINCLUDE		..\Inc ..\..\Group
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY			efsrv.lib
       
    41 LIBRARY			estor.lib
       
    42 LIBRARY			charconv.lib
       
    43 LIBRARY			cntview.lib
       
    44 LIBRARY			euser.lib
       
    45 LIBRARY			cntmodel.lib
       
    46 LIBRARY			TestExecuteUtils.lib
       
    47 LIBRARY			TestExecuteLogClient.lib
       
    48 
       
    49 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    50 EPOCSTACKSIZE	0x6000
       
    51 
       
    52 SMPSAFE