lbstest/lbstestproduct/lbsconflict/group/ctlbsconflictserver.mmp
author Chetan Kapoor <chetank@symbian.org>
Tue, 15 Jun 2010 14:56:45 +0100
branchGCC_SURGE
changeset 41 ec40843d536a
parent 0 9cfd9a3ee49c
child 57 3267d9ea3e98
permissions -rw-r--r--
Bug 2968 - GCC compilation issues in sf/os/lbs

// Copyright (c) 2006-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:
// @file ctlbsconflictserver.mmp
// 
//

TARGET		lbsconflicttestserver.exe
TARGETTYPE	exe
UID			0x1000007A 0x10282257	// TODO: need new id
VENDORID 	0x70000001
CAPABILITY	ProtServ LocalServices WriteDeviceData ReadDeviceData Location NetworkServices
//CAPABILITY ALL -TCB

#include 	"../../common/group/ctlbscommon.mmp"

USERINCLUDE		../inc
USERINCLUDE		../../../../locationmgmt/locationcore/lbsrootapi/inc
USERINCLUDE		../../../../locationmgmt/locationcore/LbsInternalApi/inc

// Common framework code.
SOURCEPATH	../../common/src
SOURCE		ctlbsdox3p.cpp

// Lbs Data Source framework code.
SOURCEPATH	../src
SOURCE		ctlbsconflictserver.cpp
SOURCE		ctlbsconflictstep.cpp
SOURCE		ctlbsconflictshareddata.cpp

// Lbs Data Source test step code.
SOURCE		ctlbsconflictstepexample.cpp
SOURCE		ctlbsconflictstepselflocatex3ppush.cpp
SOURCE		ctlbsconflictstepx3ppushselflocate.cpp
SOURCE		ctlbsconflictstepx3pmenupush.cpp
SOURCE		ctlbsconflictstepx3ptimerpush.cpp
SOURCE		ctlbsconflictstepx3ppushtimer.cpp
SOURCE		ctlbsconflictstepx3ppushmenu.cpp
SOURCE		ctlbsconflictstepx3ppushpush.cpp
SOURCE		ctlbsconflictstepx3pmenumenu.cpp
SOURCE		ctlbsconflictstepmtlrx3ppush.cpp
SOURCE		ctlbsconflictstepcanceltracking.cpp
SOURCE		ctlbsconflictstepcanceltrackingconflict.cpp
SOURCE		ctlbsconflictstepcanceltrackingconflictb.cpp
SOURCE		ctlbsconflictstepmtlrnetlocreq.cpp

// LBS libraries.
LIBRARY	lbs.lib
LIBRARY	lbsloccommon.lib
LIBRARY	lbsadmin.lib
LIBRARY lbsrootapi.lib
LIBRARY lbsassistancedata.lib
LIBRARY lbsnetprotocol.lib
LIBRARY lbsprivacycontroller.lib
LIBRARY lbsx3p.lib

// LBS test libraries.
LIBRARY lbstestutils.lib
LIBRARY lbsnetsim.lib
LIBRARY	lbstestclient.lib

SMPSAFE