layouts/aknlayout2/generated/Nhd4_uiaccel/uiaccel_elaf_nhd4_land_normal_pack.cpp
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2009 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:
       
    15 *
       
    16 */
       
    17 
       
    18 // This customisation implements the interface defined in LayoutPack.cdl
       
    19 
       
    20 #include "uiaccel_elaf_nhd4_land_normal_pack.h"
       
    21 
       
    22 namespace UiAccel_Elaf_Nhd4_land_Normal_Pack
       
    23 {
       
    24 
       
    25 _LIT(name,"UiAccel_Elaf_Nhd4_land_Normal_Pack");
       
    26 
       
    27 SCdlSize const size = { 640, 360 };
       
    28 
       
    29 TAknLayoutId const id = EAknLayoutIdELAF;
       
    30 
       
    31 #include "aknlayoutscalable_elaf_hnl4_c_nhd4_lsc_tch_normal.h"
       
    32 
       
    33 CDL_ARRAY_START(TCdlRef, contents)
       
    34 	{
       
    35 	LOCAL_CDL_REF(AknLayoutScalable_Elaf_hnl4_c_nhd4_lsc_tch_Normal),
       
    36 	}
       
    37 CDL_ARRAY_END(TCdlRef, contents);
       
    38 
       
    39 
       
    40 TAknUiZoom const zoom = EAknUiZoomNormal;
       
    41 
       
    42 TInt const styleHash = 0x0a86a2c2;	// screen style NHD4
       
    43 
       
    44 TInt const priority = 0;
       
    45 
       
    46 TInt const appUid = 0x00000000;
       
    47 
       
    48 
       
    49 const LayoutPack::SCdlImpl KCdlImpl = 
       
    50 	{
       
    51 	LIT_AS_DESC_PTR(name),
       
    52 	(const TSize*)&size,
       
    53 	&id,
       
    54 	&contents,
       
    55 	&zoom,
       
    56 	&styleHash,
       
    57 	&priority,
       
    58 	&appUid,
       
    59 	};
       
    60 
       
    61 } // end of namespace UiAccel_Elaf_Nhd4_land_Normal_Pack