|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // ObexBtRfcommTransportController.dll Part of the Obex BT RFCOMM |
|
15 // Controller plugin, used to control the RFCOMM transport. |
|
16 // ObexBtRfcommTransportController.rsc Part of the Obex BT RFCOMM |
|
17 // Controller plugin, used to control the RFCOMM transport. |
|
18 // |
|
19 // |
|
20 |
|
21 /** |
|
22 @file |
|
23 */ |
|
24 |
|
25 TARGET obexbtrfcommtransportcontroller.dll //Recommended unpaged |
|
26 TARGETTYPE PLUGIN |
|
27 // UID2 = 0x10009d8d for ECOM plugins. |
|
28 // UID3 = the 'DLL UID' (see resource file) |
|
29 UID 0x10009d8d 0x1020E043 |
|
30 VENDORID 0x70000001 |
|
31 CAPABILITY All -Tcb |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE ObexBtRfcommImpCollection.cpp |
|
35 SOURCE ObexBtRfcommTransportController.cpp |
|
36 SOURCE ObexActiveRfcommConnector.cpp |
|
37 SOURCE ObexListenerRfcommConnector.cpp |
|
38 SOURCE ObexRfcommConnector.cpp |
|
39 |
|
40 START RESOURCE 1020E043.rss |
|
41 target obexbtrfcommtransportcontroller.rsc |
|
42 END |
|
43 |
|
44 USERINCLUDE ../inc |
|
45 USERINCLUDE ../../common |
|
46 |
|
47 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY obexcommontransport.lib |
|
51 LIBRARY esock.lib |
|
52 LIBRARY bluetooth.lib |
|
53 |
|
54 NOEXPORTLIBRARY |
|
55 |
|
56 SMPSAFE |