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