equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2009 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: HtiBtCommServer DLL project |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET HtiBtCommServer.dll |
|
22 TARGETTYPE DLL |
|
23 |
|
24 UID 0x200212D1 |
|
25 DEFFILE HtiBtCommServer.def |
|
26 |
|
27 VENDORID 0x101FB657 |
|
28 |
|
29 CAPABILITY ALL -TCB |
|
30 |
|
31 SOURCEPATH ../HtiBtCommServer/src |
|
32 SOURCE HtiBtCommServer.cpp |
|
33 SOURCE HtiBtCommServerSession.cpp |
|
34 SOURCE Logger.cpp |
|
35 |
|
36 USERINCLUDE ../HtiBtCommServer/inc ../BtEngine/inc |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 LIBRARY euser.lib |
|
40 LIBRARY efsrv.lib |
|
41 LIBRARY bluetooth.lib |
|
42 LIBRARY HtiBtSerialComHelper.lib |
|
43 |
|
44 SMPSAFE |
|
45 |
|
46 // End of file |
|