messagingfw/biomsgfw/Rom/bioparsers.iby
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     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 *
       
    16 */
       
    17 
       
    18 #ifndef __BIOPARSERS_IBY__
       
    19 #define __BIOPARSERS_IBY__
       
    20 
       
    21 #include <charconv.iby>
       
    22 #include <commdb.iby>
       
    23 #include <messageserver.iby>
       
    24 #include <gtbioutils.iby>
       
    25 
       
    26 REM Bio Parsers
       
    27 
       
    28 #ifndef NO_CBCP_PARSER_IN_ROM
       
    29 file=ABI_DIR\BUILD_DIR\cbcp.dll			sys\bin\cbcp.dll
       
    30 data=MULTI_LINGUIFY(rsc DATAZ_\resource\messaging\bif\cbcp	resource\messaging\bif\cbcp)
       
    31 data=DATAZ_\resource\messaging\bif\cbcp.mbm			resource\messaging\bif\cbcp.mbm
       
    32 #else
       
    33 file=ABI_DIR\BUILD_DIR\cbcp.dll			sys\bin\cbcp.dll
       
    34 #endif
       
    35 
       
    36 #ifndef NO_ENP_PARSER_IN_ROM
       
    37 file=ABI_DIR\BUILD_DIR\enp.dll			sys\bin\enp.dll
       
    38 data=MULTI_LINGUIFY(rsc DATAZ_\resource\messaging\bif\enp		resource\messaging\bif\enp)
       
    39 data=DATAZ_\resource\messaging\bif\enp.mbm			resource\messaging\bif\enp.mbm
       
    40 #else
       
    41 file=ABI_DIR\BUILD_DIR\enp.dll			sys\bin\enp.dll
       
    42 #endif
       
    43 
       
    44 #ifndef NO_IACP_PARSER_IN_ROM
       
    45 file=ABI_DIR\BUILD_DIR\iacp.dll			sys\bin\iacp.dll
       
    46 data=MULTI_LINGUIFY(rsc DATAZ_\resource\messaging\bif\iacp	resource\messaging\bif\iacp)
       
    47 data=DATAZ_\resource\messaging\bif\iacp.mbm			resource\messaging\bif\iacp.mbm
       
    48 #else
       
    49 file=ABI_DIR\BUILD_DIR\iacp.dll			sys\bin\iacp.dll
       
    50 #endif
       
    51 
       
    52 #ifndef NO_GFP_PARSER_IN_ROM
       
    53 file=ABI_DIR\BUILD_DIR\gfp.dll			sys\bin\gfp.dll
       
    54 data=MULTI_LINGUIFY(rsc DATAZ_\resource\messaging\bif\vcdp	resource\messaging\bif\vcdp)
       
    55 data=DATAZ_\resource\messaging\bif\vcdp.mbm			resource\messaging\bif\vcdp.mbm
       
    56 data=MULTI_LINGUIFY(rsc DATAZ_\resource\messaging\bif\vclp	resource\messaging\bif\vclp)
       
    57 data=DATAZ_\resource\messaging\bif\vclp.mbm			resource\messaging\bif\vclp.mbm
       
    58 data=MULTI_LINGUIFY(rsc DATAZ_\resource\messaging\bif\rtp		resource\messaging\bif\rtp)
       
    59 data=DATAZ_\resource\messaging\bif\rtp.mbm			resource\messaging\bif\rtp.mbm
       
    60 
       
    61 #ifdef SYMBIAN_MESSAGING_TESTCODE  //Exporting Only for Test.
       
    62 data=MULTI_LINGUIFY(rsc DATAZ_\resource\messaging\bif\olp		resource\messaging\bif\olp)
       
    63 data=DATAZ_\resource\messaging\bif\olp.mbm			resource\messaging\bif\olp.mbm
       
    64 #endif //End of (#ifdef SYMBIAN_MESSAGING_TESTCODE)
       
    65 
       
    66 #else
       
    67 file=ABI_DIR\BUILD_DIR\gfp.dll			sys\bin\gfp.dll
       
    68 #endif
       
    69 
       
    70 #ifndef NO_WAPP_PARSER_IN_ROM
       
    71 file=ABI_DIR\BUILD_DIR\wapp.dll			sys\bin\wapp.dll
       
    72 data=MULTI_LINGUIFY(rsc DATAZ_\resource\messaging\bif\wapp	resource\messaging\bif\wapp)
       
    73 data=DATAZ_\resource\messaging\bif\wapp.mbm			resource\messaging\bif\wapp.mbm
       
    74 data=MULTI_LINGUIFY(RSC DATAZ_\resource\messaging\wappstr	resource\messaging\wappstr)
       
    75 #else
       
    76 file=ABI_DIR\BUILD_DIR\wapp.dll			sys\bin\wapp.dll
       
    77 data=MULTI_LINGUIFY(RSC DATAZ_\resource\messaging\wappstr	resource\messaging\wappstr)
       
    78 #endif
       
    79 
       
    80 #endif