mpx/tsrc/public/basic/common/testplugins/testplaybackplugin/group/testplaybackplugin.mmp
changeset 62 b276843a15ba
equal deleted inserted replaced
58:c76ea6caa649 62:b276843a15ba
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Playback test plugin project specification
       
    15 *
       
    16 */
       
    17 
       
    18 #include <bldvariant.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "../../inc/testcommonpluginuids.h"
       
    23 
       
    24 TARGET          testplaybackplugin.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D KPlaybackTestPlugin
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          testplaybackplugin.cpp
       
    33 SOURCE          testplaybackpluginproxy.cpp
       
    34 
       
    35 SOURCEPATH      ../data
       
    36 START RESOURCE  e0000201.RSS
       
    37 TARGET          testplaybackplugin.rsc
       
    38 END
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../inc
       
    42 
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         ecom.lib
       
    47 LIBRARY         efsrv.lib
       
    48 LIBRARY         estor.lib
       
    49 LIBRARY         BAFL.lib
       
    50 LIBRARY         flogger.lib
       
    51 LIBRARY         mpxcommon.lib
       
    52 
       
    53 // End of File