layouts/aknlayout2/generated/Vga4_touch_akn_app/elaf_vga4_touch_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 "elaf_vga4_touch_normal_pack.h"
       
    21 
       
    22 namespace Elaf_Vga4_touch_Normal_Pack
       
    23 {
       
    24 
       
    25 _LIT(name,"Elaf_Vga4_touch_Normal_Pack");
       
    26 
       
    27 SCdlSize const size = { 480, 640 };
       
    28 
       
    29 TAknLayoutId const id = EAknLayoutIdELAF;
       
    30 
       
    31 #include "aknlayoutscalable_elaf_pvp4_av_vga4_prt_tch_normal.h"
       
    32 #include "aknlayoutscalable_elaf_pvp4_apps_vga4_prt_tch_normal.h"
       
    33 #include "cdlfontinst_vga4_touch.h"
       
    34 #include "displaylayoutmetricsinst_vga4_touch.h"
       
    35 #include "../dllinstances.hrh"
       
    36 #include "../adaptation_layer_aknlayout_elaf.h"
       
    37 #include "../dllinstances.hrh"
       
    38 #include "../adaptation_layer_applayout_elaf.h"
       
    39 #include "../dllinstances.hrh"
       
    40 #include "../adaptation_layer_skinlayout.h"
       
    41 #include "../dllinstances.hrh"
       
    42 #include "../layoutmetadata_defaults.h"
       
    43 #include "../dllinstances.hrh"
       
    44 #include "../layoutmetadata_scrollbar.h"
       
    45 #include "../dllinstances.hrh"
       
    46 #include "../layoutmetadata_pensupport.h"
       
    47 _LIT(_content_DLL__101fe2aa_dll, "101fe2aa.dll");
       
    48 
       
    49 CDL_ARRAY_START(TCdlRef, contents)
       
    50 	{
       
    51 	LOCAL_CDL_REF(AknLayoutScalable_Elaf_pvp4_av_vga4_prt_tch_Normal),
       
    52 	LOCAL_CDL_REF(AknLayoutScalable_Elaf_pvp4_apps_vga4_prt_tch_Normal),
       
    53 	LOCAL_CDL_REF(CdlFontInst_vga4_touch),
       
    54 	LOCAL_CDL_REF(displaylayoutmetricsinst_Vga4_touch),
       
    55 	{Adaptation_Layer_AknLayout_Elaf::KCdlInstanceId, Adaptation_Layer_AknLayout_Elaf::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)},
       
    56 	{Adaptation_Layer_AppLayout_Elaf::KCdlInstanceId, Adaptation_Layer_AppLayout_Elaf::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)},
       
    57 	{Adaptation_Layer_SkinLayout::KCdlInstanceId, Adaptation_Layer_SkinLayout::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)},
       
    58 	{LayoutMetaData_defaults::KCdlInstanceId, LayoutMetaData_defaults::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)},
       
    59 	{LayoutMetaData_scrollbar::KCdlInstanceId, LayoutMetaData_scrollbar::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)},
       
    60 	{LayoutMetaData_pensupport::KCdlInstanceId, LayoutMetaData_pensupport::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)},
       
    61 	}
       
    62 CDL_ARRAY_END(TCdlRef, contents);
       
    63 
       
    64 
       
    65 TAknUiZoom const zoom = EAknUiZoomNormal;
       
    66 
       
    67 TInt const styleHash = 0x4e6ab68f;	// screen style VGA4TOUCH
       
    68 
       
    69 TInt const priority = 0;
       
    70 
       
    71 TInt const appUid = 0x00000000;
       
    72 
       
    73 
       
    74 const LayoutPack::SCdlImpl KCdlImpl = 
       
    75 	{
       
    76 	LIT_AS_DESC_PTR(name),
       
    77 	(const TSize*)&size,
       
    78 	&id,
       
    79 	&contents,
       
    80 	&zoom,
       
    81 	&styleHash,
       
    82 	&priority,
       
    83 	&appUid,
       
    84 	};
       
    85 
       
    86 } // end of namespace Elaf_Vga4_touch_Normal_Pack