diff -r 000000000000 -r 05e9090e2422 layouts/aknlayout2/generated/Vga4_touch_akn_app/abrw_vga4_touch_normal_pack.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/layouts/aknlayout2/generated/Vga4_touch_akn_app/abrw_vga4_touch_normal_pack.cpp Thu Dec 17 09:14:12 2009 +0200 @@ -0,0 +1,89 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + +// This customisation implements the interface defined in LayoutPack.cdl + +#include "abrw_vga4_touch_normal_pack.h" + +namespace Abrw_Vga4_touch_Normal_Pack +{ + +_LIT(name,"Abrw_Vga4_touch_Normal_Pack"); + +SCdlSize const size = { 480, 640 }; + +TAknLayoutId const id = EAknLayoutIdABRW; + +#include "aknlayoutscalable_abrw_pvp4_av_vga4_prt_tch_normal.h" +#include "aknlayoutscalable_abrw_pvp4_apps_vga4_prt_tch_normal.h" +#include "cdlfontinst_vga4_touch.h" +#include "displaylayoutmetricsinst_vga4_touch.h" +#include "../dllinstances.hrh" +#include "../adaptation_layer_aknlayout_elaf.h" +#include "../dllinstances.hrh" +#include "../adaptation_layer_applayout_elaf.h" +#include "../dllinstances.hrh" +#include "../adaptation_layer_skinlayout.h" +#include "../dllinstances.hrh" +#include "../layoutmetadata_defaults.h" +#include "../dllinstances.hrh" +#include "../layoutmetadata_abrw.h" +#include "../dllinstances.hrh" +#include "../layoutmetadata_scrollbar.h" +#include "../dllinstances.hrh" +#include "../layoutmetadata_pensupport.h" +_LIT(_content_DLL__101fe2aa_dll, "101fe2aa.dll"); + +CDL_ARRAY_START(TCdlRef, contents) + { + LOCAL_CDL_REF(AknLayoutScalable_Abrw_pvp4_av_vga4_prt_tch_Normal), + LOCAL_CDL_REF(AknLayoutScalable_Abrw_pvp4_apps_vga4_prt_tch_Normal), + LOCAL_CDL_REF(CdlFontInst_vga4_touch), + LOCAL_CDL_REF(displaylayoutmetricsinst_Vga4_touch), + {Adaptation_Layer_AknLayout_Elaf::KCdlInstanceId, Adaptation_Layer_AknLayout_Elaf::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)}, + {Adaptation_Layer_AppLayout_Elaf::KCdlInstanceId, Adaptation_Layer_AppLayout_Elaf::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)}, + {Adaptation_Layer_SkinLayout::KCdlInstanceId, Adaptation_Layer_SkinLayout::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)}, + {LayoutMetaData_defaults::KCdlInstanceId, LayoutMetaData_defaults::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)}, + {LayoutMetaData_abrw::KCdlInstanceId, LayoutMetaData_abrw::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)}, + {LayoutMetaData_scrollbar::KCdlInstanceId, LayoutMetaData_scrollbar::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)}, + {LayoutMetaData_pensupport::KCdlInstanceId, LayoutMetaData_pensupport::KCdlInterfaceUidValue, LIT_AS_DESC_PTR(_content_DLL__101fe2aa_dll)}, + } +CDL_ARRAY_END(TCdlRef, contents); + + +TAknUiZoom const zoom = EAknUiZoomNormal; + +TInt const styleHash = 0x4e6ab68f; // screen style VGA4TOUCH + +TInt const priority = 0; + +TInt const appUid = 0x00000000; + + +const LayoutPack::SCdlImpl KCdlImpl = + { + LIT_AS_DESC_PTR(name), + (const TSize*)&size, + &id, + &contents, + &zoom, + &styleHash, + &priority, + &appUid, + }; + +} // end of namespace Abrw_Vga4_touch_Normal_Pack