deviceupdatesui/omadmadapters/mms/tsrc/group/mmstest.mmp
changeset 45 0f9fc722d255
parent 44 137912d1a556
child 46 b9b00b134b0d
equal deleted inserted replaced
44:137912d1a556 45:0f9fc722d255
     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:  Implementation of DM adapter test component
       
    15 * 	This is part of omadmextensions/adapter test application.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mmstest.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 
       
    32 //TARGETPATH      ?target_path
       
    33 DEFFILE         mmstest.def
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          dmatest.cpp
       
    37 SOURCE          TestDmDDFObject.cpp
       
    38 SOURCE          mmstest.cpp
       
    39 SOURCE          mmstestBlocks.cpp
       
    40 
       
    41 
       
    42 USERINCLUDE     ../inc 
       
    43 USERINCLUDE		  ../../inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE   /epoc32/include/ecom
       
    47  
       
    48 
       
    49 LIBRARY         apgrfx.lib apmime.lib
       
    50 LIBRARY         euser.lib ecom.lib
       
    51 LIBRARY         stiftestinterface.lib
       
    52 LIBRARY         stiftestengine.lib
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY         estor.lib 
       
    55 LIBRARY         SWInstCli.lib
       
    56 LIBRARY     		msgs.lib charconv.lib nsmldebug.lib 
       
    57 LIBRARY 				commdb.lib apengine.lib mmsserversettings.lib
       
    58 
       
    59 LANG			SC
       
    60 
       
    61 
       
    62 
       
    63 SMPSAFE
       
    64 // End of File
       
    65