messagingappbase/smartmessaging/vcardbc/bif/vcardbif.rss
branchRCL_3
changeset 27 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2002 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 *     This is the source for the BIF file. The BIF is a configuration file
       
    16 *     for Bio Controls.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 //  RESOURCE IDENTIFIER
       
    23 
       
    24 NAME    VCDG
       
    25 
       
    26 //  INCLUDES
       
    27 #include <biftool2.rh>
       
    28 #include <vcardbc.loc>
       
    29 
       
    30 //  CONSTANTS
       
    31 //  MACROS
       
    32 
       
    33 //  RESOURCE DEFINITIONS
       
    34 
       
    35 RESOURCE BIO_INFO_FILE
       
    36     {
       
    37     message_type_uid    = 0x10005534;
       
    38 	message_parser_name = "gfp.dll";
       
    39 	message_appctrl_name = "vcardbc.dll";       // vCard Bio Control
       
    40     message_app_uid     = KUidUseDefaultApp;
       
    41     
       
    42     file_extension      = ".vcf";
       
    43     description         = qtn_mce_inbox_type_smart_cbc;
       
    44     icons_filename      = "none";
       
    45     icon_zoom_levels    = {1};
       
    46 
       
    47     ids=
       
    48         {
       
    49 // -- remove after iby variation done
       
    50         ID
       
    51             {
       
    52             type = EWap;
       
    53             confidence = ECertain;
       
    54             port = 9204;
       
    55             },
       
    56         ID
       
    57             {
       
    58             type = EWap;
       
    59             confidence = ECertain;
       
    60             port = 226;
       
    61             },
       
    62         ID
       
    63             {
       
    64             type = EWapSecure;
       
    65             confidence = ECertain;
       
    66             port = 9206;
       
    67             },
       
    68 // -- end of remove --
       
    69         ID
       
    70             {
       
    71             type = EIana;
       
    72             confidence = EPossible;
       
    73             text = "text/directory ";
       
    74             },
       
    75         ID
       
    76             {
       
    77             type = EIana;
       
    78             confidence = EPossible;
       
    79             text = "text/X-vCard";
       
    80             }
       
    81 
       
    82         };
       
    83     }
       
    84 
       
    85 // end of file