sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: #ifdef DEB sl@0: #define BUILD deb sl@0: #define ABBREV d sl@0: #endif sl@0: #ifdef REL sl@0: #define BUILD rel sl@0: #define ABBREV sl@0: #endif sl@0: #ifdef UDEB sl@0: #define BUILD udeb sl@0: #define ABBREV ud sl@0: #define UNICODE sl@0: #endif sl@0: #ifdef UREL sl@0: #define BUILD urel sl@0: #define ABBREV u sl@0: #define UNICODE sl@0: #endif sl@0: sl@0: #ifdef PB sl@0: #define VARIANT pb sl@0: #define SCREENVARIANT 640x240x4 sl@0: #endif sl@0: #ifdef PC sl@0: #define VARIANT pc sl@0: #define SCREENVARIANT 640x240x4 sl@0: #endif sl@0: #ifdef PD sl@0: #define VARIANT pd sl@0: #define SCREENVARIANT 640x240x4 sl@0: #endif sl@0: #ifdef PG sl@0: #define VARIANT pg sl@0: #define SCREENVARIANT 640x320x4 sl@0: #endif sl@0: #ifdef P1 sl@0: #define VARIANT p1 sl@0: #define SCREENVARIANT 640x240x4 sl@0: #endif sl@0: #ifdef P2 sl@0: #define VARIANT p2 sl@0: #define SCREENVARIANT 640x240x4 sl@0: #endif sl@0: #ifdef CL sl@0: #define VARIANT cl sl@0: #define SCREENVARIANT 320x240x4 sl@0: #endif sl@0: #ifdef SB sl@0: #define VARIANT sb sl@0: #define SCREENVARIANT 640x200x4 sl@0: #endif sl@0: #ifdef S1 sl@0: #define VARIANT s1 sl@0: #define SCREENVARIANT 640x200x4 sl@0: #endif sl@0: sl@0: sl@0: #ifdef DEFAULT sl@0: #define LOCALE dll sl@0: #define KEYBOARD dll sl@0: #endif sl@0: #ifdef UK sl@0: #define LOCALE dll sl@0: #define KEYBOARD uk sl@0: #endif sl@0: #ifdef US sl@0: #define LOCALE us sl@0: #define KEYBOARD us sl@0: #endif sl@0: #ifdef DE sl@0: #define LOCALE dll sl@0: #define KEYBOARD de sl@0: #endif