homesync/contentmanager/cmserver/cmstoremanager/group/cmstoremanager.mmp
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2008 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 store manager
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          cmstoremanager.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008d 0x10281FAE
       
    23 
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 CAPABILITY CAP_GENERAL_DLL
       
    27 
       
    28 TARGETPATH      /sys/bin
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 USERINCLUDE   ../../../../../inc
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 SOURCE          cmstoremanagerfactory.cpp
       
    38 SOURCE          cmsmmain.cpp
       
    39 SOURCE          cmsmtransferengine.cpp
       
    40 SOURCE          cmsmfilemngr.cpp
       
    41 SOURCE          cmsmvideoandimagemngr.cpp
       
    42 SOURCE          cmsmclfmngr.cpp
       
    43 SOURCE          cmsmcontentchangeobserver.cpp
       
    44 SOURCE          cmsmiteminfo.cpp
       
    45 SOURCE          cmsmmsinfo.cpp
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         efsrv.lib
       
    49 LIBRARY         bafl.lib
       
    50 LIBRARY         charconv.lib
       
    51 LIBRARY         cmcommon.lib
       
    52 LIBRARY         cmdatabaseManager.lib
       
    53 LIBRARY         cmmemorymanager.lib
       
    54 LIBRARY         cmsqlwrapper.lib
       
    55 LIBRARY         upnpavcontrollerclient.lib
       
    56 LIBRARY         upnpavcontrollerhelper.lib
       
    57 LIBRARY         mdeclient.lib
       
    58 LIBRARY         contentlistingframework.lib
       
    59 
       
    60 // Path infos
       
    61 LIBRARY         PlatformEnv.lib
       
    62 
       
    63 DEBUGLIBRARY    flogger.lib
       
    64