layouts/aknlayout2/generated/Nhd4_uiaccel/uiaccel_abrw_nhd4_land_normal_pack.cpp
author hgs
Tue, 22 Jun 2010 19:20:47 +0800
changeset 83 a50d0041e26d
parent 0 05e9090e2422
permissions -rw-r--r--
201025

/*
* 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 "uiaccel_abrw_nhd4_land_normal_pack.h"

namespace UiAccel_Abrw_Nhd4_land_Normal_Pack
{

_LIT(name,"UiAccel_Abrw_Nhd4_land_Normal_Pack");

SCdlSize const size = { 640, 360 };

TAknLayoutId const id = EAknLayoutIdABRW;

#include "aknlayoutscalable_abrw_hnl4_c_nhd4_lsc_tch_normal.h"

CDL_ARRAY_START(TCdlRef, contents)
	{
	LOCAL_CDL_REF(AknLayoutScalable_Abrw_hnl4_c_nhd4_lsc_tch_Normal),
	}
CDL_ARRAY_END(TCdlRef, contents);


TAknUiZoom const zoom = EAknUiZoomNormal;

TInt const styleHash = 0x0a86a2c2;	// screen style NHD4

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 UiAccel_Abrw_Nhd4_land_Normal_Pack