mmappcomponents/harvester/server/group/mpxharvester.mmp
changeset 0 a2952bb97e68
child 19 51035f0751c2
child 27 cbb1bfb7ebfb
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:  harvester server project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET                  mpxharvesterserver.exe
       
    24 TARGETTYPE              exe
       
    25 UID                     0 0x101FFCA9
       
    26 EPOCHEAPSIZE            0x1000 0x500000
       
    27 EPOCSTACKSIZE 0X5000
       
    28 
       
    29 CAPABILITY              CAP_SERVER DRM AllFiles
       
    30 VENDORID                VID_DEFAULT
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 
       
    34 // Core
       
    35 SOURCE                  mpxharvesterserver.cpp
       
    36 SOURCE                  mpxharvestersession.cpp
       
    37 SOURCE                  mpxharvesterengine.cpp
       
    38 
       
    39 // System events
       
    40 SOURCE                  mpxfsformatmonitor.cpp
       
    41 SOURCE                  mpxmediaremovalmonitor.cpp
       
    42 SOURCE                  mpxusbeventhandler.cpp
       
    43 SOURCE                  mpxmmcejectmonitor.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   // For CBaBackupSessionWrapper
       
    53 LIBRARY                 estor.lib
       
    54 LIBRARY                 mpxfilehandler.lib
       
    55 LIBRARY                 mpxcollectionutility.lib
       
    56 LIBRARY                 mpxcommon.lib
       
    57 LIBRARY                 mpxplaylistengine.lib
       
    58 LIBRARY                 mpxplaybackutility.lib
       
    59 LIBRARY                 usbman.lib
       
    60 #ifdef RD_MULTIPLE_DRIVE
       
    61 LIBRARY                 PlatformEnv.lib
       
    62 #endif //RD_MULTIPLE_DRIVE