devmngt_plat/services_db_api/tsrc/ServicesDbApiTest/group/ServicesDbApiTest.mmp
changeset 0 254040eb3b7d
equal deleted inserted replaced
-1:000000000000 0:254040eb3b7d
       
     1 /*
       
     2 * Copyright (c) 2002 - 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 file of  ServicesDbApiTest
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          ServicesDbApiTest.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 VENDORID VID_DEFAULT
       
    29 
       
    30 
       
    31 //TARGETPATH      ?target_path
       
    32 DEFFILE         ServicesDbApiTest.def
       
    33 
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 USERINCLUDE     ../inc 
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 
       
    40 SOURCE          ServicesDbApiTest.cpp
       
    41 SOURCE          ServicesDbApiTestBlocks.cpp
       
    42 
       
    43 START RESOURCE          ServicesDbApiTest.rss
       
    44 HEADER
       
    45 TARGETPATH              RESOURCE_FILES_DIR
       
    46 END // RESOURCE
       
    47 
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         stiftestengine.lib 
       
    52 LIBRARY         eikcore.lib 
       
    53 LIBRARY         efsrv.lib 
       
    54 LIBRARY         bafl.lib 
       
    55 LIBRARY         cone.lib 
       
    56 LIBRARY         servicesdb.lib 
       
    57 LIBRARY         commonengine.lib
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 epocallowdlldata
       
    62 /*
       
    63 START WINS      
       
    64 ?wins_specific_information
       
    65 END
       
    66 
       
    67 START MARM
       
    68 ?marm_specific_information
       
    69 END
       
    70 */
       
    71 // Other possible keywords:
       
    72  
       
    73 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    74 /*
       
    75 START BITMAP ?target
       
    76 TARGETPATH   ?emulated_path_on_target_machine
       
    77 HEADER
       
    78 SOURCE       ?color_depth ?source_bitmap
       
    79 END
       
    80 */
       
    81 // DEFFILE ?filename
       
    82 // AIF ?filename
       
    83 
       
    84 // End of File