23
|
1 |
/*
|
|
2 |
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: This is project specification file for the BTNotif.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
#include <data_caging_paths.hrh>
|
|
20 |
|
|
21 |
TARGET BTNotif.dll
|
|
22 |
TARGETTYPE DLL
|
|
23 |
UID 0x101fdfae 0x10005953
|
|
24 |
TARGETPATH SHARED_LIB_DIR
|
|
25 |
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
SOURCEPATH ../src
|
|
28 |
SOURCE BTNMain.cpp
|
|
29 |
SOURCE BTNotifier.cpp
|
|
30 |
SOURCE BTNAuthNotifier.cpp
|
|
31 |
SOURCE BTNPinNotifier.cpp
|
|
32 |
SOURCE BTNInqNotifier.cpp
|
|
33 |
SOURCE BTNInqUI.cpp
|
|
34 |
SOURCE BTNInquiAO.cpp
|
|
35 |
SOURCE BTNObexPinNotifier.cpp
|
|
36 |
SOURCE BTNPwrNotifier.cpp
|
|
37 |
SOURCE BTNGenericInfoNotifier.cpp
|
|
38 |
SOURCE BTNGenericQueryNotifier.cpp
|
|
39 |
SOURCE BTNPBAPPinNotifier.cpp
|
|
40 |
SOURCE btnpaireddevsettnotifier.cpp
|
|
41 |
SOURCE btnssppasskeyentrynotifier.cpp
|
|
42 |
SOURCE btnumcmpnotifier.cpp
|
|
43 |
SOURCE btuserconfnotifier.cpp
|
|
44 |
SOURCE btnotifuiutil.cpp
|
|
45 |
SOURCE btnotifactive.cpp
|
|
46 |
SOURCE btnpairnotifier.cpp
|
|
47 |
SOURCE btnotifnameutils.cpp
|
|
48 |
SOURCE btnenterpriseitsecurityinfonotifier.cpp
|
|
49 |
|
|
50 |
START RESOURCE ../data/BTNotif.rss
|
|
51 |
HEADER
|
|
52 |
TARGETPATH RESOURCE_FILES_DIR
|
|
53 |
LANGUAGE_IDS
|
|
54 |
END
|
|
55 |
|
|
56 |
USERINCLUDE ../inc
|
|
57 |
SYSTEMINCLUDE ../../inc //for private API headers (BluetoothEngine subsystem)
|
|
58 |
SYSTEMINCLUDE ../../../inc //for internal API headers (localconnectivity)
|
|
59 |
APP_LAYER_SYSTEMINCLUDE // Standard system include paths
|
|
60 |
|
|
61 |
LIBRARY euser.lib cone.lib // Symbian OS framework libraries
|
|
62 |
LIBRARY avkon.lib // UI library
|
|
63 |
LIBRARY bafl.lib // Basic Application Framework Library
|
|
64 |
LIBRARY bluetooth.lib // Bluetooth libraries
|
|
65 |
LIBRARY btdevice.lib // Bluetooth library
|
|
66 |
LIBRARY btextnotifiers.lib // Bluetooth library
|
|
67 |
|
|
68 |
//Bteng New APIs
|
|
69 |
LIBRARY btengdevman.lib //btengdevman.dll
|
|
70 |
LIBRARY btengsettings.lib //btengsettings.dll
|
|
71 |
LIBRARY btengconnman.lib //btengconnman.dll
|
|
72 |
|
|
73 |
LIBRARY commonengine.lib // Series 60 common components library
|
|
74 |
LIBRARY charconv.lib // Character conversion library
|
|
75 |
LIBRARY eikcoctl.lib eiksrv.lib // Eikon libraries
|
|
76 |
LIBRARY eikcore.lib // Library for eikonEnv static functions (BringForwards)
|
|
77 |
LIBRARY eiksrvui.lib // Eikon server ui (for suppressing app -key)
|
|
78 |
LIBRARY esock.lib // Sockects library for host resolver
|
|
79 |
LIBRARY AknSkins.lib // Skinned icons
|
|
80 |
LIBRARY aknicon.lib
|
|
81 |
LIBRARY aknNotifierWrapper.lib
|
|
82 |
LIBRARY centralrepository.lib // Central Repository
|
|
83 |
LIBRARY egul.lib
|
|
84 |
LIBRARY CdlEngine.lib AknLayout2.lib
|
|
85 |
LIBRARY btmanclient.lib // reguired by TBTRegistrySearch
|
|
86 |
LIBRARY hlplch.lib // required by help callback
|
|
87 |
|
|
88 |
// For cover display support:
|
|
89 |
LIBRARY eikdlg.lib
|
|
90 |
LIBRARY estor.lib
|
|
91 |
LIBRARY FeatMgr.lib
|
|
92 |
LIBRARY efsrv.lib
|
|
93 |
LIBRARY etul.lib
|
|
94 |
|
|
95 |
DEBUGLIBRARY flogger.lib // File logging services
|
|
96 |
|
|
97 |
//Optional for codewarrior ide
|
|
98 |
//DOCUMENT data/BTNotif.rss
|
|
99 |
//DOCUMENT BTNotif.loc
|
|
100 |
|
|
101 |
CAPABILITY CAP_GENERAL_DLL
|
|
102 |
// End of File
|