calendarui/regionalplugins/lunarVietnamese/data/hb_calenlunarvietnameseplugin.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 16 Apr 2010 14:57:40 +0300
changeset 18 c198609911f9
permissions -rw-r--r--
Revision: 201011 Kit: 201015

/*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   Calendar Lunar Vietnamese Plugin 
 *
*/



#ifndef CALENLUNARVIETNAMESEPLUGINREG_H
#define CALENLUNARVIETNAMESEPLUGINREG_H


#include "CalenRegionalPluginUids.h"

#include <ecom/registryinfo.rh>
#include <calendar.loc>

RESOURCE REGISTRY_INFO registry_info
    {
    dll_uid = CALENVIETNAMESEPLUGIN_DLL_UID;
    interfaces =
        {
        INTERFACE_INFO
            {
            interface_uid = CALENUIPLUGININTERFACE_ECOM_INTERFACE_UID;
            implementations =
                {
                IMPLEMENTATION_INFO 
                    {
                    implementation_uid = CALENLUNARPLUGIN_VIETNAMESE_IMPLEMENTATION_UID;
                    version_no = 1;
                    display_name = qtn_chi_cale_sett_lunar_cale;
                    // Supported languages can be inserted as follows:
                    // "language(1)||language(14)||language(151)
                    // Numbers can be Symbian language codes (TLanguage) 
                    // or S60 extensions (151,161...) to them
                    // 
                    // Plugin is loaded only when current phone language
                    // is one of the listed languages.
                    // 
                    // If plugin should be loaded for all languages, then
                    // language(*) can be defined
                    // 96 vietnamese
                    //default_data = "language(96)";
			  default_data = "language(1)";
                    opaque_data  = ""; 
                    }

                };
            }
        };
    }

#endif //CALENLUNARVIETNAMESEPLUGINREG_H
// End of file