idlehomescreen/widgetmanager/group/widgetmanager.mmp
branchRCL_3
changeset 83 5456b4e8b3a8
child 84 20d75ec6647e
child 93 b01126ce0bec
equal deleted inserted replaced
82:5f0182e07bfb 83:5456b4e8b3a8
       
     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:
       
    15 * Widget manager project definition file
       
    16 *
       
    17 */
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET widgetmanager.dll
       
    23 TARGETTYPE PLUGIN
       
    24 
       
    25 // ECom Dll recognition UID followed by the unique UID for this dll
       
    26 UID 0x10009D8D 0x20026F53
       
    27 
       
    28 VENDORID    VID_DEFAULT
       
    29 SECUREID    0x20026F53
       
    30 
       
    31 // SIS installation + IAD support
       
    32 VERSION 1.0
       
    33 paged
       
    34 
       
    35 LANGUAGE_IDS
       
    36 
       
    37 CAPABILITY CAP_ECOM_PLUGIN
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE  wmpluginproxy.cpp
       
    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  wmpersistentwidgetorder.cpp
       
    49 SOURCE  wmeffectmanager.cpp
       
    50 SOURCE  wmdetailsdlg.cpp
       
    51 SOURCE	wmportalbutton.cpp
       
    52 SOURCE  wmwidgetloaderao.cpp
       
    53 SOURCE  wmconfiguration.cpp
       
    54 SOURCE  wminstaller.cpp
       
    55 SOURCE  wmprocessmonitor.cpp
       
    56 SOURCE  wmwidgetorderdata.cpp
       
    57 SOURCE  wmspbgcleaner.cpp 
       
    58 
       
    59 SOURCEPATH		../data
       
    60 START RESOURCE  20026F53.rss
       
    61 TARGETPATH		ECOM_RESOURCE_DIR
       
    62 TARGET          widgetmanager.rsc
       
    63 END //RESOURCE
       
    64 
       
    65 SOURCEPATH		../data
       
    66 START RESOURCE	widgetmanagerview.rss
       
    67 HEADER
       
    68 TARGETPATH      APP_RESOURCE_DIR
       
    69 LANGUAGE_IDS
       
    70 END //RESOURCE
       
    71 
       
    72 USERINCLUDE .
       
    73 USERINCLUDE ../inc
       
    74 
       
    75 APP_LAYER_SYSTEMINCLUDE
       
    76 SYSTEMINCLUDE   /epoc32/include/ecom
       
    77 
       
    78 
       
    79 LIBRARY	    euser.lib
       
    80 LIBRARY     cone.lib
       
    81 LIBRARY     avkon.lib
       
    82 LIBRARY     eikcore.lib
       
    83 LIBRARY     estor.lib
       
    84 LIBRARY     eikcoctl.lib
       
    85 LIBRARY     eikctl.lib
       
    86 LIBRARY     eikdlg.lib
       
    87 
       
    88 LIBRARY     efsrv.lib // RFs
       
    89 LIBRARY     bafl.lib // BaflUtils
       
    90 LIBRARY     apgrfx.lib // RApaLsSession
       
    91 LIBRARY     commonengine.lib // StringLoader
       
    92 
       
    93 LIBRARY     aknicon.lib // AknIconUtility
       
    94 LIBRARY     imageconversion.lib // CImageDecoder
       
    95 LIBRARY     bitmaptransforms.lib // CBitmapScaler
       
    96 LIBRARY     fbscli.lib // CFbsBitmap
       
    97 LIBRARY     bitgdi.lib // CFbsBitmapDevice
       
    98 LIBRARY     gdi.lib // CFont
       
    99 LIBRARY     egul.lib // TextUtils
       
   100 LIBRARY     ecom.lib // ECom fw
       
   101 LIBRARY     aknskins.lib // AknsDrawUtils
       
   102 LIBRARY     aknskinsrv.lib // AknsDrawUtils
       
   103 LIBRARY     aknswallpaperutils.lib // AknsDrawUtils
       
   104 LIBRARY     hscontentcontrol.lib // CHsContentControlUi
       
   105 LIBRARY     apparc.lib // CApaCommandLine
       
   106 LIBRARY     aknlayout.lib // avkon layout
       
   107 LIBRARY     aknlayout2scalable.lib // scalable avkon layout
       
   108 LIBRARY     swinstcli.lib // widget uninstall
       
   109 LIBRARY     hscontentinfo.lib // CHsContentInfo
       
   110 LIBRARY     platformenv.lib  // DriveInfo::GetDefaultDrive
       
   111 LIBRARY	    svgengine.lib // CSvgEngineInterfaceImpl
       
   112 LIBRARY     gfxtrans.lib // effect manager
       
   113 LIBRARY     ws32.lib //WindowSession
       
   114 LIBRARY     widgetregistryclient.lib // WidgetRegistryClient
       
   115 LIBRARY     hlplch.lib // HlpLauncher
       
   116 LIBRARY     sysutil.lib //  diskspace
       
   117 LIBRARY     featmgr.lib // FeatureManager
       
   118 LIBRARY     etext.lib 
       
   119 LIBRARY     centralrepository.lib
       
   120 LIBRARY     bmpanim.lib // AknBitmap animation
       
   121 LIBRARY     inetprotutil.lib 
       
   122 LIBRARY     browserlauncher.lib
       
   123 LIBRARY     alfdecoderserverclient.lib // alf observer
       
   124 
       
   125 // End of file