upnpharvester/common/cmsqlwrapper/group/cmsqlwrapper.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 SQL wrapper
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET          cmsqlwrapper.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x1028290D
       
    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          cmsqlmain.cpp
       
    41 SOURCE          cmsqlmainfactory.cpp
       
    42 SOURCE          cmsqldbmaintenance.cpp
       
    43 SOURCE          cmsqlconnection.cpp
       
    44 SOURCE          cmsqldbclause.cpp
       
    45 
       
    46 LIBRARY         bafl.lib
       
    47 LIBRARY         sqldb.lib
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         estor.lib
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY         cmcommon.lib
       
    52 LIBRARY         charconv.lib
       
    53 DEBUGLIBRARY    flogger.lib
       
    54