contenthandling/webrecognisers/group/recognisers.iby
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __RECOGNISERS_IBY__
       
    17 #define __RECOGNISERS_IBY__
       
    18 
       
    19 REM Application Protocol recognisers
       
    20 
       
    21 #ifdef __UI_FRAMEWORKS_V2__
       
    22 
       
    23 ECOM_PLUGIN(WebUrlRec.dll, 100064DE.rsc)
       
    24 ECOM_PLUGIN(RecBmark.dll, 10008ED4.rsc)
       
    25 ECOM_PLUGIN(RecWeb.dll, 10001315.rsc)
       
    26 
       
    27 #else
       
    28 
       
    29 REM polymorphi dll recognisers
       
    30 file=ABI_DIR\BUILD_DIR\WEBURLREC.MDL	System\Recogs\WebUrlRec.mdl
       
    31 file=ABI_DIR\BUILD_DIR\EBOOKMARKREC.MDL	System\Recogs\EBookmarkrec.mdl
       
    32 file=ABI_DIR\BUILD_DIR\RECWEB.MDL	System\Recogs\RecWeb.mdl
       
    33 
       
    34 #endif //__UI_FRAMEWORKS_V2__
       
    35 
       
    36 
       
    37 // Recognizer
       
    38 #ifdef __UI_FRAMEWORKS_V2__
       
    39 ECOM_PLUGIN(recwap.dll, 1000515E.rsc)
       
    40 #else
       
    41 file=ABI_DIR\BUILD_DIR\recwap.mdl				System\Recogs\Recwap.mdl
       
    42 #endif __UI_FRAMEWORKS_V2__
       
    43 
       
    44 #endif
       
    45