wvuing/Inc/im30compatibility.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Build definitions to compile CCB in 3.0 platform
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef IM30COMPATIBILITY_H
       
    21 #define IM30COMPATIBILITY_H
       
    22 
       
    23 // ---------------------------------------------------------------------------
       
    24 // FEATURE DEFINITIONS
       
    25 // ---------------------------------------------------------------------------
       
    26 #define RD_30_COMPATIBILITY_MODE
       
    27 #define RD_30_DISABLE_TOUCH
       
    28 #define RD_30_DISABLE_MSK
       
    29 
       
    30 // ---------------------------------------------------------------------------
       
    31 // ICONS
       
    32 // ---------------------------------------------------------------------------
       
    33 //  Copy following graphics to S60 Icons and Bitmaps2 with masks
       
    34 //  + qgn_prop_im_friend_busy
       
    35 //  + qgn_prop_im_busy_title
       
    36 //  + qgn_menu_im_busy          (svg)
       
    37 
       
    38 
       
    39 // Define unknown SkinID's
       
    40 #define KAknsIIDQgnPropImOnMobileTitle          KAknsIIDNone // CSI: 8 # Can't use upper case
       
    41 #define KAknsIIDQgnPropImFriendBusy             KAknsIIDNone // CSI: 8 # Can't use upper case
       
    42 #define KAknsIIDQgnPropImBusyTitle              KAknsIIDNone // CSI: 8 # Can't use upper case
       
    43 #define KAknsIIDQgnMenuImBusy                   KAknsIIDNone // CSI: 8 # Can't use upper case
       
    44 
       
    45 // ---------------------------------------------------------------------------
       
    46 // MSK VARIATION / DOWNGRADE
       
    47 // ---------------------------------------------------------------------------
       
    48 // AppUi construction
       
    49 #define EAknEnableMSK                           0 // CSI: 8 # Can't use upper case
       
    50 
       
    51 // General avkon softkeys
       
    52 #ifndef R_AVKON_SOFTKEYS_OK_EMPTY__OK
       
    53 #define R_AVKON_SOFTKEYS_OK_EMPTY__OK           R_AVKON_SOFTKEYS_OK_EMPTY
       
    54 #endif
       
    55 
       
    56 #ifndef R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT
       
    57 #define R_AVKON_SOFTKEYS_SELECT_CANCEL__SELECT  R_AVKON_SOFTKEYS_SELECT_CANCEL
       
    58 #endif
       
    59 
       
    60 #ifndef R_AVKON_SOFTKEYS_OK_CANCEL__OK
       
    61 #define R_AVKON_SOFTKEYS_OK_CANCEL__OK          R_AVKON_SOFTKEYS_OK_CANCEL
       
    62 #endif
       
    63 
       
    64 #ifndef R_AVKON_SOFTKEYS_YES_NO__YES
       
    65 #define R_AVKON_SOFTKEYS_YES_NO__YES            R_AVKON_SOFTKEYS_YES_NO
       
    66 #endif
       
    67 
       
    68 // Msk commands
       
    69 #ifndef EAknSoftkeyContextOptions
       
    70 // KMinTInt
       
    71 #define EAknSoftkeyContextOptions               0x80000000 // CSI: 8 # Can't use upper case
       
    72 #endif
       
    73 
       
    74 // ---------------------------------------------------------------------------
       
    75 // TOUCH SUPPORT
       
    76 // ---------------------------------------------------------------------------
       
    77 
       
    78 // When you need to use AknLayoutUtils::PenEnabled() use
       
    79 // CATouchUtils::PenEnabled()
       
    80 
       
    81 
       
    82 #endif // IM30COMPATIBILITY_H
       
    83 
       
    84 // End of File
       
    85