textinput/ptienginev2/tools/Variants.txt
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 #
       
     2 # Copyright (c) 2007 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 the License "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:  PtiEngine keymapping file.
       
    15 #
       
    16 
       
    17 
       
    18 # Package definition syntax:
       
    19 #
       
    20 # [PACKAGE AAA BBB CCC DDD EEE]
       
    21 # Language1    Filename1
       
    22 # Language2    Filename2
       
    23 #    .             .
       
    24 #    .             .
       
    25 # LanguageN    FilenameN
       
    26 #
       
    27 # Where:
       
    28 #    AAA = RM Code for the product.
       
    29 #    BBB = Package name. Usually either language id or variant id 
       
    30 #          depending on configuration.
       
    31 #    CCC = Implementation uid for resulting ecom dll.
       
    32 #    DDD = Dll uid for resultin ecom dll.
       
    33 #    EEE = can be one of these:
       
    34 #            <empty>    If not given, the dll will be built for both wins and armv5
       
    35 #            NOWINS     The dll will be built only for armv5
       
    36 #            WINSONLY   The dll will be built only for emulator
       
    37 #
       
    38 # If EEE = WINSONLY, then AAA = 000
       
    39 #
       
    40 
       
    41 
       
    42 #
       
    43 # USE BLOCK keyword specifies which data -blocks are built as part of
       
    44 # resulting keymapping dlls. S60 enables all blocks by default. Comment
       
    45 # out blocks not applicable to your product to optimize data size.
       
    46 #
       
    47 
       
    48 
       
    49 USE BLOCK 12-KEY
       
    50 USE BLOCK QWERTY HALF
       
    51 
       
    52 # PtiKeymappings_variant_XX.dll    
       
    53 [PACKAGE AAA BBB CCC DDD]
       
    54 English         ELangEnglish.txt
       
    55 French          ELangFrench.txt
       
    56 German          ELangGerman.txt
       
    57 Spanish         ELangSpanish.txt
       
    58 Italian         ELangItalian.txt
       
    59 Portuguese      ELangPortuguese.txt
       
    60 
       
    61 
       
    62 
       
    63 # End of file.