equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-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 // obexMtmUtil.mmp |
|
15 // |
|
16 |
|
17 target obexmtmutil.dll |
|
18 targettype dll |
|
19 |
|
20 CAPABILITY All -TCB |
|
21 UID 0x1000008d 0x10009ED2 //KObexMtmUtilsDllUid |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 SOURCEPATH ../source |
|
25 lang 01 |
|
26 |
|
27 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
28 userinclude ../include |
|
29 |
|
30 source obexHeader.cpp |
|
31 source obexinternalutils.cpp |
|
32 source ObexSdpUtils.cpp |
|
33 source obexHeaderList.cpp |
|
34 source cobexsendoperation.cpp |
|
35 |
|
36 //these two source file contains dummy placeholder functions for the removed exports |
|
37 source ListenerContainer.cpp |
|
38 source ObexUtils.cpp |
|
39 |
|
40 |
|
41 |
|
42 library euser.lib |
|
43 library msgs.lib |
|
44 library estor.lib //-- RWriteStream |
|
45 library irobex.lib |
|
46 library sdpdatabase.lib |
|
47 library sdpagent.lib |
|
48 library bluetooth.lib |
|
49 library esock.lib |
|
50 |
|
51 |
|
52 |
|
53 DEFFILE v2_obexmtmutil.def |
|
54 |
|
55 |
|
56 |
|
57 SMPSAFE |