mtpdataproviders/mtpplaybackcontroldp/group/mtpplaybackcontroldp.mmp
branchRCL_3
changeset 19 0aa8cc770c8a
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
       
     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
       
    38 USERINCLUDE           ../mtpplaybackmpximplementation/inc
       
    39 
       
    40 SOURCEPATH          ../src
       
    41 SOURCE              cmtppbcgetdevicepropdesc.cpp
       
    42 SOURCE              cmtppbcgetdevicepropvalue.cpp
       
    43 SOURCE              cmtppbcsetdevicepropvalue.cpp
       
    44 SOURCE              cmtppbcresetdevicepropvalue.cpp 
       
    45 SOURCE              cmtpplaybackcontroldp.cpp
       
    46 SOURCE              mtpplaybackcontroldpimplproxy.cpp
       
    47 SOURCE              mtpplaybackcontroldpprocessor.cpp
       
    48 SOURCE              cmtpplaybackmap.cpp
       
    49 SOURCE              cmtpplaybackproperty.cpp
       
    50 SOURCE              cmtppbcskip.cpp
       
    51 
       
    52 SOURCEPATH          ../mtpplaybackinterface/src
       
    53 SOURCE              mmtpplaybackinterface.cpp
       
    54 SOURCE              cmtpplaybackcommand.cpp
       
    55 SOURCE              cmtpplaybackevent.cpp
       
    56 SOURCE              cmtpplaybackparam.cpp
       
    57 
       
    58 SOURCEPATH          ../mtpplaybackmpximplementation/src
       
    59 SOURCE              cmtpplaybackcontrolimpl.cpp
       
    60 SOURCE              cmtpplaybackplaylisthelper.cpp
       
    61 SOURCE              cmtpplaybackresumehelper.cpp
       
    62 SOURCE              cmtpplaybackcommandchecker.cpp
       
    63 
       
    64 SOURCEPATH            ../src
       
    65 START RESOURCE        mtpplaybackcontroldp.rss
       
    66 TARGET                mtpplaybackcontroldp.rsc
       
    67 END
       
    68 
       
    69 // Data provider configuration resource file. 
       
    70 // The target filename corresponds to the implementation UID.
       
    71 START RESOURCE      mtpplaybackcontroldp_config.rss   
       
    72 TARGETPATH          /resource/mtp
       
    73 TARGET              2002EA99.rsc
       
    74 END
       
    75 
       
    76 
       
    77 
       
    78 
       
    79 LIBRARY	            euser.lib
       
    80 LIBRARY	            efsrv.lib
       
    81 LIBRARY	            ecom.lib
       
    82 
       
    83 LIBRARY             mtpdatatypes.lib
       
    84 LIBRARY             mtpdataproviderapi.lib
       
    85 LIBRARY             mtpdataproviderutility.lib 
       
    86 LIBRARY             mtpframework.lib
       
    87 
       
    88 LIBRARY             mpxplaybackutility.lib
       
    89 LIBRARY             mpxcommon.lib
       
    90 LIBRARY             mpxcollectionhelper.lib
       
    91 LIBRARY             mpxcollectionutility.lib
       
    92 LIBRARY             platformenv.lib
       
    93