persistentstorage/store/ROM/E32VAR.IBY
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     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 #ifdef DEB
       
    18 #define BUILD deb
       
    19 #define ABBREV d
       
    20 #endif
       
    21 #ifdef REL
       
    22 #define BUILD rel
       
    23 #define ABBREV
       
    24 #endif
       
    25 #ifdef UDEB
       
    26 #define BUILD udeb
       
    27 #define ABBREV ud
       
    28 #define UNICODE
       
    29 #endif
       
    30 #ifdef UREL
       
    31 #define BUILD urel
       
    32 #define ABBREV u
       
    33 #define UNICODE
       
    34 #endif
       
    35 
       
    36 #ifdef PB
       
    37 #define VARIANT pb
       
    38 #define SCREENVARIANT 640x240x4
       
    39 #endif
       
    40 #ifdef PC
       
    41 #define VARIANT pc
       
    42 #define SCREENVARIANT 640x240x4
       
    43 #endif
       
    44 #ifdef PD
       
    45 #define VARIANT pd
       
    46 #define SCREENVARIANT 640x240x4
       
    47 #endif
       
    48 #ifdef PG
       
    49 #define VARIANT pg
       
    50 #define SCREENVARIANT 640x320x4
       
    51 #endif
       
    52 #ifdef P1
       
    53 #define VARIANT p1
       
    54 #define SCREENVARIANT 640x240x4
       
    55 #endif
       
    56 #ifdef P2
       
    57 #define VARIANT p2
       
    58 #define SCREENVARIANT 640x240x4
       
    59 #endif
       
    60 #ifdef CL
       
    61 #define VARIANT cl
       
    62 #define SCREENVARIANT 320x240x4
       
    63 #endif
       
    64 #ifdef SB
       
    65 #define VARIANT sb
       
    66 #define SCREENVARIANT 640x200x4
       
    67 #endif
       
    68 #ifdef S1
       
    69 #define VARIANT s1
       
    70 #define SCREENVARIANT 640x200x4
       
    71 #endif
       
    72 
       
    73 
       
    74 #ifdef DEFAULT
       
    75 #define LOCALE dll
       
    76 #define KEYBOARD dll
       
    77 #endif
       
    78 #ifdef UK
       
    79 #define LOCALE dll
       
    80 #define KEYBOARD uk
       
    81 #endif
       
    82 #ifdef US
       
    83 #define LOCALE us
       
    84 #define KEYBOARD us
       
    85 #endif
       
    86 #ifdef DE
       
    87 #define LOCALE dll
       
    88 #define KEYBOARD de
       
    89 #endif