musichomescreen/mpxcollectionpublisher/group/mpxcollectionpublisher.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2008 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 Music Content Publisher.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include "../inc/mpxcollectionpublisheruids.hrh"
       
    22 
       
    23 TARGET                  mpxcollectionpublisher.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D KMpxCollectionPublisherDLL
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  proxy.cpp
       
    32 SOURCE                  mpxcollectionpublisher.cpp
       
    33 
       
    34 USERINCLUDE             ../inc
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE           /epoc32/include/ecom
       
    38 USERINCLUDE             ../../inc
       
    39 
       
    40 SOURCEPATH              ../data
       
    41 START RESOURCE          mpxcollectionpublisher.rss 
       
    42 HEADER
       
    43 TARGET                  mpxcollectionpublisher.rsc
       
    44 TARGETPATH              resource/plugins 
       
    45 END
       
    46 
       
    47 LIBRARY                 ecom.lib
       
    48 LIBRARY                 euser.lib
       
    49 LIBRARY                 liwservicehandler.lib     // TLiwVariant
       
    50 LIBRARY                 mpxcollectionutility.lib
       
    51 LIBRARY                 mpxcommon.lib
       
    52 LIBRARY                 mpxcollectionhelper.lib  
       
    53 
       
    54 //  End of File
       
    55 
       
    56