omads/omadsextensions/adapters/notes/src/NSmlNotepadDataStoreFormat.rss
branchRCL_3
changeset 25 4f0867e42d62
parent 24 8e7494275d3a
child 26 3e6957da2ff8
equal deleted inserted replaced
24:8e7494275d3a 25:4f0867e42d62
     1 CHARACTER_SET UTF8/*
       
     2 * Copyright (c) 2005 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:  Resource data for notepadDataProvider
       
    15 *
       
    16 */
       
    17 
       
    18 #include <eikon.rh>
       
    19 #include <avkon.rh>
       
    20 #include "SmlDataFormat.rh"
       
    21 #include "SmlDataFormat.hrh"
       
    22 #include <data_caging_paths_strings.hrh>
       
    23 
       
    24 
       
    25 
       
    26 RESOURCE TBUF r_notepad_datafile_name
       
    27     {
       
    28     buf = NOTEPAD_DATABASE;
       
    29     }
       
    30 
       
    31 RESOURCE SML_DATA_STORE_FORMAT NSML_NOTEPAD_DATA_STORE_FORMAT
       
    32 	{
       
    33 	version=1;
       
    34 	display_name="Notes";
       
    35 	sync_types=KSmlSyncType_TwoWay+KSmlSyncType_OneWayFromSvr+KSmlSyncType_OneWayFromClnt+KSmlSyncType_RefreshFromSvr+KSmlSyncType_RefreshFromClnt+KSmlSyncType_SlowSync;
       
    36 	mime_format=
       
    37 		{
       
    38 		SML_MIME_FORMAT
       
    39 			{
       
    40 			version=1;
       
    41 			mime_type="text/plain";
       
    42 			mime_ver="1.0";
       
    43 			field_level=0;
       
    44 			}
       
    45 		};
       
    46 		mime_format_tx_pref=0;     // Preferred index for tx
       
    47 		mime_format_rx_pref=0;     // Preferred index for rx
       
    48 		folder_properties={};
       
    49 		filter_capabilities={};
       
    50 		max_size=0; 	// no limit
       
    51 		max_items=0; 	// no limit
       
    52 		flags=0;
       
    53 	}
       
    54 	
       
    55 // End of File