uifw/uiklaf/resource/EIKPRIV.RSS
changeset 0 2f259fa3e83a
child 14 3320e4e6e8bb
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 1998 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 
       
    19 NAME EIPV
       
    20 
       
    21 #include <fontids.hrh>
       
    22 
       
    23 #include <eikcore.rsg>
       
    24 
       
    25 #include <uikon.rh>
       
    26 #include <gulftflg.hrh>
       
    27 #include <gulfont.hrh>
       
    28 
       
    29 RESOURCE RSS_SIGNATURE { }
       
    30 
       
    31 #include "EIKCOLOR.RA"
       
    32 
       
    33 
       
    34 STRUCT FEP_ON_OR_OFF_KEY_DATA
       
    35 	{
       
    36 	LONG charactercodeforfoldedmatch;
       
    37 	LONG modifiermask;
       
    38 	LONG modifiervalues;
       
    39 	}
       
    40 
       
    41 STRUCT FEP_DEFAULT_DATA
       
    42 	{
       
    43 	LTEXT filenameofdll;
       
    44 	STRUCT onkeydata; // FEP_ON_OR_OFF_KEY_DATA
       
    45 	STRUCT offkeydata; // FEP_ON_OR_OFF_KEY_DATA
       
    46 	BYTE ison;
       
    47 	}
       
    48 
       
    49 RESOURCE FEP_DEFAULT_DATA r_eik_fep_default_data
       
    50 	{
       
    51 	filenameofdll="::101FD65A"; // Implementation UID of AknFep.dll
       
    52 
       
    53 	onkeydata=FEP_ON_OR_OFF_KEY_DATA
       
    54 		{
       
    55 		charactercodeforfoldedmatch='F';
       
    56 		modifiermask=0x00002480; // EModifierFunc|EModifierShift|EModifierCtrl
       
    57 		modifiervalues=0x00002000; // (Alt on PC Keyboard)
       
    58 		};
       
    59 	offkeydata=FEP_ON_OR_OFF_KEY_DATA
       
    60 		{
       
    61 		charactercodeforfoldedmatch='F';
       
    62 		modifiermask=0x00002480; // EModifierFunc|EModifierShift|EModifierCtrl
       
    63 		modifiervalues=0x00002000; // (Alt on PC Keyboard)
       
    64 		};
       
    65 	ison=1;
       
    66 	}
       
    67 
       
    68 RESOURCE TBUF r_eik_default_char_format_typeface { buf="System One"; }
       
    69 RESOURCE INT16 r_eik_default_char_format_height { value=125; }
       
    70 
       
    71 RESOURCE VIEW_ID r_eik_system_default_view_id
       
    72 	{
       
    73 	appuid=0x101F4CD2;
       
    74 	viewuid=0x101F4CD2;
       
    75 	}
       
    76 
       
    77 #include "EIKDEBUG.RA"
       
    78 
       
    79 #ifdef __WINS__
       
    80 RESOURCE NUMBER_INT32 r_eik_system_view_server_event_time_out { value=200000000; }			// microseconds
       
    81 RESOURCE NUMBER_INT32 r_eik_system_view_server_client_request_time_out { value=20000000; }	// microseconds
       
    82 #else
       
    83 RESOURCE NUMBER_INT32 r_eik_system_view_server_event_time_out { value=20000000; }			// microseconds
       
    84 RESOURCE NUMBER_INT32 r_eik_system_view_server_client_request_time_out { value=2000000; }	// microseconds
       
    85 #endif
       
    86 
       
    87 RESOURCE VIEW_ID r_eik_system_default_view_id_mode_1
       
    88 	{
       
    89 	appuid=0x01234567;	// KUidFlipAppA			(eikonex's flipappa.app)
       
    90 	viewuid=0x01122333;	// KUidFlipAppAFCView	(flip-closed view in eikonex's flipappa.app)
       
    91 	}