bluetoothengine/btnotif/group/btnotifsrv.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 13:01:44 +0300
changeset 33 837dcc42fd6a
parent 19 43824b19ee35
child 40 997690c3397a
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* ============================================================================
*  Name        : btnotifsrv.mmp
*  Part of     : bluetoothengine / btnotif
*  Description : Project definition file for project btnotif
*
*  Copyright © 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:
*  Nokia Corporation
* ============================================================================
* Template version: 4.1
*/

#include <platform_paths.hrh>
#include <data_caging_paths.hrh>

TARGET                  btnotifsrv.exe
TARGETTYPE              exe
UID                     0x1000008d 0x20026FED

CAPABILITY              CAP_SERVER NetworkControl PowerMgmt CommDD 
VENDORID                VID_DEFAULT

SOURCEPATH              ../btnotifsrv/src
SOURCE                  btnotifserver.cpp
SOURCE                  btnotifsession.cpp
SOURCE                  btnotifconnectiontracker.cpp
SOURCE                  btnotifsettingstracker.cpp
SOURCE                  btnotificationmanager.cpp
SOURCE                  bluetoothnotification.cpp 
SOURCE                  btnotifdeviceselector.cpp 
SOURCE                  btnotifpairnotifier.cpp 
SOURCE                  btnotifbasepairinghandler.cpp 
SOURCE                  btnotifincomingpairinghandler.cpp 
SOURCE                  btnotifoutgoingpairinghandler.cpp 
SOURCE                  btnotifpairingmanager.cpp

USERINCLUDE             ../btnotifsrv/inc ../inc

MW_LAYER_SYSTEMINCLUDE

SYSTEMINCLUDE           ../../inc
SYSTEMINCLUDE           ../../../inc

LIBRARY                 euser.lib
LIBRARY                 esock.lib
LIBRARY                 bluetooth.lib
LIBRARY                 btdevice.lib
LIBRARY                 btmanclient.lib
LIBRARY                 btextnotifiers.lib
LIBRARY                 btengsettings.lib
LIBRARY                 btengconnman.lib
LIBRARY                 btengdevman.lib
LIBRARY                 btserviceutil.lib
LIBRARY                 HbCore.lib
LIBRARY                 commonengine.lib
LIBRARY					flogger.lib
LIBRARY					charconv.lib