|
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 BtServiceUtils |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 |
|
21 TARGET obexservicesendutils.dll |
|
22 TARGETTYPE dll |
|
23 UID 0x1000008D 0x101F86B6 |
|
24 CAPABILITY CAP_GENERAL_DLL |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH ../obexservicesendutils/src |
|
28 SOURCE BTServiceAPI.cpp |
|
29 SOURCE BTServiceClient.cpp |
|
30 SOURCE BTServiceUtils.cpp |
|
31 SOURCE BTServiceStarter.cpp |
|
32 SOURCE BTServiceParameterList.cpp |
|
33 |
|
34 SOURCE BTSOPPController.cpp |
|
35 SOURCE BTSBIPController.cpp |
|
36 SOURCE BTSBPPController.cpp |
|
37 SOURCE BTSBPPObjectRequest.cpp |
|
38 SOURCE BTSBPPObjectServer.cpp |
|
39 SOURCE BTSBPPServerWait.cpp |
|
40 |
|
41 SOURCE BTSUCapabilityResolver.cpp |
|
42 SOURCE BTSUDataConverter.cpp |
|
43 SOURCE BTSUImageConverter.cpp |
|
44 SOURCE BTSUPassKeyRequest.cpp |
|
45 SOURCE BTSURefObjectResolver.cpp |
|
46 SOURCE BTSUXmlParser.cpp |
|
47 SOURCE BTConnectionTimer.cpp |
|
48 SOURCE BTSController.cpp |
|
49 |
|
50 USERINCLUDE ../obexservicesendutils/inc |
|
51 SYSTEMINCLUDE ../../inc ../../../inc /epoc32/include/libc |
|
52 MW_LAYER_SYSTEMINCLUDE |
|
53 |
|
54 LIBRARY apgrfx.lib // App Arch Session |
|
55 LIBRARY apmime.lib // App Arch Mime Recognizers |
|
56 LIBRARY bafl.lib // Basic Application Framework Library |
|
57 LIBRARY bitmaptransforms.lib // Bitmap transfomration library |
|
58 LIBRARY bluetooth.lib // Bluetooth Sockets |
|
59 LIBRARY btdevice.lib // Bluetooth Device |
|
60 LIBRARY btengdiscovery.lib // Bluetooth Discovery |
|
61 LIBRARY btengsettings.lib // Bluetooth Settings |
|
62 LIBRARY charconv.lib // Character conversion |
|
63 LIBRARY efsrv.lib // File Server |
|
64 LIBRARY esock.lib // Socket Connections |
|
65 LIBRARY estor.lib // Write and Read streams |
|
66 LIBRARY euser.lib // Base library |
|
67 LIBRARY fbscli.lib // Bitmap utils |
|
68 LIBRARY imageconversion.lib // Image conversion library |
|
69 LIBRARY irobex.lib // Object Exchange |
|
70 LIBRARY obexutils.lib // Object Exchange UI services |
|
71 //LIBRARY xmlinterface.lib // XML parser interface |
|
72 LIBRARY caf.lib // DRM common |
|
73 LIBRARY xmlframework.lib // XML Framework |
|
74 LIBRARY featmgr.lib // Inquire supported static feature |
|
75 DEBUGLIBRARY flogger.lib // File logging services |
|
76 |
|
77 |
|
78 |
|
79 // End of File |