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
|
57
|
40 |
SOURCE btnotifdeviceselector.cpp
|
|
41 |
SOURCE btnotifgeninfonotifier.cpp
|
31
|
42 |
SOURCE btnotifpairnotifier.cpp
|
|
43 |
SOURCE btnotifbasepairinghandler.cpp
|
|
44 |
SOURCE btnotifincomingpairinghandler.cpp
|
|
45 |
SOURCE btnotifoutgoingpairinghandler.cpp
|
42
|
46 |
SOURCE btnotifsecuritymanager.cpp
|
|
47 |
SOURCE btnotifserviceauthorizer.cpp
|
|
48 |
SOURCE btnotifutil.cpp
|
57
|
49 |
SOURCE btnotifpowernotifier.cpp
|
29
|
50 |
|
|
51 |
USERINCLUDE ../btnotifsrv/inc ../inc
|
|
52 |
|
|
53 |
MW_LAYER_SYSTEMINCLUDE
|
|
54 |
|
|
55 |
SYSTEMINCLUDE ../../inc
|
|
56 |
|
|
57 |
LIBRARY euser.lib
|
|
58 |
LIBRARY esock.lib
|
|
59 |
LIBRARY bluetooth.lib
|
|
60 |
LIBRARY btdevice.lib
|
|
61 |
LIBRARY btmanclient.lib
|
|
62 |
LIBRARY btextnotifiers.lib
|
|
63 |
LIBRARY btengsettings.lib
|
|
64 |
LIBRARY btengconnman.lib
|
|
65 |
LIBRARY btengdevman.lib
|
|
66 |
LIBRARY btserviceutil.lib
|
|
67 |
LIBRARY HbCore.lib
|
57
|
68 |
LIBRARY CommonEngine.lib
|
29
|
69 |
LIBRARY flogger.lib
|
|
70 |
LIBRARY charconv.lib
|
42
|
71 |
|