btobexprofiles/obexsendservices/obexservicesendutils/internal/tsrc/ObexServiceSendUtilsApiTest/group/ObexServiceSendUtilsApiTest_nrm.mmp
changeset 32 19bd632b5100
equal deleted inserted replaced
31:a0ea99b6fa53 32:19bd632b5100
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-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          ObexServiceSendUtilsApiTest.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         ObexServiceSendUtilsApiTest.def
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 USERINCLUDE   ../../../../inc
       
    40 USERINCLUDE     ../inc
       
    41 SOURCEPATH  ../src
       
    42 SOURCE          ObexServiceSendUtilsApiTest.cpp
       
    43 SOURCE          ObexServiceSendUtilsApiTestBlocks.cpp
       
    44 
       
    45 LIBRARY         euser.lib
       
    46 LIBRARY         stiftestinterface.lib
       
    47 LIBRARY         stiftestengine.lib
       
    48 LIBRARY         obexservicesendutils.lib
       
    49 
       
    50 LANG            SC
       
    51 
       
    52 // End of File