widgetmanager/tsrc/wmunittest/group/wmunittest.mmp
changeset 0 f72a12da539e
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2009 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: MMP file for STIF Test Framework's TestScripter 
       
    15 * testclass test module.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 
       
    23 TARGET          wmunittest.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008D 0x101FB3E3
       
    26 
       
    27 CAPABILITY      ALL -TCB
       
    28 VENDORID        VID_DEFAULT
       
    29 SECUREID        0x101FB3E3
       
    30 
       
    31 DEFFILE         wmunittest.def
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../../inc
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   /epoc32/include/libc
       
    38 SYSTEMINCLUDE   /epoc32/include/ecom
       
    39 
       
    40 SOURCEPATH      ../../../src
       
    41 SOURCE 	        wmplugin.cpp
       
    42 SOURCE          wmresourceloader.cpp
       
    43 SOURCE          wmmaincontainer.cpp
       
    44 SOURCE          wmmaincontainerview.cpp
       
    45 SOURCE          wmwidgetdata.cpp
       
    46 SOURCE          wmlistbox.cpp
       
    47 SOURCE          wmimageconverter.cpp
       
    48 SOURCE          wmiconfileprovider.cpp
       
    49 SOURCE          wmpersistentwidgetorder.cpp
       
    50 SOURCE          wmeffectmanager.cpp
       
    51 SOURCE          wmdetailsdlg.cpp
       
    52 SOURCE          wmwidgetloaderao.cpp
       
    53 
       
    54 SOURCEPATH      ../src
       
    55 SOURCE          wmunittest.cpp
       
    56 SOURCE          wmunittest_all.cpp
       
    57 SOURCE          wmunittest_plugin.cpp
       
    58 SOURCE          wmunittest_sortorder.cpp
       
    59 SOURCE          wmunittest_converter.cpp
       
    60 
       
    61 // same as in widgetmanager.mmp
       
    62 LIBRARY	    euser.lib
       
    63 LIBRARY     cone.lib
       
    64 LIBRARY     avkon.lib
       
    65 LIBRARY     eikcore.lib
       
    66 LIBRARY     estor.lib
       
    67 LIBRARY     eikcoctl.lib
       
    68 LIBRARY     eikctl.lib
       
    69 LIBRARY	    eikdlg.lib
       
    70 LIBRARY     efsrv.lib // RFs
       
    71 LIBRARY     bafl.lib // BaflUtils
       
    72 LIBRARY     apgrfx.lib // RApaLsSession
       
    73 LIBRARY     commonengine.lib // StringLoader
       
    74 LIBRARY     aknicon.lib // AknIconUtility
       
    75 LIBRARY     imageconversion.lib // CImageDecoder
       
    76 LIBRARY     bitmaptransforms.lib // CBitmapScaler
       
    77 LIBRARY     fbscli.lib // CFbsBitmap
       
    78 LIBRARY     gdi.lib // CFont
       
    79 LIBRARY     egul.lib // TextUtils
       
    80 LIBRARY     ecom.lib // ECom fw
       
    81 LIBRARY     aknskins.lib // AknsDrawUtils
       
    82 LIBRARY     aknskinsrv.lib // AknsDrawUtils
       
    83 LIBRARY     aknswallpaperutils.lib // AknsDrawUtils
       
    84 LIBRARY     hscontentcontrol.lib // CHsContentControlUi
       
    85 LIBRARY     apparc.lib // CApaCommandLine
       
    86 LIBRARY     aknlayout.lib // avkon layout
       
    87 LIBRARY     aknlayout2scalable.lib // scalable avkon layout
       
    88 LIBRARY     swinstcli.lib // widget uninstall
       
    89 LIBRARY     hscontentinfo.lib // CHsContentInfo
       
    90 LIBRARY     platformenv.lib  // DriveInfo::GetDefaultDrive
       
    91 LIBRARY	    svgengine.lib // CSvgEngineInterfaceImpl
       
    92 LIBRARY     gfxtrans.lib // effect manager
       
    93 LIBRARY     ws32.lib //WindowSession
       
    94 LIBRARY     widgetregistryclient.lib // WidgetRegistryClient
       
    95 LIBRARY     hlplch.lib // HlpLauncher
       
    96 LIBRARY     sysutil.lib //  diskspace
       
    97 LIBRARY     featmgr.lib // FeatureManager
       
    98 LIBRARY     etext.lib 
       
    99 
       
   100 
       
   101 // libraries needed by the test framework
       
   102 LIBRARY     stiftestinterface.lib
       
   103 
       
   104 // End of File