diff -r e1de7d03f843 -r 1a3f0bca12c6 omads/omadsextensions/adapters/notes/src/NSmlNotepadDataStoreFormat.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omads/omadsextensions/adapters/notes/src/NSmlNotepadDataStoreFormat.rss Mon May 03 12:24:28 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 +#include +#include "SmlDataFormat.rh" +#include "SmlDataFormat.hrh" +#include + + + +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