equal
deleted
inserted
replaced
|
1 // Copyright (c) 2001-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 // $Workfile: IRSMTM.MMP $ |
|
15 // $Author: Stevep $ |
|
16 // $Revision: 12 $ |
|
17 // $Date: 22/03/02 11:08 $ |
|
18 // irs.dll IrDA server MTM |
|
19 // irmtm.rsc OBEX IR MTM registration resource file |
|
20 // |
|
21 // |
|
22 /** |
|
23 @file |
|
24 */ |
|
25 |
|
26 |
|
27 TARGET irs.dll |
|
28 TARGETPATH /system/libs |
|
29 TARGETTYPE dll |
|
30 |
|
31 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReaduserData WriteUserData |
|
32 UID 0x10003C5E 0x100053A0 // 0x10003C5E = KUidMtmServerComponent |
|
33 VENDORID 0x70000001 |
|
34 |
|
35 SOURCEPATH ../source |
|
36 SOURCE Irs.cpp IRSDLL.CPP sendopn.cpp |
|
37 |
|
38 USERINCLUDE ../include ../../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc |
|
39 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
|
41 SOURCEPATH . |
|
42 |
|
43 START RESOURCE irmtm.rss |
|
44 TARGETPATH resource/messaging/mtm |
|
45 END |
|
46 |
|
47 LIBRARY euser.lib msgs.lib |
|
48 LIBRARY obexservermtm.lib |
|
49 LIBRARY irobex.lib //CObexClient |
|
50 LIBRARY obexmtmutil.lib //CObexHeader |
|
51 LIBRARY irc.lib //CIrHeader |
|
52 LIBRARY irda.lib |
|
53 |
|
54 #ifdef WINSCW |
|
55 DEFFILE IRS.DEF |
|
56 #else |
|
57 DEFFILE IRs.def |
|
58 #endif |
|
59 |
|
60 |
|
61 SMPSAFE |