webengine/browserrecognizers/group/BrowserRec.mmp
changeset 0 dd21522fd290
child 36 0ed94ceaa377
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:  Recognizer for the bowser supported MIME types.
       
    15 *
       
    16 */
       
    17 #if defined(__BROWSER_SDK)
       
    18 TARGET          BrowserRec_sdk.DLL
       
    19 #else
       
    20 #include <platform_paths.hrh>
       
    21 #include <platform/mw/Browser_platform_variant.hrh>
       
    22 TARGET          BrowserRec.DLL
       
    23 #endif
       
    24 
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x01005A02
       
    27 
       
    28 CAPABILITY CAP_ECOM_PLUGIN 
       
    29 
       
    30 
       
    31 SOURCEPATH      ../Data
       
    32 
       
    33 START RESOURCE  01005A02.rss
       
    34 #if defined(__BROWSER_SDK)
       
    35 TARGET          BrowserRec_sdk.rsc
       
    36 #else
       
    37 TARGET          BrowserRec.rsc
       
    38 #endif
       
    39 
       
    40 END
       
    41 
       
    42 VENDORID        VID_DEFAULT
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE           BrowserRec.cpp
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 #ifndef __BROWSER_SDK
       
    49 MW_LAYER_SYSTEMINCLUDE
       
    50 MW_LAYER_ECOM_SYSTEMINCLUDE
       
    51 #else
       
    52 SYSTEMINCLUDE   /Epoc32/include  /Epoc32/include/ecom
       
    53 #endif
       
    54 
       
    55 
       
    56 
       
    57 LIBRARY         EUSER.LIB 
       
    58 LIBRARY         APMIME.LIB
       
    59