messagingappbase/smartmessaging/vcardbc/bif/cbcbif_sms.rss
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 *     Bio Info File resource for vcardbc.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 
       
    23 NAME    VCDC
       
    24 
       
    25 //  INCLUDES
       
    26 #include <biftool2.rh>
       
    27 #include <vcardbc.loc>
       
    28 
       
    29 //  RESOURCE DEFINITIONS
       
    30 
       
    31 RESOURCE BIO_INFO_FILE
       
    32     {
       
    33     message_type_uid    = 0x10005531;
       
    34 	message_parser_name = "gfp.dll";
       
    35 	message_appctrl_name = "vcardbc.dll";       // vCard Bio Control
       
    36     message_app_uid     = KUidUseDefaultApp;
       
    37     
       
    38     file_extension      = ".cbc";
       
    39     description         = qtn_mce_inbox_type_smart_cbc;
       
    40     icons_filename      = "none";
       
    41     icon_zoom_levels    = {1};
       
    42     ids=
       
    43         {
       
    44         ID
       
    45             {
       
    46             type = ENbs;
       
    47             confidence = ECertain;
       
    48             text = "Business Card";
       
    49             },
       
    50 
       
    51         ID
       
    52             {
       
    53             type = EWap;
       
    54             confidence = ECertain;
       
    55             port = 5501;
       
    56             }
       
    57         };
       
    58     }
       
    59 
       
    60 // end of file