commondrm/drmsettingsplugin/inc/drmsettingsplugin.rh
branchRCL_3
changeset 72 1481bf457703
parent 0 95b198f216e5
equal deleted inserted replaced
71:1221b68b8a5f 72:1481bf457703
       
     1 /*
       
     2 * Copyright (c) 2006 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 declarations for resources.
       
    15 *                 The file can be included only in resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef DRMSETTINGSPLUGIN_RH
       
    20 #define DRMSETTINGSPLUGIN_RH
       
    21 
       
    22 
       
    23 // Global definitions
       
    24 
       
    25 
       
    26 // ---------------------------------------------------------
       
    27 //    drm_settings_feature_array
       
    28 //    Defines a structure to contain information about items 
       
    29 //    to be able to included in the listbox.
       
    30 // ---------------------------------------------------------
       
    31 //
       
    32 STRUCT DRM_SETTINGS_FEATURE_ARRAY
       
    33     {
       
    34     STRUCT items[];
       
    35     }
       
    36 
       
    37 // ---------------------------------------------------------
       
    38 //    drm_settings_feature
       
    39 //    Defines a structure that contains information about 
       
    40 //    a single listbox item.
       
    41 // ---------------------------------------------------------
       
    42 //
       
    43 STRUCT DRM_SETTINGS_FEATURE
       
    44     {
       
    45     LTEXT txt = "";    
       
    46     WORD item = -1;
       
    47     BYTE type = EDRMSettingsListBoxItemTypeIsAlwaysVisible;
       
    48     }
       
    49 
       
    50 #endif // DRMSETTINGSPLUGIN_RH
       
    51 // End of File