camerauis/cameraapp/generic/common/inc/CamModeSelect.rh
branchRCL_3
changeset 54 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
53:61bc0f252b2b 54:bac7acad7cb3
       
     1 /*
       
     2 * Copyright (c) 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:  Resource STRUCT definitions specifically for the camera*
       
    15 */
       
    16 
       
    17 STRUCT CAM_MODE_SELECT_SUMMARY
       
    18     {
       
    19     WORD setting_value_id;
       
    20     LONG summary_icon;
       
    21     LTEXT summary_title_text;
       
    22     LTEXT summary_description_text;
       
    23     }
       
    24     
       
    25 STRUCT CAM_MODE_SELECT_SUMMARY_LAYOUT
       
    26     {
       
    27     STRUCT summary_rect;
       
    28     STRUCT summary_inner_rect;
       
    29     STRUCT summary_icon;
       
    30     STRUCT summary_title[];
       
    31     STRUCT summary_description[];
       
    32     }
       
    33     
       
    34