profilesapplication/Profiles/ProfilesGSTonesPlugin/inc/ProfilesGSTonesPlugin.hrh
branchRCL_3
changeset 18 b7fa36b488f8
parent 17 861562a14a53
child 19 cd54903d48da
equal deleted inserted replaced
17:861562a14a53 18:b7fa36b488f8
     1 /*
       
     2 * Copyright (c) 2003, 2004 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 header file for the plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PROFILESGSTONESPLUGIN_HRH
       
    20 #define PROFILESGSTONESPLUGIN_HRH
       
    21 
       
    22 // CONSTANTS
       
    23 
       
    24 // DATA TYPES
       
    25 
       
    26 enum TProfilesGsTonesCommandIds
       
    27     {
       
    28     EProfilesGsTonesCmdChange = 1      // available from menu in settings list
       
    29     };
       
    30     
       
    31 enum TProfileGSTonesSettingItemIds
       
    32     {
       
    33     // Start from 100 to not to collapse with the setting item IDs in Profiles
       
    34     // App:
       
    35     EProfileGSTonesPluginSettingCalendarToneId = 100,
       
    36     EProfileGSTonesPluginSettingClockToneId = 101,
       
    37     EProfileGSTonesPluginSettingHacModeId = 102
       
    38     };
       
    39 
       
    40 #endif // PROFILESGSTONESPLUGIN_HRH
       
    41 
       
    42 
       
    43 // End of File