homesync/contentmanager/cmserver/cmfillmanager/group/cmfillmanager.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 Media servant
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          cmfillmanager.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x10281FAC
       
    24 
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY CAP_GENERAL_DLL
       
    28 
       
    29 TARGETPATH     /sys/bin
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 USERINCLUDE   ../../../../../inc
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          cmfillmanagerfactory.cpp
       
    39 SOURCE          cmfmmain.cpp
       
    40 SOURCE          cmfmfilldrivemngr.cpp
       
    41 SOURCE          cmfmmpxnotifier.cpp
       
    42 SOURCE          cmfmglxnotifier.cpp
       
    43 SOURCE          cmfmupnpmngr.cpp
       
    44 SOURCE          cmfmdownloadmngr.cpp
       
    45 SOURCE          cmfmdownloadproxy.cpp
       
    46 SOURCE          cmfmduplicatedetector.cpp
       
    47 SOURCE          cmfmmdeduplicatedetector.cpp
       
    48 SOURCE          cmfmmpxduplicatedetector.cpp
       
    49 SOURCE          cmfmfillrulefilleddatamngr.cpp
       
    50 SOURCE          cmfmao.cpp
       
    51 
       
    52 LIBRARY         euser.lib                   // Basic types
       
    53 LIBRARY         efsrv.lib                   // File server
       
    54 LIBRARY         charconv.lib                // Character conversion
       
    55 LIBRARY         bafl.lib
       
    56 LIBRARY         inetprotutil.lib            // EscapeUtils
       
    57 // Media servant specific libraries
       
    58 LIBRARY         cmcommon.lib                // Media servant common
       
    59 LIBRARY         cmdatabasemanager.lib       // Database manager
       
    60 LIBRARY         cmsettingsengine.lib        // Settings engine
       
    61 LIBRARY         cmmemorymanager.lib         // Memory manager
       
    62 LIBRARY         cmsqlwrapper.lib            // Sqlite wrapper
       
    63 // Upnp specific libs
       
    64 LIBRARY         upnpavcontrollerclient.lib  // Av controller client
       
    65 LIBRARY         upnpavcontrollerhelper.lib  // Av controller helper
       
    66 LIBRARY         upnpavobjects.lib           // Upnp Av objects
       
    67 LIBRARY         ws32.lib                    // RWsSession, CWsScreenDevice
       
    68 LIBRARY         upnpxmlparser.lib           // Xml parser
       
    69 // Metadata engine client
       
    70 LIBRARY         mdeclient.lib        
       
    71 // MPX framework
       
    72 LIBRARY         mpxcommon.lib
       
    73 LIBRARY         mpxcollectionutility.lib
       
    74 LIBRARY         mpxharvesterutility.lib
       
    75 LIBRARY         mpxcollectionmediator.lib
       
    76 LIBRARY         contentlistingframework.lib
       
    77 // Path infos
       
    78 LIBRARY         PlatformEnv.lib
       
    79 // Debug
       
    80 DEBUGLIBRARY    flogger.lib
       
    81 
       
    82 //  End of File