calendarui/regionalplugins/lunarchinese/data/102823A8.rss
changeset 0 f979ecb2b13e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/calendarui/regionalplugins/lunarchinese/data/102823A8.rss	Tue Feb 02 10:12:19 2010 +0200
@@ -0,0 +1,70 @@
+/*
+* 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 Plugin 
+ *
+*/
+
+
+
+#ifndef CALENLUNARPLUGINREG_H
+#define CALENLUNARPLUGINREG_H
+
+
+#include "calenregionalpluginuids.h"
+
+#include <ecom/registryinfo.rh>
+//#include <RegistryInfoV2.rh>
+#include <calendar.loc>
+
+RESOURCE REGISTRY_INFO registry_info
+    {
+    dll_uid = CALENLUNARCHINESEPLUGIN_DLL_UID;
+    interfaces =
+        {
+        INTERFACE_INFO
+            {
+            interface_uid = CALENUIPLUGININTERFACE_ECOM_INTERFACE_UID;
+            implementations =
+                {
+                IMPLEMENTATION_INFO 
+                    {
+                    implementation_uid = CALENLUNARPLUGIN_CHINESE_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,
+                    // 29 Chinese (Taiwan)
+                    // 30 Chinese (Hongkong)
+                    // 31 Chinese (PRC)
+                    // 157 English (Taiwan)
+                    // 158 English (Hongkong)
+                    // 159 English (PRC)
+                    default_data = "language(29)||language(30)||language(31)"; 
+                    opaque_data  = "";
+                    }
+                };
+            }
+        };
+    }
+
+#endif //CALENLUNARPLUGINREG_H
+// End of file