|
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 // MTP framework. |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 #include <comms-infras/commsdebugutility.mmh> |
|
23 #include "../common/inc/mtpbuildoptions.hrh" |
|
24 |
|
25 TARGET mtpframework.dll |
|
26 TARGETTYPE DLL |
|
27 UID 0x1000008D 0x102827A1 |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData |
|
31 |
|
32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 USERINCLUDE ../inc/ |
|
35 USERINCLUDE ../common/inc |
|
36 USERINCLUDE ../transports/transportapi/inc |
|
37 |
|
38 SOURCEPATH ../src/ |
|
39 SOURCE cmtpconnection.cpp |
|
40 SOURCE cmtpconnectionmgr.cpp |
|
41 SOURCE cmtpdataprovider.cpp |
|
42 SOURCE cmtpdataproviderconfig.cpp |
|
43 SOURCE cmtpdataprovidercontroller.cpp |
|
44 SOURCE cmtpframeworkconfig.cpp |
|
45 SOURCE cmtphandleallocator.cpp |
|
46 SOURCE cmtpobjectmgr.cpp |
|
47 SOURCE cmtpobjectstore.cpp |
|
48 SOURCE cmtpparserrouter.cpp |
|
49 //SOURCE cmtppuidmgr.cpp |
|
50 SOURCE cmtpreferencemgr.cpp |
|
51 SOURCE cmtpsession.cpp |
|
52 SOURCE cmtpstoragemgr.cpp |
|
53 //SOURCE cmtpsuidmap.cpp |
|
54 SOURCE dbutility.cpp |
|
55 SOURCE rmtpframework.cpp |
|
56 SOURCE tmtptypeobjecthandle.cpp |
|
57 SOURCE cdummydp.cpp |
|
58 SOURCE cmtpdeltadatamgr.cpp |
|
59 SOURCE cmtpdpidstore.cpp |
|
60 SOURCE cmtppkgidstore.cpp |
|
61 SOURCE cmtpserviceconfig.cpp |
|
62 SOURCE cmtpservicemgr.cpp |
|
63 SOURCE cmtpdatacodegenerator.cpp |
|
64 SOURCE cmtpserviceinfo.cpp |
|
65 |
|
66 //SOURCE ruidmapper.cpp |
|
67 |
|
68 |
|
69 // Data provider configuration resource file. |
|
70 // The target filename corresponds to the implementation UID. |
|
71 START RESOURCE dummydp_config.rss |
|
72 TARGETPATH /resource/mtp |
|
73 TARGET dummydp.rsc |
|
74 END |
|
75 |
|
76 /*START RESOURCE framework_config.rss |
|
77 HEADER |
|
78 TARGETPATH /resource/mtp |
|
79 TARGET framework.rsc |
|
80 END*/ |
|
81 |
|
82 START RESOURCE services_config.rss |
|
83 TARGETPATH /resource/mtp |
|
84 TARGET services.rsc |
|
85 END |
|
86 |
|
87 LIBRARY bafl.lib |
|
88 LIBRARY centralrepository.lib |
|
89 LIBRARY ecom.lib |
|
90 LIBRARY edbms.lib |
|
91 LIBRARY efsrv.lib |
|
92 LIBRARY estor.lib |
|
93 LIBRARY euser.lib |
|
94 |
|
95 LIBRARY mtpdatatypes.lib |
|
96 LIBRARY mtpdataproviderapi.lib |
|
97 LIBRARY mtptransportapi.lib |
|
98 LIBRARY sisregistryclient.lib |
|
99 LIBRARY sishelper.lib |
|
100 |
|
101 #ifdef MTP_CAPTURE_TEST_DATA |
|
102 LIBRARY mtprequestlogger.lib |
|
103 #endif |
|
104 |
|
105 |
|
106 SMPSAFE |
|
107 |