widgets/widgetinstaller/group/WidgetInstallerUI.mmp
changeset 0 dd21522fd290
child 13 10e98eab6f85
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2006 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 the License "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 *    mmp file for WidgetInstallerUI component
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include <bldvariant.hrh>
       
    23 #include <platform/mw/Browser_platform_variant.hrh>
       
    24 
       
    25 // TARGET INFO
       
    26 TARGET          WidgetInstallerUI.dll
       
    27 TARGETTYPE      PLUGIN
       
    28 UID             0x10009D8D 0x1028281F
       
    29 
       
    30 // Capability assignment.
       
    31 CAPABILITY      CAP_ECOM_PLUGIN
       
    32 VENDORID        VID_DEFAULT
       
    33 
       
    34 // Resources
       
    35 START RESOURCE  ../data/1028281F.rss
       
    36 TARGET          WidgetInstallerUI.rsc
       
    37 END
       
    38 
       
    39 START RESOURCE  ../data/WidgetInstallerUI.rss
       
    40 DEPENDS swinstcommonui.rsg
       
    41 HEADER
       
    42 TARGETPATH      Resource
       
    43 LANGUAGE_IDS
       
    44 END
       
    45 
       
    46 // Sources
       
    47 SOURCEPATH      ../src 
       
    48 SOURCE          WidgetUIMain.cpp
       
    49 SOURCE          WidgetInstallerUI.cpp
       
    50 SOURCE          WidgetUIOperationsWatcher.cpp
       
    51 SOURCE          WidgetUIHandler.cpp
       
    52 SOURCE          WidgetUIConfigHandler.cpp
       
    53 SOURCE          WidgetRegistrationManager.cpp
       
    54 SOURCE          Iconconverter.cpp
       
    55 
       
    56 // Includes
       
    57 USERINCLUDE     ../Inc
       
    58 
       
    59 MW_LAYER_SYSTEMINCLUDE
       
    60 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    61 
       
    62 // Libraries
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         ezip.lib
       
    65 LIBRARY         ecom.lib
       
    66 LIBRARY         avkon.lib
       
    67 LIBRARY         SWInstCommonUI.lib
       
    68 LIBRARY         cone.lib
       
    69 LIBRARY         bafl.lib
       
    70 LIBRARY         commonengine.lib
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         platformenv.lib
       
    73 LIBRARY         centralrepository.lib
       
    74 LIBRARY         SWInstTaskManager.lib
       
    75 DEBUGLIBRARY    flogger.lib
       
    76 LIBRARY         XmlEngineUtils.lib 
       
    77 LIBRARY         XMLEngine.lib
       
    78 LIBRARY         XmlEngineDOM.lib
       
    79 LIBRARY         apgrfx.lib
       
    80 LIBRARY         estor.lib
       
    81 LIBRARY         fbscli.lib
       
    82 LIBRARY         imageconversion.lib
       
    83 LIBRARY         bitmaptransforms.lib 
       
    84 LIBRARY         bitgdi.lib
       
    85 LIBRARY         WidgetRegistryClient.lib
       
    86 LIBRARY         charconv.lib 
       
    87 
       
    88 // End of file