calendarui/regionalplugins/KoreanLunar/data/CalenKoreanLunarPlugin.rss
branchRCL_3
changeset 31 97232defd20e
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
       
     1 /*
       
     2 * Copyright (c) 2010 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 *
       
    16 */
       
    17 #include <CalenRegionalPluginUids.h>
       
    18 #include "CalenLunarPluginUids.hrh"
       
    19 
       
    20 #include <ecom/registryinfo.rh>
       
    21 #include <calenkoreanlunar.loc>
       
    22 
       
    23 RESOURCE REGISTRY_INFO registry_info
       
    24     {
       
    25     dll_uid = CALENKOREANLUNARPLUGIN_DLL_UID;
       
    26     interfaces =
       
    27         {
       
    28         INTERFACE_INFO
       
    29             {
       
    30             interface_uid = CALENUIPLUGININTERFACE_ECOM_INTERFACE_UID;
       
    31             implementations =
       
    32                 {
       
    33                 IMPLEMENTATION_INFO
       
    34                     {
       
    35                     implementation_uid = CALENKOREANLUNARPLUGIN_IMPLEMENTATION_UID;
       
    36                     version_no = 1;
       
    37                     display_name = qtn_kor_cale_lunar_calendar;
       
    38                     // Supported languages can be inserted as follows:
       
    39                     // "language(1)||language(14)||language(151)
       
    40                     // Numbers can be Symbian language codes (TLanguage)
       
    41                     // or S60 extensions (151,161...) to them
       
    42                     //
       
    43                     // Plugin is loaded only when current phone language
       
    44                     // is one of the listed languages.
       
    45                     //
       
    46                     // If plugin should be loaded for all languages, then
       
    47                     // language(*) can be defined,
       
    48                     // 65 Korean
       
    49                     // 1 English
       
    50                     default_data = "language(65)||language(1)";
       
    51                     opaque_data  = "";
       
    52                     }
       
    53                 };
       
    54             }
       
    55         };
       
    56     }
       
    57 // End of file