mmappcomponents/harvester/filehandler/group/mpxfilehandler.mmp
changeset 0 a2952bb97e68
child 9 bee149131e4b
child 25 d881023c13eb
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 for the harvester file handler
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET                  mpxfilehandler.dll
       
    25 TARGETTYPE              dll
       
    26 UID                     0x1000006C 0x10282939
       
    27 
       
    28 CAPABILITY              CAP_GENERAL_DLL
       
    29 VENDORID                VID_DEFAULT
       
    30 
       
    31 SOURCEPATH              ../src
       
    32 SOURCE                  mpxharvesterfilehandler.cpp
       
    33 SOURCE                  mpxharvesterfilehandlerimp.cpp
       
    34 SOURCE                  mpxharvesterdbmanager.cpp
       
    35 SOURCE                  mpxharvesterdb.cpp
       
    36 SOURCE                  mpxharvesterdbtable.cpp
       
    37 SOURCE                  mpxfolderscanner.cpp
       
    38 SOURCE                  mpxdbsynchronizer.cpp
       
    39 SOURCE                  mpxfoldermonitor.cpp
       
    40 SOURCE                  mpxmetadatascanner.cpp
       
    41 SOURCE                  mpxplaylistscanner.cpp
       
    42 SOURCE                  mpxdiskspacewatcher.cpp
       
    43 SOURCE                  mpxbrokenlinkcleanup.cpp
       
    44 
       
    45 USERINCLUDE             ../inc
       
    46 USERINCLUDE             ../../inc
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 LIBRARY                 euser.lib
       
    51 LIBRARY                 efsrv.lib
       
    52 LIBRARY                 bafl.lib
       
    53 LIBRARY                 edbms.lib
       
    54 LIBRARY                 estor.lib
       
    55 LIBRARY                 hash.lib
       
    56 LIBRARY                 ecom.lib
       
    57 LIBRARY                 apgrfx.lib 
       
    58 LIBRARY                 apmime.lib 
       
    59 LIBRARY                 centralrepository.lib
       
    60 LIBRARY                 mpxcollectionutility.lib
       
    61 LIBRARY                 mpxcommon.lib
       
    62 LIBRARY                 mpxcollectionmediator.lib
       
    63 LIBRARY                 mpxplaylistengine.lib
       
    64 LIBRARY                 mpxmetadataextractor.lib
       
    65 LIBRARY	                caf.lib
       
    66 LIBRARY                 DrmServerInterfaces.lib
       
    67 #ifdef RD_MULTIPLE_DRIVE
       
    68 LIBRARY                 PlatformEnv.lib
       
    69 #endif //RD_MULTIPLE_DRIVE
       
    70 
       
    71 #if defined(ARMCC)
       
    72 deffile ../eabi/ 
       
    73 #elif defined(WINSCW)
       
    74 deffile ../bwinscw/ 
       
    75 #endif
       
    76