29
|
1 |
/*
|
|
2 |
* ============================================================================
|
|
3 |
* Name : btnotifsrv.mmp
|
|
4 |
* Part of : bluetoothengine / btnotif
|
|
5 |
* Description : Project definition file for project btnotif
|
|
6 |
*
|
|
7 |
* Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
8 |
* All rights reserved.
|
|
9 |
* This component and the accompanying materials are made available
|
|
10 |
* under the terms of "Eclipse Public License v1.0"
|
|
11 |
* which accompanies this distribution, and is available
|
|
12 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
13 |
*
|
|
14 |
* Initial Contributors:
|
|
15 |
* Nokia Corporation - initial contribution.
|
|
16 |
*
|
|
17 |
* Contributors:
|
|
18 |
* Nokia Corporation
|
|
19 |
* ============================================================================
|
|
20 |
* Template version: 4.1
|
|
21 |
*/
|
|
22 |
|
|
23 |
#include <platform_paths.hrh>
|
|
24 |
#include <data_caging_paths.hrh>
|
|
25 |
|
|
26 |
TARGET btnotifsrv.exe
|
|
27 |
TARGETTYPE exe
|
|
28 |
UID 0x1000008d 0x20026FED
|
|
29 |
|
|
30 |
CAPABILITY CAP_SERVER NetworkControl PowerMgmt CommDD
|
|
31 |
VENDORID VID_DEFAULT
|
|
32 |
|
|
33 |
SOURCEPATH ../btnotifsrv/src
|
|
34 |
SOURCE btnotifserver.cpp
|
|
35 |
SOURCE btnotifsession.cpp
|
|
36 |
SOURCE btnotifconnectiontracker.cpp
|
|
37 |
SOURCE btnotifsettingstracker.cpp
|
|
38 |
SOURCE btnotificationmanager.cpp
|
|
39 |
SOURCE bluetoothnotification.cpp
|
31
|
40 |
SOURCE btnotifdeviceselector.cpp
|
|
41 |
SOURCE btnotifpairnotifier.cpp
|
|
42 |
SOURCE btnotifbasepairinghandler.cpp
|
|
43 |
SOURCE btnotifincomingpairinghandler.cpp
|
|
44 |
SOURCE btnotifoutgoingpairinghandler.cpp
|
|
45 |
SOURCE btnotifpairingmanager.cpp
|
29
|
46 |
|
|
47 |
USERINCLUDE ../btnotifsrv/inc ../inc
|
|
48 |
|
|
49 |
MW_LAYER_SYSTEMINCLUDE
|
|
50 |
|
|
51 |
SYSTEMINCLUDE ../../inc
|
|
52 |
SYSTEMINCLUDE ../../../inc
|
|
53 |
|
|
54 |
LIBRARY euser.lib
|
|
55 |
LIBRARY esock.lib
|
|
56 |
LIBRARY bluetooth.lib
|
|
57 |
LIBRARY btdevice.lib
|
|
58 |
LIBRARY btmanclient.lib
|
|
59 |
LIBRARY btextnotifiers.lib
|
|
60 |
LIBRARY btengsettings.lib
|
|
61 |
LIBRARY btengconnman.lib
|
|
62 |
LIBRARY btengdevman.lib
|
|
63 |
LIBRARY btserviceutil.lib
|
|
64 |
LIBRARY HbCore.lib
|
|
65 |
LIBRARY commonengine.lib
|
|
66 |
LIBRARY flogger.lib
|
|
67 |
LIBRARY charconv.lib
|