upnpharvester/common/dbmanager/group/cmdatabasemanager.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 Database Manager
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 TARGET          cmdatabasemanager.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x10281FA9
       
    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          cmdmmain.cpp
       
    41 SOURCE          cmdmsqldbmaintenance.cpp
       
    42 SOURCE          cmdmsqliteconnection.cpp
       
    43 
       
    44 LIBRARY         bafl.lib
       
    45 LIBRARY         sqldb.lib
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         estor.lib
       
    48 LIBRARY         efsrv.lib
       
    49 LIBRARY         cmcommon.lib
       
    50 DEBUGLIBRARY    flogger.lib
       
    51