|
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: ?Description |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 #include "../obexserviceirsend/inc/IrSendingServiceUIDS.hrh" |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET obexserviceirsend.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009d8d KIRSendingServiceDllUid |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 SOURCEPATH ../obexserviceirsend/src |
|
32 SOURCE IRClient.cpp |
|
33 SOURCE IRSendingService.cpp |
|
34 SOURCE IRSSProvider.cpp |
|
35 |
|
36 // Plugin resources are placed in z:/system/libs/plugins |
|
37 // |
|
38 SOURCEPATH ../obexserviceirsend/data |
|
39 START RESOURCE 001F86A2.rss |
|
40 #ifdef SYMBIAN_SECURE_ECOM |
|
41 TARGET obexserviceirsend.rsc |
|
42 #endif |
|
43 END |
|
44 |
|
45 SOURCEPATH ../obexserviceirsend/data |
|
46 START RESOURCE irssmenu.rss |
|
47 TARGETPATH RESOURCE_FILES_DIR |
|
48 HEADER |
|
49 LANGUAGE_IDS |
|
50 END |
|
51 |
|
52 |
|
53 USERINCLUDE ../obexserviceirsend/inc |
|
54 SYSTEMINCLUDE ../../inc ../../../inc /epoc32/include/ecom |
|
55 MW_LAYER_SYSTEMINCLUDE |
|
56 |
|
57 LIBRARY euser.lib // Base library |
|
58 LIBRARY servicehandler.lib // Application InterWorking |
|
59 LIBRARY obexutils.lib // Tools for bt sending |
|
60 LIBRARY irobex.lib |
|
61 LIBRARY irda.lib |
|
62 LIBRARY efsrv.lib |
|
63 LIBRARY featmgr.lib |
|
64 DEBUGLIBRARY flogger.lib // File logging services |
|
65 |
|
66 // End of File |