author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
sl@0 | 1 |
/* |
sl@0 | 2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
sl@0 | 3 |
* All rights reserved. |
sl@0 | 4 |
* This component and the accompanying materials are made available |
sl@0 | 5 |
* under the terms of "Eclipse Public License v1.0" |
sl@0 | 6 |
* which accompanies this distribution, and is available |
sl@0 | 7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
sl@0 | 8 |
* |
sl@0 | 9 |
* Initial Contributors: |
sl@0 | 10 |
* Nokia Corporation - initial contribution. |
sl@0 | 11 |
* |
sl@0 | 12 |
* Contributors: |
sl@0 | 13 |
* |
sl@0 | 14 |
* Description: |
sl@0 | 15 |
* |
sl@0 | 16 |
*/ |
sl@0 | 17 |
#ifdef DEB |
sl@0 | 18 |
#define BUILD deb |
sl@0 | 19 |
#define ABBREV d |
sl@0 | 20 |
#endif |
sl@0 | 21 |
#ifdef REL |
sl@0 | 22 |
#define BUILD rel |
sl@0 | 23 |
#define ABBREV |
sl@0 | 24 |
#endif |
sl@0 | 25 |
#ifdef UDEB |
sl@0 | 26 |
#define BUILD udeb |
sl@0 | 27 |
#define ABBREV ud |
sl@0 | 28 |
#define UNICODE |
sl@0 | 29 |
#endif |
sl@0 | 30 |
#ifdef UREL |
sl@0 | 31 |
#define BUILD urel |
sl@0 | 32 |
#define ABBREV u |
sl@0 | 33 |
#define UNICODE |
sl@0 | 34 |
#endif |
sl@0 | 35 |
|
sl@0 | 36 |
#ifdef PB |
sl@0 | 37 |
#define VARIANT pb |
sl@0 | 38 |
#define SCREENVARIANT 640x240x4 |
sl@0 | 39 |
#endif |
sl@0 | 40 |
#ifdef PC |
sl@0 | 41 |
#define VARIANT pc |
sl@0 | 42 |
#define SCREENVARIANT 640x240x4 |
sl@0 | 43 |
#endif |
sl@0 | 44 |
#ifdef PD |
sl@0 | 45 |
#define VARIANT pd |
sl@0 | 46 |
#define SCREENVARIANT 640x240x4 |
sl@0 | 47 |
#endif |
sl@0 | 48 |
#ifdef PG |
sl@0 | 49 |
#define VARIANT pg |
sl@0 | 50 |
#define SCREENVARIANT 640x320x4 |
sl@0 | 51 |
#endif |
sl@0 | 52 |
#ifdef P1 |
sl@0 | 53 |
#define VARIANT p1 |
sl@0 | 54 |
#define SCREENVARIANT 640x240x4 |
sl@0 | 55 |
#endif |
sl@0 | 56 |
#ifdef P2 |
sl@0 | 57 |
#define VARIANT p2 |
sl@0 | 58 |
#define SCREENVARIANT 640x240x4 |
sl@0 | 59 |
#endif |
sl@0 | 60 |
#ifdef CL |
sl@0 | 61 |
#define VARIANT cl |
sl@0 | 62 |
#define SCREENVARIANT 320x240x4 |
sl@0 | 63 |
#endif |
sl@0 | 64 |
#ifdef SB |
sl@0 | 65 |
#define VARIANT sb |
sl@0 | 66 |
#define SCREENVARIANT 640x200x4 |
sl@0 | 67 |
#endif |
sl@0 | 68 |
#ifdef S1 |
sl@0 | 69 |
#define VARIANT s1 |
sl@0 | 70 |
#define SCREENVARIANT 640x200x4 |
sl@0 | 71 |
#endif |
sl@0 | 72 |
|
sl@0 | 73 |
|
sl@0 | 74 |
#ifdef DEFAULT |
sl@0 | 75 |
#define LOCALE dll |
sl@0 | 76 |
#define KEYBOARD dll |
sl@0 | 77 |
#endif |
sl@0 | 78 |
#ifdef UK |
sl@0 | 79 |
#define LOCALE dll |
sl@0 | 80 |
#define KEYBOARD uk |
sl@0 | 81 |
#endif |
sl@0 | 82 |
#ifdef US |
sl@0 | 83 |
#define LOCALE us |
sl@0 | 84 |
#define KEYBOARD us |
sl@0 | 85 |
#endif |
sl@0 | 86 |
#ifdef DE |
sl@0 | 87 |
#define LOCALE dll |
sl@0 | 88 |
#define KEYBOARD de |
sl@0 | 89 |
#endif |