omads/omadsextensions/adapters/notes/src/NSmlNotepadDataStoreFormat.rss
branchRCL_3
changeset 51 8e7494275d3a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omads/omadsextensions/adapters/notes/src/NSmlNotepadDataStoreFormat.rss	Tue Aug 31 15:05:37 2010 +0300
@@ -0,0 +1,55 @@
+CHARACTER_SET UTF8/*
+* Copyright (c) 2005 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:  Resource data for notepadDataProvider
+*
+*/
+
+#include <eikon.rh>
+#include <avkon.rh>
+#include "SmlDataFormat.rh"
+#include "SmlDataFormat.hrh"
+#include <data_caging_paths_strings.hrh>
+
+
+
+RESOURCE TBUF r_notepad_datafile_name
+    {
+    buf = NOTEPAD_DATABASE;
+    }
+
+RESOURCE SML_DATA_STORE_FORMAT NSML_NOTEPAD_DATA_STORE_FORMAT
+	{
+	version=1;
+	display_name="Notes";
+	sync_types=KSmlSyncType_TwoWay+KSmlSyncType_OneWayFromSvr+KSmlSyncType_OneWayFromClnt+KSmlSyncType_RefreshFromSvr+KSmlSyncType_RefreshFromClnt+KSmlSyncType_SlowSync;
+	mime_format=
+		{
+		SML_MIME_FORMAT
+			{
+			version=1;
+			mime_type="text/plain";
+			mime_ver="1.0";
+			field_level=0;
+			}
+		};
+		mime_format_tx_pref=0;     // Preferred index for tx
+		mime_format_rx_pref=0;     // Preferred index for rx
+		folder_properties={};
+		filter_capabilities={};
+		max_size=0; 	// no limit
+		max_items=0; 	// no limit
+		flags=0;
+	}
+	
+// End of File