equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005-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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 TARGET simpleobexapp.exe |
|
21 TARGETTYPE exe |
|
22 UID 0 |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 SOURCEPATH ../src |
|
26 SOURCE simpleObexApp.cpp |
|
27 SOURCE simpleObexClient.cpp |
|
28 SOURCE simpleObexServer.cpp |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 |
|
33 LIBRARY euser.lib |
|
34 LIBRARY efsrv.lib // Library for RFile and RFs |
|
35 LIBRARY esock.lib |
|
36 LIBRARY obex.lib |
|
37 LIBRARY bafl.lib // Library for file handling service |
|
38 LIBRARY c32.lib // Library for serial comms |
|
39 // ONLY FOR IRDA: |
|
40 LIBRARY irda.lib |
|
41 // ONLY FOR BLUETOOTH: |
|
42 LIBRARY bluetooth.lib |
|
43 LIBRARY btmanclient.lib |
|
44 LIBRARY sdpdatabase.lib |
|
45 LIBRARY sdpagent.lib |
|
46 // Only for USB: |
|
47 LIBRARY usbman.lib |
|
48 |
|
49 // At least one of these two must be uncommented: |
|
50 MACRO TRANSPORT_BLUETOOTH // Comment this out if OBEX is not to be used over Bluetooth |
|
51 MACRO TRANSPORT_IRDA // Comment this out if OBEX is not to be used over IrDA |
|
52 |
|
53 CAPABILITY All -Tcb |
|
54 |
|
55 |