libraries/iosrv/data/iosrv.idf
changeset 0 7f656887cf89
child 83 706c7a69e448
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # iosrv.idf
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "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 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 console			string
       
    14 console.name		Console
       
    15 console.description	Console implementation DLL name
       
    16 console.default		defcons.dll
       
    17 
       
    18 console_size_adjustment 		string
       
    19 console_size_adjustment.name		Console size adjustment
       
    20 console_size_adjustment.description	Console size adjustment, in format 'x,y'
       
    21 
       
    22 console_size_detect			boolean
       
    23 console_size_detect.name		Autodetect console size
       
    24 console_size_detect.description		Automatically detect the size of consoles that are created by the IO server
       
    25 console_size_detect.default		true