mmappfw_plat/mpx_common_api/tsrc/ui_commontestclass/group/ui_commontestclass.mmp
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2002 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:  API test automation for Radio Utility
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 TARGET          ui_commontestclass.dll
       
    23 TARGETTYPE      DLL
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 VENDORID     		VID_DEFAULT
       
    26 UID             0x1000008D 0x10207BD6
       
    27 
       
    28 DEFFILE         commontestclass.def
       
    29 
       
    30 EPOCSTACKSIZE   0x5000
       
    31 EPOCHEAPSIZE    0x10000 0x1000000
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 SOURCE          timeoutcontroller.cpp
       
    35 SOURCE          commontestclass.cpp
       
    36 SOURCE          commontestclassblocks.cpp
       
    37 SOURCE          testpluginmonitor.cpp
       
    38 SOURCE          testcenrepwatcher.cpp
       
    39 SOURCE          testmpxparameter.cpp
       
    40 SOURCE          testmpxcollectiontype.cpp
       
    41 SOURCE          testmpxpskeywatcher.cpp
       
    42 SOURCE          testmpxdrmmediautility.cpp
       
    43 SOURCE          testmpxmessage.cpp
       
    44 SOURCE          testmpxmessagequeue.cpp
       
    45 SOURCE          testmpxattribute.cpp
       
    46 SOURCE          testmpxmedia.cpp 
       
    47 SOURCE          testmpxcollectionpath.cpp
       
    48 SOURCE          testmpxsession.cpp
       
    49 SOURCE          testmpxmessagemonitor.cpp
       
    50 SOURCE          testmpxactivetaskqueue.cpp
       
    51 SOURCE          testmpxuser.cpp
       
    52 SOURCE          testmpxclientlist.cpp 
       
    53 SOURCE          testmpxpluginhandlerbase.cpp
       
    54 SOURCE          testviewplugin.cpp 
       
    55 SOURCE          testmpxplugininfo.cpp 
       
    56 SOURCE          EdwinTestControl.cpp 
       
    57 SOURCE          testmpxsubscription.cpp
       
    58 
       
    59 USERINCLUDE     ../inc
       
    60 
       
    61 MW_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 LIBRARY         efsrv.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         estor.lib    // RWriteStream
       
    67 LIBRARY         ecom.lib //REComSession
       
    68 LIBRARY         stiftestinterface.lib
       
    69 LIBRARY         mpxviewplugin.lib
       
    70 LIBRARY         mpxviewutility.lib 
       
    71 LIBRARY         charconv.lib 
       
    72 LIBRARY         cone.lib 
       
    73 LIBRARY         ws32.lib 
       
    74 LIBRARY         avkon.lib 
       
    75 LIBRARY         eikcoctl.lib 
       
    76 LIBRARY         eikctl.lib 
       
    77 LIBRARY         apgrfx.lib 
       
    78 LIBRARY         aknskins.lib 
       
    79 LIBRARY         aknskinsrv.lib 
       
    80 LIBRARY         aknswallpaperutils.lib 
       
    81 LIBRARY         eikcore.lib 
       
    82 LIBRARY         sysutil.lib 
       
    83 LIBRARY         apmime.lib 
       
    84 LIBRARY         CommonEngine.lib 
       
    85 LIBRARY         mpxcommon.lib MPXCommon.lib
       
    86 
       
    87 
       
    88 
       
    89 // End of File