devicediagnosticsfw/diagresultsdb/client/group/diagresultsdatabase.mmp
branchRCL_3
changeset 25 b183ec05bd8c
parent 24 13d7c31c74e0
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
     1 /*
       
     2 * Copyright (c) 2007 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 specification for DiagResultsDatabase.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //#include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      diagresultsdatabase.dll
       
    23 TARGETTYPE  dll
       
    24 
       
    25 #ifndef RD_APPS_TO_EXES
       
    26 	TARGETPATH		/system/libs
       
    27 #endif
       
    28 
       
    29 UID	        0x1000008d 0x10282CD8
       
    30 
       
    31 CAPABILITY  CAP_GENERAL_DLL
       
    32 VENDORID    VID_DEFAULT
       
    33 
       
    34 SOURCEPATH  ../src
       
    35 SOURCE      diagresultsdatabase.cpp
       
    36 SOURCE      diagresultsdatabaseItem.cpp
       
    37 SOURCE      diagresultsdbrecordinfoarraypacked.cpp
       
    38 SOURCE      diagresultsdatabasetestrecordInfo.cpp
       
    39 SOURCE      diagresultsdbrecordengineparam.cpp
       
    40 
       
    41 
       
    42 USERINCLUDE ../inc
       
    43 USERINCLUDE ../../common
       
    44 
       
    45 // System Include Paths
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY euser.lib
       
    49 LIBRARY estor.lib
       
    50 LIBRARY drmserviceapi.lib
       
    51 LIBRARY centralrepository.lib
       
    52 LIBRARY flogger.lib
       
    53 #if defined(WINSCW)
       
    54     deffile ../bwins/diagresultsdatabase.def
       
    55 #elif defined(ARM)
       
    56     deffile ../EABI/DiagResultsDatabase.def
       
    57 #endif
       
    58 
       
    59 nostrictdef