layouts/aknlayout2/rom/AknLayout2.iby
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 #ifndef __AKNLAYOUT2_IBY__
       
    19 #define __AKNLAYOUT2_IBY__
       
    20 
       
    21 REM AKNLAYOUT2
       
    22 
       
    23 #if defined(__LAYOUT_352_416) || defined(__LAYOUT_416_352)
       
    24 #include "AknLayout2_double.iby"
       
    25 #endif
       
    26 
       
    27 #if defined(__LAYOUT_240_320) || defined(__LAYOUT_320_240)
       
    28 #include "AknLayout2_qvga1.iby"
       
    29 #endif
       
    30 
       
    31 #if defined(__LAYOUT_240_320_LARGE_SCREEN) || defined(__LAYOUT_320_240_LARGE_SCREEN)
       
    32 #include "AknLayout2_qvga2.iby"
       
    33 #endif
       
    34 
       
    35 #if defined(__LAYOUT176_208) || defined(__LAYOUT208_176)
       
    36 #include "AknLayout2_low.iby"
       
    37 #endif
       
    38 
       
    39 #if defined(__LAYOUT_320_480) || defined(__LAYOUT_480_320)
       
    40 #include "AknLayout2_hvga.iby"
       
    41 #endif
       
    42 
       
    43 #if defined(__LAYOUT_480_640) || defined(__LAYOUT_640_480)
       
    44 #include "AknLayout2_vga.iby"
       
    45 #endif
       
    46 
       
    47 #if defined(__LAYOUT_480_640_TOUCH) || defined(__LAYOUT_640_480_TOUCH)
       
    48 #include "AknLayout2_vga_touch.iby"
       
    49 #endif
       
    50 
       
    51 #if defined(__LAYOUT_240_320_TOUCH) || defined(__LAYOUT_320_240_TOUCH)
       
    52 #include "AknLayout2_qvga_touch.iby"
       
    53 #endif
       
    54 
       
    55 #if defined(__LAYOUT_320_480_TOUCH) || defined(__LAYOUT_480_320_TOUCH)
       
    56 #include "AknLayout2_hvga_touch.iby"
       
    57 #endif
       
    58 
       
    59 #if defined(__LAYOUT_360_640_TOUCH) || defined(__LAYOUT_640_360_TOUCH)
       
    60 #include "AknLayout2_qhd_touch.iby"
       
    61 #endif
       
    62 
       
    63 #if defined(FF_LAYOUT_360_640_NONTOUCH) || defined(FF_LAYOUT_640_360_NONTOUCH)
       
    64 #include "AknLayout2_nhd.iby"
       
    65 #endif
       
    66 
       
    67 #if defined(FF_LAYOUT_480_640_VGA3) || defined(FF_LAYOUT_640_480_VGA3)
       
    68 #include "AknLayout2_vga3.iby"
       
    69 #endif
       
    70 
       
    71 #if defined(FF_LAYOUT_360_640_TOUCH_NHD4) || defined(FF_LAYOUT_640_360_TOUCH_NHD4)
       
    72 #include "AknLayout2_nhd4_touch.iby"
       
    73 #endif
       
    74 
       
    75 #if defined(FF_LAYOUT_480_640_TOUCH_VGA4) || defined(FF_LAYOUT_640_480_TOUCH_VGA4)
       
    76 #include "AknLayout2_vga4_touch.iby"
       
    77 #endif
       
    78 
       
    79 #endif