29
|
1 |
// Copyright (c) 2010 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 |
/**
|
|
17 |
@file
|
|
18 |
@internalComponent
|
|
19 |
*/
|
|
20 |
|
|
21 |
#include <comms-infras/commsdebugutility.mmh>
|
|
22 |
|
|
23 |
TARGET mtpplaybackcontroldp.dll
|
|
24 |
TARGETTYPE PLUGIN
|
|
25 |
UID 0x10009D8D 0x2002EA98
|
|
26 |
VENDORID 0x70000001
|
|
27 |
|
|
28 |
CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
|
|
29 |
|
|
30 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
31 |
|
|
32 |
USERINCLUDE ../inc
|
|
33 |
USERINCLUDE ../../../mtpfws/mtpfw/dataproviders/dputility/inc
|
|
34 |
USERINCLUDE ../../../mtpfws/mtpfw/common/inc
|
|
35 |
USERINCLUDE ../../../mtpfws/mtpfw/inc
|
|
36 |
|
|
37 |
USERINCLUDE ../mtpplaybackinterface/inc
|
49
|
38 |
USERINCLUDE ../mtpplaybackmpximplementation/inc
|
|
39 |
USERINCLUDE ../traces
|
29
|
40 |
|
|
41 |
SOURCEPATH ../src
|
|
42 |
SOURCE cmtppbcgetdevicepropdesc.cpp
|
|
43 |
SOURCE cmtppbcgetdevicepropvalue.cpp
|
|
44 |
SOURCE cmtppbcsetdevicepropvalue.cpp
|
|
45 |
SOURCE cmtppbcresetdevicepropvalue.cpp
|
|
46 |
SOURCE cmtpplaybackcontroldp.cpp
|
|
47 |
SOURCE mtpplaybackcontroldpimplproxy.cpp
|
|
48 |
SOURCE mtpplaybackcontroldpprocessor.cpp
|
|
49 |
SOURCE cmtpplaybackmap.cpp
|
|
50 |
SOURCE cmtpplaybackproperty.cpp
|
|
51 |
SOURCE cmtppbcskip.cpp
|
|
52 |
|
|
53 |
SOURCEPATH ../mtpplaybackinterface/src
|
|
54 |
SOURCE mmtpplaybackinterface.cpp
|
|
55 |
SOURCE cmtpplaybackcommand.cpp
|
|
56 |
SOURCE cmtpplaybackevent.cpp
|
|
57 |
SOURCE cmtpplaybackparam.cpp
|
|
58 |
|
|
59 |
SOURCEPATH ../mtpplaybackmpximplementation/src
|
|
60 |
SOURCE cmtpplaybackcontrolimpl.cpp
|
|
61 |
SOURCE cmtpplaybackplaylisthelper.cpp
|
|
62 |
SOURCE cmtpplaybackresumehelper.cpp
|
|
63 |
SOURCE cmtpplaybackcommandchecker.cpp
|
|
64 |
|
|
65 |
SOURCEPATH ../src
|
|
66 |
START RESOURCE mtpplaybackcontroldp.rss
|
|
67 |
TARGET mtpplaybackcontroldp.rsc
|
|
68 |
END
|
|
69 |
|
|
70 |
// Data provider configuration resource file.
|
|
71 |
// The target filename corresponds to the implementation UID.
|
|
72 |
START RESOURCE mtpplaybackcontroldp_config.rss
|
|
73 |
TARGETPATH /resource/mtp
|
|
74 |
TARGET 2002EA99.rsc
|
|
75 |
END
|
|
76 |
|
|
77 |
|
|
78 |
|
|
79 |
|
|
80 |
LIBRARY euser.lib
|
|
81 |
LIBRARY efsrv.lib
|
|
82 |
LIBRARY ecom.lib
|
|
83 |
|
|
84 |
LIBRARY mtpdatatypes.lib
|
|
85 |
LIBRARY mtpdataproviderapi.lib
|
|
86 |
LIBRARY mtpdataproviderutility.lib
|
|
87 |
LIBRARY mtpframework.lib
|
|
88 |
|
|
89 |
LIBRARY mpxplaybackutility.lib
|
|
90 |
LIBRARY mpxcommon.lib
|
|
91 |
LIBRARY mpxcollectionhelper.lib
|
|
92 |
LIBRARY mpxcollectionutility.lib
|
|
93 |
LIBRARY platformenv.lib
|
|
94 |
|
49
|
95 |
SMPSAFE
|