btservices_plat/obex_service_utils_api/tsrc/group/obexservapitest.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*TYPE TESTCLASS*//*
       
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          obexservapitest.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         ObexServAPItest.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          ObexServAPItest.cpp
       
    39 SOURCE          ObexServAPItestBlocks.cpp
       
    40 SOURCE          testlogger.cpp
       
    41 
       
    42 
       
    43 USERINCLUDE     ../inc 
       
    44 
       
    45 #if defined(__S60_)
       
    46   //  OSEXT_LAYER_SYSTEMINCLUDE
       
    47     MW_LAYER_SYSTEMINCLUDE
       
    48 #else
       
    49     //SYSTEMINCLUDE   /epoc32/include 
       
    50     //SYSTEMINCLUDE   /epoc32/include/internal
       
    51 #endif
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         stiftestinterface.lib
       
    55 LIBRARY         sysutil.lib
       
    56 LIBRARY         obexutils.lib
       
    57 LIBRARY         irobex.lib
       
    58 LIBRARY         efsrv.lib 
       
    59 LIBRARY 	msgs.lib
       
    60 
       
    61 LANG            SC
       
    62 
       
    63 // End of File