mpx/collectionframework/collectionengine/group/mpxcollectionengine.mmp
changeset 0 a2952bb97e68
child 48 b7b49303d0c0
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2006 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:  player engine project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET           mpxcollectionengine.dll
       
    24 CAPABILITY       CAP_GENERAL_DLL
       
    25 TARGETTYPE       DLL
       
    26 UID              0x1000008D 0x101FFC32
       
    27 VENDORID         VID_DEFAULT
       
    28 
       
    29 USERINCLUDE      ../inc
       
    30 USERINCLUDE      ../../inc
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE   /epoc32/include/ecom
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          mpxcollectionengine.cpp 
       
    37 SOURCE          mpxcollectionpluginhandler.cpp 
       
    38 SOURCE          mpxcollectionclientcontext.cpp
       
    39 SOURCE          mpxcollectioncache.cpp
       
    40 SOURCE          mpxcollectionplugininfo.cpp
       
    41 
       
    42 LIBRARY         euser.lib ecom.lib estor.lib bafl.lib efsrv.lib PlatformEnv.lib sysutil.lib
       
    43 LIBRARY         mpxcommon.lib
       
    44 
       
    45 #if defined(ARMCC)
       
    46 deffile ../eabi/ 
       
    47 #elif defined(WINSCW)
       
    48 deffile ../bwinscw/ 
       
    49 #endif
       
    50