mpxmusicplayer/activeidle/aiplayerplugin/group/aiplayerplugin.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2007-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:  Project definition file for project aiplayerplugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET              aiplayerplugin2.dll
       
    23 TARGETTYPE          PLUGIN
       
    24 UID                 0x10009D8D 0x10207B72
       
    25 
       
    26 CAPABILITY          CAP_ECOM_PLUGIN
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 VERSION 15.0
       
    30 
       
    31 SOURCEPATH          ../src
       
    32 SOURCE              aiplayerplugin.cpp
       
    33 SOURCE              aiplayerpluginengine.cpp
       
    34 
       
    35 SOURCEPATH          ../data
       
    36 START RESOURCE      aiplayerplugin.rss
       
    37 TARGET              aiplayerplugin2.rsc
       
    38 LANGUAGE_IDS
       
    39 END
       
    40 
       
    41 SOURCEPATH          ../data
       
    42 START RESOURCE      aiplayerpluginresource.rss
       
    43 TARGETPATH          APP_RESOURCE_DIR
       
    44 HEADER
       
    45 LANGUAGE_IDS 
       
    46 END
       
    47 
       
    48 USERINCLUDE         ../inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 LIBRARY             euser.lib
       
    53 LIBRARY             ecom.lib
       
    54 LIBRARY             avkon.lib
       
    55 LIBRARY             ws32.lib
       
    56 LIBRARY             cone.lib
       
    57 LIBRARY             efsrv.lib   		// TParse
       
    58 LIBRARY             bafl.lib   		// BaflUtils
       
    59 LIBRARY             estor.lib    		// RWriteStream
       
    60 LIBRARY             aiutils.lib
       
    61 LIBRARY             commonengine.lib  	// stringloader
       
    62 LIBRARY             apgrfx.lib              // TaskList
       
    63 LIBRARY             apparc.lib		// StartApp
       
    64 LIBRARY             mpxcommon.lib           // mpxparameter
       
    65 LIBRARY             mpxplaybackutility.lib