homesync/contentmanager/homesyncgsplugin/inc/msgs.hrh
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2009 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 headers for project Media Servant
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MSGS_HRH
       
    20 #define MSGS_HRH
       
    21 
       
    22 
       
    23 // setting list items
       
    24 enum TMSSettingItems
       
    25     {
       
    26     EMSSettingsSync = 0,
       
    27     EMSSettingsSourceDevices,
       
    28     EMSSettingsTargetDevices,
       
    29     EMSSettingsMemory,
       
    30     EMSMemoryManager
       
    31     };
       
    32 
       
    33 // memory manager setting items
       
    34 enum TMSMemoryManagerItems
       
    35     {
       
    36     EMSDisabled = 0,
       
    37     EMSAskWhenFull
       
    38     };
       
    39 
       
    40 // sync setting items
       
    41 enum TMSSyncSettings
       
    42     {
       
    43     EMSSyncDisabled = 0,
       
    44     EMSSyncAutomatic
       
    45     };
       
    46         
       
    47 #endif      // MSGS_HRH