mmappcomponents/collectionhelper/group/mpxcollectionhelper.mmp
changeset 0 a2952bb97e68
child 17 780c925249c1
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:  Project definition file for project ?myapp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  mpxcollectionhelper.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000006C 0x101FFCAB
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 MACRO RD_MPX_TNM_INTEGRATION
       
    30 #define RD_MPX_TNM_INTEGRATION
       
    31 
       
    32 //MACRO RD_MPX_COLLECTION_CACHE
       
    33 SOURCEPATH              ../src
       
    34 SOURCE                  mpxcollectionhelperfactory.cpp
       
    35 SOURCE                  mpxcollectionhelperimp.cpp
       
    36 SOURCE                  mpxcollectionuihelperimp.cpp
       
    37 SOURCE                  mpxcollectionhelpercommon.cpp
       
    38 SOURCE                  mpxdeletehelper.cpp
       
    39 SOURCE                  mpxcollectioncachedhelper.cpp
       
    40 
       
    41 USERINCLUDE             ../inc
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 LIBRARY                 euser.lib
       
    46 LIBRARY                 estor.lib 
       
    47 LIBRARY                 efsrv.lib
       
    48 LIBRARY                 bafl.lib
       
    49 LIBRARY                 mpxcommon.lib
       
    50 LIBRARY                 mpxcollectionmediator.lib
       
    51 LIBRARY                 mpxcollectionutility.lib
       
    52 LIBRARY                 mpxharvesterutility.lib
       
    53 LIBRARY                 mpxplaybackutility.lib
       
    54 LIBRARY                 usbman.lib
       
    55 LIBRARY                 apgrfx.lib
       
    56 LIBRARY                 mpxmetadataextractor.lib
       
    57 #ifdef RD_MPX_TNM_INTEGRATION
       
    58 LIBRARY                 thumbnailmanager.lib
       
    59 
       
    60 #endif //RD_MPX_TNM_INTEGRATION
       
    61 
       
    62 #if defined(ARMCC)
       
    63 deffile ../eabi/ 
       
    64 #elif defined(WINSCW)
       
    65 deffile ../bwinscw/ 
       
    66 #endif