buildverification/autosmoketest/contacts/group/Smoketest_Contacts.mmp
changeset 15 5b5908ec640f
parent 13 3a35f7917fa6
child 17 03d9ade4748d
equal deleted inserted replaced
13:3a35f7917fa6 15:5b5908ec640f
     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