upnpharvester/common/cmlibrary/group/cmlibrary.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 CM Library
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET          cmcommon.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x10281FAA
       
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 
       
    31 TARGETPATH     /sys/bin
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../../../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 
       
    40 SOURCE          cmfillrulecontainer.cpp
       
    41 SOURCE          cmfillrule.cpp
       
    42 SOURCE          cmrule.cpp
       
    43 SOURCE          cmparam.cpp
       
    44 SOURCE          cmmediaserver.cpp
       
    45 SOURCE          cmmediaserverfull.cpp
       
    46 SOURCE          cmstorerule.cpp
       
    47 SOURCE          cmstorerulecontainer.cpp
       
    48 
       
    49 SOURCE          cmbaselistitem.cpp
       
    50 SOURCE          cmfilllistitem.cpp
       
    51 SOURCE          cmstorelistitem.cpp
       
    52 SOURCE          cmsqlpropertyitem.cpp
       
    53 SOURCE          cmsqlpropertycontainer.cpp
       
    54 SOURCE          cmsqlpropertycollector.cpp
       
    55 SOURCE          cmsqlbaseitem.cpp
       
    56 SOURCE          cmsqlgenericitem.cpp
       
    57 SOURCE          cmsqlaudioitem.cpp
       
    58 SOURCE          cmsqlvideoitem.cpp
       
    59 SOURCE          cmsqlimageitem.cpp
       
    60 SOURCE          cmsqlitemresource.cpp
       
    61 SOURCE          cmsqlresolutionpropertyitem.cpp
       
    62 SOURCE          cmdriveinfo.cpp
       
    63 SOURCE          cmsearchresponsehash.cpp
       
    64 SOURCE          cmcommonutils.cpp
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         estor.lib
       
    68 LIBRARY         bafl.lib
       
    69 LIBRARY         avkon.lib
       
    70 LIBRARY         cone.lib 
       
    71 LIBRARY         PlatformEnv.lib
       
    72 LIBRARY         commdb.lib
       
    73 LIBRARY         ecom.lib
       
    74 
       
    75 DEBUGLIBRARY    flogger.lib
       
    76 
       
    77