imstutils/xmppadapter/tsrc/xmppadapter_test/group/tstxmppadapter.mmp
changeset 15 81eeb8c83ce5
parent 0 5e5d6b214f4f
equal deleted inserted replaced
0:5e5d6b214f4f 15:81eeb8c83ce5
     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:   tstxmppadapter.mmp
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          tstxmppadapter.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x101FB3E5
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 
       
    29 //TARGETPATH      ?target_path
       
    30 //DEFFILE         tstxmppadapter.def
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          tstxmppadapter.cpp
       
    34 SOURCE          tstxmppadapterblocks.cpp
       
    35 
       
    36 USERINCLUDE     ../inc 
       
    37 USERINCLUDE     ../../../inc 
       
    38 
       
    39 // its dependent upon other dll so need to hardcode once they fix we will also fix
       
    40 USERINCLUDE       /sf/mw/remotemgmt/omaprovisioning/provisioning/ProvisioningEngine/Inc
       
    41 
       
    42 
       
    43 
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 
       
    48 
       
    49 
       
    50 
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         stiftestinterface.lib
       
    54 LIBRARY     	serviceprovidersettings.lib
       
    55 LIBRARY			jabbersettings.lib	
       
    56 LIBRARY         ServiceHandler.lib
       
    57 LIBRARY         ProvisioningEngine.lib
       
    58 LIBRARY         CommonEngine.lib
       
    59 LIBRARY         bafl.lib
       
    60 DEBUGLIBRARY    flogger.lib
       
    61 LIBRARY         ecom.lib 
       
    62 LIBRARY			apengine.lib
       
    63 
       
    64 
       
    65 
       
    66 LANG            SC
       
    67 
       
    68 // End of File
       
    69