pimprotocols/phonebooksync/Test/TE_cntsync/te_cntsync.mmp
author Peter Fordham <peter.fordham@gmail.com>
Fri, 19 Mar 2010 14:42:44 -0700
branchCompilerCompatibility
changeset 9 ac078c434997
parent 0 e686773b3f54
permissions -rw-r--r--
Bug 1745 - Fix types for passing function pointers.

// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

TARGET        te_cntsync.exe
CAPABILITY    All -Tcb
TARGETTYPE    exe
UID           0x1000007A 0x10206011
VENDORID      0x70000001

SOURCEPATH	.
SOURCE		  TE_cntSyncServer.cpp 	
SOURCE        te_cntsyncbase.cpp te_cntsyncread.cpp te_cntsyncsync.cpp
SOURCE 	      te_cntsyncadd.cpp te_cntsyncedit.cpp te_cntsyncdelete.cpp te_cntsyncfind.cpp
SOURCE        te_cntsyncstress.cpp te_cntsyncutils.cpp 
SOURCE	      te_cntsyncview.cpp

USERINCLUDE   .
USERINCLUDE   ..
USERINCLUDE	  ../../inc
APP_LAYER_SYSTEMINCLUDE_SYMBIAN

#if !defined(WINS) && !defined(GCC32)
LIBRARY  		commsfw.lib
#endif

LIBRARY       euser.lib phbksyncsvr.lib cntmodel.lib
LIBRARY       efsrv.lib bafl.lib
LIBRARY       c32root.lib
LIBRARY       testexecutelogclient.lib
LIBRARY       testexecuteutils.lib
LIBRARY       sbeclient.lib

SMPSAFE