aknlayoutcompiler/cdl/MasterLayoutPack.cdl
author MattD <mattd@symbian.org>
Tue, 09 Feb 2010 17:17:38 +0000
changeset 7 68885df73637
parent 0 f58d6ec98e88
child 44 8b4f687b7a95
permissions -rw-r--r--
Added creation of aknlayoutcompiler.exe as it isn't contributed. Note that this doesn't build at the moment. Raised Bug 1827 - AknLayoutCompiler needs arabica headers to build

// MasterLayoutPack.cdl - Acts as a layout index for a whole layout DLL.

Name: MasterLayoutPack
Version: 1.0
UID: 0x101feb1b

%% C++

#include <aknlayoutdef.h>
#include <akndef.hrh>

%% API

TCdlArray<SCdlSize> sizes;
TCdlArray<TAknLayoutId> variants;
TCdlArray<TAknUiZoom> zooms;
TCdlArray<TCdlArray<TCdlRef>*> contents;