equal
deleted
inserted
replaced
|
1 // BtSerial.mmp |
|
2 // |
|
3 // Copyright (c) 2008 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "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 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #include <fshell/common.mmh> |
|
14 |
|
15 TARGET btincomingserial.dll |
|
16 TARGETTYPE dll |
|
17 UID 0x1000008d FSHELL_UID_BTINCOMINGSERIAL |
|
18 CAPABILITY FSHELL_CAP_MMP_NORMAL |
|
19 |
|
20 //OPTION ARMCC --interleave |
|
21 |
|
22 SOURCEPATH ..\src\connection |
|
23 SOURCE BtService.cpp |
|
24 SOURCE btincoming.cpp |
|
25 SOURCEPATH ..\src\server |
|
26 SOURCE btserialserver.cpp |
|
27 SOURCE btserialsession.cpp |
|
28 SOURCEPATH ..\src\client |
|
29 SOURCE btserialclient.cpp |
|
30 USERINCLUDE ..\inc |
|
31 #include <fshell/fsh_system_include.mmh> |
|
32 LIBRARY euser.lib c32.lib btmanclient.lib bluetooth.lib |
|
33 LIBRARY esock.lib sdpdatabase.lib sdpagent.lib btextnotifiers.lib btdevice.lib |
|
34 LIBRARY vt100.lib |
|
35 |
|
36 NOSTRICTDEF |
|
37 DEFFILE btserial.def |