calendarui/regionalplugins/lunarVietnamese/data/hb_calenlunarvietnameseplugin.rss
changeset 18 c198609911f9
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 /*
       
     2 * Copyright (c) 2007 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:   Calendar Lunar Vietnamese Plugin 
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef CALENLUNARVIETNAMESEPLUGINREG_H
       
    21 #define CALENLUNARVIETNAMESEPLUGINREG_H
       
    22 
       
    23 
       
    24 #include "CalenRegionalPluginUids.h"
       
    25 
       
    26 #include <ecom/registryinfo.rh>
       
    27 #include <calendar.loc>
       
    28 
       
    29 RESOURCE REGISTRY_INFO registry_info
       
    30     {
       
    31     dll_uid = CALENVIETNAMESEPLUGIN_DLL_UID;
       
    32     interfaces =
       
    33         {
       
    34         INTERFACE_INFO
       
    35             {
       
    36             interface_uid = CALENUIPLUGININTERFACE_ECOM_INTERFACE_UID;
       
    37             implementations =
       
    38                 {
       
    39                 IMPLEMENTATION_INFO 
       
    40                     {
       
    41                     implementation_uid = CALENLUNARPLUGIN_VIETNAMESE_IMPLEMENTATION_UID;
       
    42                     version_no = 1;
       
    43                     display_name = qtn_chi_cale_sett_lunar_cale;
       
    44                     // Supported languages can be inserted as follows:
       
    45                     // "language(1)||language(14)||language(151)
       
    46                     // Numbers can be Symbian language codes (TLanguage) 
       
    47                     // or S60 extensions (151,161...) to them
       
    48                     // 
       
    49                     // Plugin is loaded only when current phone language
       
    50                     // is one of the listed languages.
       
    51                     // 
       
    52                     // If plugin should be loaded for all languages, then
       
    53                     // language(*) can be defined
       
    54                     // 96 vietnamese
       
    55                     //default_data = "language(96)";
       
    56 			  default_data = "language(1)";
       
    57                     opaque_data  = ""; 
       
    58                     }
       
    59 
       
    60                 };
       
    61             }
       
    62         };
       
    63     }
       
    64 
       
    65 #endif //CALENLUNARVIETNAMESEPLUGINREG_H
       
    66 // End of file