homesync/contentmanager/cmserver/cmmemorymanager/group/cmmemorymanager.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2006-2007 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 Memory Manager
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          cmmemorymanager.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008d 0x10282344
       
    23 
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 CAPABILITY CAP_GENERAL_DLL
       
    27 
       
    28 TARGETPATH     /sys/bin
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../loc
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 USERINCLUDE   ../../../../../inc
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          cmmmmain.cpp
       
    39 SOURCE          cmmmquotalistener.cpp
       
    40 SOURCE          cmmmshrinker.cpp
       
    41 SOURCE          cmmmimagemetadataresolver.cpp
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         efsrv.lib // f32file.h
       
    45 LIBRARY         aknnotify.lib // CAknGlobalNote, CAknGlobalProgressDialog
       
    46 LIBRARY         eiksrv.lib // CAknGlobalNote, CAknGlobalProgressDialog
       
    47 LIBRARY         bafl.lib // CDesCArray, RResourceFile
       
    48 LIBRARY         imageconversion.lib // CImageDecoder
       
    49 LIBRARY         bitmaptransforms.lib // CBitmapScaler
       
    50 LIBRARY         fbscli.lib // CFbsBitmap
       
    51 LIBRARY         mpxharvesterutility.lib // Mpx harvester
       
    52 LIBRARY         mpxcollectionhelper.lib //MMPXCollectionHelper
       
    53 LIBRARY         cmcommon.lib // TCmLowPriorityFilled, TCmShrinkResolution
       
    54 LIBRARY         cmdatabasemanager.lib
       
    55 LIBRARY         ws32.lib // RWsSession, CWsScreenDevice
       
    56 LIBRARY         PlatformEnv.lib // PathInfo
       
    57 LIBRARY         avkon.lib // CompeteWithAppPath
       
    58 LIBRARY         upnpipserversutils.lib
       
    59 LIBRARY         exiflib.lib
       
    60 LIBRARY         contentlistingframework.lib
       
    61 
       
    62 DEBUGLIBRARY    flogger.lib
       
    63 
       
    64 START RESOURCE      ../data/memorymanager.rss
       
    65 HEADER
       
    66 TARGETPATH          /resource/apps
       
    67 LANGUAGE_IDS
       
    68 END