browserutilities/aiwbrowserprovider/Group/AiwBrowserProvider.mmp
changeset 0 dd21522fd290
child 27 60c5402cb945
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include <platform/mw/Browser_platform_variant.hrh>
       
    23 
       
    24 TARGET      AiwBrowserProvider.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 CAPABILITY      CAP_ECOM_PLUGIN NetworkServices LocalServices ReadUserData WriteUserData ReadDeviceData WriteDeviceData Location SwEvent UserEnvironment
       
    27 VENDORID    VID_DEFAULT
       
    28 
       
    29 UID     0x10009d8d 0x101FD682
       
    30 
       
    31 SOURCEPATH		../src
       
    32 SOURCE			DllMain.cpp
       
    33 SOURCE          AiwBrowserProviderOpenUrl.cpp
       
    34 SOURCE          AiwBrowserProviderSaveUrl.cpp
       
    35 
       
    36 USERINCLUDE     ../inc ../data
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 MW_LAYER_ECOM_SYSTEMINCLUDE
       
    40 
       
    41 START RESOURCE    ../data/101FD682.rss
       
    42 TARGET      AiwBrowserProvider
       
    43 TARGETPATH    ECOM_RESOURCE_DIR
       
    44 END
       
    45 
       
    46 START RESOURCE    ../data/AiwBrowserProvider.rss
       
    47 HEADER
       
    48 TARGET      AiwBrowserProvider
       
    49 TARGETPATH    RESOURCE_FILES_DIR
       
    50 END
       
    51 
       
    52 LIBRARY	    euser.lib eikcoctl.lib cone.lib commonengine.lib
       
    53 LIBRARY     avkon.lib
       
    54 LIBRARY     ECom.lib ServiceHandler.lib
       
    55 LIBRARY     apgrfx.lib
       
    56 LIBRARY     FavouritesEngine.lib
       
    57 LIBRARY BrowserDialogsProvider.lib
       
    58 LIBRARY efsrv.lib 
       
    59 DEBUGLIBRARY    flogger.lib
       
    60 // End of File