calendarui/regionalplugins/lunarchinese/data/hb_calenlunarchineseplugin.rss
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 24 f6320731c6bb
child 26 a949c2543c15
child 45 b6db4fd4947b
equal deleted inserted replaced
18:c198609911f9 23:fd30d51f876b
     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 Plugin 
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "CalenRegionalPluginUids.h"
       
    21 
       
    22 #include <ecom/registryinfo.rh>
       
    23 //#include <RegistryInfoV2.rh>
       
    24 #include <calendar.loc>
       
    25 
       
    26 RESOURCE REGISTRY_INFO registry_info
       
    27     {
       
    28     dll_uid = CALENLUNARCHINESEPLUGIN_DLL_UID;
       
    29     interfaces =
       
    30         {
       
    31         INTERFACE_INFO
       
    32             {
       
    33             interface_uid = CALENUIPLUGININTERFACE_ECOM_INTERFACE_UID;
       
    34             implementations =
       
    35                 {
       
    36                 IMPLEMENTATION_INFO 
       
    37                     {
       
    38                     implementation_uid = CALENLUNARPLUGIN_CHINESE_IMPLEMENTATION_UID;
       
    39                     version_no = 1;
       
    40                     display_name = qtn_chi_cale_sett_lunar_cale;
       
    41                     // Supported languages can be inserted as follows:
       
    42                     // "language(1)||language(14)||language(151)
       
    43                     // Numbers can be Symbian language codes (TLanguage) 
       
    44                     // or S60 extensions (151,161...) to them
       
    45                     // 
       
    46                     // Plugin is loaded only when current phone language
       
    47                     // is one of the listed languages.
       
    48                     // 
       
    49                     // If plugin should be loaded for all languages, then
       
    50                     // language(*) can be defined,
       
    51                     // 29 Chinese (Taiwan)
       
    52                     // 30 Chinese (Hongkong)
       
    53                     // 31 Chinese (PRC)
       
    54                     // 157 English (Taiwan)
       
    55                     // 158 English (Hongkong)
       
    56                     // 159 English (PRC)
       
    57                     //default_data = "language(29)||language(30)||language(31)"; 
       
    58                     default_data = "language(1)";
       
    59                     opaque_data  = "";
       
    60                     }
       
    61                 };
       
    62             }
       
    63         };
       
    64     }
       
    65 
       
    66 // End of file