commondrm/drmsettingsplugin/inc/drmsettingsplugin.hrh
branchRCL_3
changeset 27 1481bf457703
parent 0 95b198f216e5
equal deleted inserted replaced
26:1221b68b8a5f 27:1481bf457703
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  Contains common definitions for menu id:s
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DRMSETTINGSPLUGIN_HRH
       
    20 #define DRMSETTINGSPLUGIN_HRH
       
    21 
       
    22    
       
    23 enum TSettingId
       
    24     {
       
    25     EDRMSettingsIdAutomaticActivation,
       
    26     EDRMSettingsIdUsageReporting,
       
    27     EDRMSettingsIdTransactionTracking,
       
    28     EDRMSettingsIdWMDRMLicenseDeletion
       
    29     };
       
    30 
       
    31 enum TMenuCmd
       
    32     {
       
    33     EDRMSettingsCmdAppChange = 1,
       
    34     EDRMSettingsCmdAppChangeMSK 
       
    35     };
       
    36 
       
    37 enum TListBoxItemVisibility
       
    38     {
       
    39     EDRMSettingsListBoxItemTypeIsAlwaysVisible = 0,
       
    40     EDRMSettingsListBoxItemTypeIsDynamic
       
    41     };
       
    42 
       
    43 #endif //  DRMSETTINGSPLUGIN_HRH
       
    44 
       
    45 //End of File
       
    46