|
1 // Copyright (c) 2006-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 // |
|
15 |
|
16 #include <comms-infras/commsdebugutility.mmh> |
|
17 |
|
18 TARGET mtpproxydp.dll |
|
19 TARGETTYPE PLUGIN |
|
20 UID 0x10009D8D 0x102827A6 |
|
21 VENDORID 0x70000001 |
|
22 |
|
23 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
24 |
|
25 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
26 USERINCLUDE ../inc |
|
27 USERINCLUDE ../../dputility/inc |
|
28 USERINCLUDE ../../../common/inc |
|
29 USERINCLUDE ../../../inc |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE cmtpcopyobject.cpp |
|
33 SOURCE cmtpmoveobject.cpp |
|
34 SOURCE cmtpdeleteobject.cpp |
|
35 SOURCE cmtpgetobjectproplist.cpp |
|
36 SOURCE cmtpgetobjectpropssupported.cpp |
|
37 SOURCE cmtpproxydp.cpp |
|
38 SOURCE cmtpsendobjectinfo.cpp |
|
39 SOURCE cmtpsendobjectproplist.cpp |
|
40 SOURCE cmtpsetobjectproplist.cpp |
|
41 SOURCE mtpproxydpimplementations.cpp |
|
42 SOURCE mtpproxydpprocessor.cpp |
|
43 SOURCE rmtpproxydpsingletons.cpp |
|
44 SOURCE cmtpproxydpconfigmgr.cpp |
|
45 SOURCE cmtpdeleteobjectproplist.cpp |
|
46 SOURCE cmtpgetformatcapabilities.cpp |
|
47 SOURCE cmtpobjectbrowser.cpp |
|
48 |
|
49 SOURCEPATH ../src |
|
50 START RESOURCE mtpproxydp.rss |
|
51 TARGET mtpproxydp.rsc |
|
52 END |
|
53 |
|
54 // Data provider configuration resource file. |
|
55 // The target filename corresponds to the implementation UID. |
|
56 START RESOURCE mtpproxydp_config.rss |
|
57 HEADER |
|
58 TARGETPATH /resource/mtp |
|
59 TARGET 102827b1.rsc |
|
60 END |
|
61 |
|
62 LIBRARY euser.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY bafl.lib |
|
65 |
|
66 LIBRARY mtpdataproviderapi.lib |
|
67 LIBRARY mtpdataproviderutility.lib |
|
68 LIBRARY mtpdatatypes.lib |
|
69 LIBRARY mtpframework.lib |
|
70 |
|
71 SMPSAFE |