os/textandloc/charconvfw/charconv_fw/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 1999-2009 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 * Character Conversion Library Framework
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 PRJ_PLATFORMS
    25 
    26 	DEFAULT WINC TOOLS TOOLS2
    27 
    28 PRJ_EXPORTS
    29 
    30 	../inc/utf.h							SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(utf.h)
    31 	../inc/convdata.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convdata.h)
    32 	../inc/convutils.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convutils.h)
    33 	../inc/convnames.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convnames.h)
    34 	../inc/charconv.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(charconv.h)
    35 	../inc/charactersetconverter.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(charactersetconverter.h)
    36 
    37 	../documentation/charconv_exe.ipr		/epoc32/engdoc/tools/charconv_exe.ipr
    38 	../documentation/charconv_perltools.ipr	/epoc32/engdoc/tools/charconv_perltools.ipr
    39 	../documentation/cnvapi.rtf				/epoc32/engdoc/charconv/cnvapi.rtf
    40 	../documentation/autodetect.rtf			/epoc32/engdoc/charconv/autodetect.rtf
    41 	../documentation/snmtool.rtf			/epoc32/engdoc/charconv/snmtool.rtf
    42 
    43 	../tools/snmtool.bat					/epoc32/tools/snmtool.bat
    44 	../tools/snmtool.pl						/epoc32/tools/snmtool.pl
    45 	../tools/PARSER.PM						/epoc32/tools/PARSER.pm
    46 	../tools/WRITER.PM						/epoc32/tools/WRITER.pm
    47 
    48 
    49 	charconv.iby							/epoc32/rom/include/charconv.iby
    50 
    51 PRJ_MMPFILES
    52 
    53 #if defined(TOOLS) || defined(TOOLS2)
    54 
    55 	convtool.mmp
    56 
    57 #else
    58 
    59 	charconv.mmp			// charconv.dll
    60 	convnames.mmp
    61 	convutils.mmp
    62 
    63 PRJ_EXTENSIONS
    64 
    65 	start extension syslibs/generate_snm
    66 		TARGET	basic.snm
    67 		SOURCES	../tools/basic.txt
    68 	end
    69 
    70 PRJ_TESTEXPORTS
    71 
    72 	../test/data/ethiopic.ut8					/epoc32/wins/c/system/data/ethiopic.ut8
    73 	../test/data/daxue.uni						/epoc32/wins/c/system/data/daxue.uni
    74 	../test/data/ethiopic.ut8					/epoc32/winscw/c/system/data/ethiopic.ut8
    75 	../test/data/daxue.uni						/epoc32/winscw/c/system/data/daxue.uni
    76 
    77 	../test/T_All_charcovfw.bat				z:/test/T_All_charcovfw.bat
    78 	../test/T_All_charcovfw.script			z:/test/T_All_charcovfw.script
    79 	../test/T_MEMORY.script			     	z:/test/T_MEMORY.script
    80 	../test/T_SIMPLE7.script				z:/test/T_SIMPLE7.script
    81 	../test/T_SIMPLE8.script				z:/test/T_SIMPLE8.script
    82 	../test/T_RFC1642.script				z:/test/T_RFC1642.script	
    83 	../test/T_COMP7.script					z:/test/T_COMP7.script
    84 	../test/T_COMP8.script					z:/test/T_COMP8.script
    85 	../test/T_REALUT8.script				z:/test/T_REALUT8.script
    86 	../test/T_REALUNI.script				z:/test/T_REALUNI.script
    87 	../test/T_ERROR.script					z:/test/T_ERROR.script
    88 	../test/T_NEWLIN7.script				z:/test/T_NEWLIN7.script
    89 	../test/T_JAVA.script					z:/test/T_JAVA.script
    90 	../test/T_PARTIAL.script				z:/test/T_PARTIAL.script
    91 	../test/T_IMAP.script					z:/test/T_IMAP.script
    92 
    93 	../test/rtest/group/charconvtests.iby		/epoc32/rom/include/charconvtests.iby
    94 
    95 PRJ_TESTMMPFILES
    96 
    97 	../test/rtest/group/utf7.mmp				support			// used by tcomp7
    98 	../test/rtest/group/utf8.mmp				support			// used by tcomp8
    99 	../group/T_CharConvFWServer.mmp
   100 
   101 #endif