securitydialogs/SecUi/GSSimSecPlugin/Inc/GSSimSecPlugin.rh
branchGCC_SURGE
changeset 40 604cd42065d1
parent 29 b63e8c2d8cff
parent 38 e0432375ea67
equal deleted inserted replaced
29:b63e8c2d8cff 40:604cd42065d1
     1 /*
       
     2 * Copyright (c) 2003-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:  Contains common declarations for resources of GS.
       
    15 *                The file can be included only in resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef GSSIMSEC_RH
       
    20 #define GSSIMSEC_RH
       
    21 
       
    22 
       
    23 // Global definitions
       
    24 
       
    25 
       
    26 // ---------------------------------------------------------
       
    27 //    sim_sec_feature_array
       
    28 //    Defines a structure to contain information about items 
       
    29 //    to be able to included in the listbox.
       
    30 // ---------------------------------------------------------
       
    31 //
       
    32 STRUCT SIM_SEC_FEATURE_ARRAY
       
    33     {
       
    34     STRUCT items[];
       
    35     }
       
    36 
       
    37 // ---------------------------------------------------------
       
    38 //    sim_sec_feature
       
    39 //    Defines a structure that contains information about 
       
    40 //    a single listbox item.
       
    41 // ---------------------------------------------------------
       
    42 //
       
    43 STRUCT SIM_SEC_FEATURE
       
    44     {
       
    45     LTEXT txt = "";    
       
    46     WORD item = -1;
       
    47     BYTE type = EGSListBoxItemTypeIsAlwaysVisible;
       
    48     }
       
    49 
       
    50 #endif // GSSIMSEC_RH
       
    51 // End of File