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.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
* Character Conversion Library Framework
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
sl@0
    20
/**
sl@0
    21
 @file
sl@0
    22
*/
sl@0
    23
sl@0
    24
PRJ_PLATFORMS
sl@0
    25
sl@0
    26
	DEFAULT WINC TOOLS TOOLS2
sl@0
    27
sl@0
    28
PRJ_EXPORTS
sl@0
    29
sl@0
    30
	../inc/utf.h							SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(utf.h)
sl@0
    31
	../inc/convdata.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convdata.h)
sl@0
    32
	../inc/convutils.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convutils.h)
sl@0
    33
	../inc/convnames.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convnames.h)
sl@0
    34
	../inc/charconv.h						SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(charconv.h)
sl@0
    35
	../inc/charactersetconverter.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(charactersetconverter.h)
sl@0
    36
sl@0
    37
	../documentation/charconv_exe.ipr		/epoc32/engdoc/tools/charconv_exe.ipr
sl@0
    38
	../documentation/charconv_perltools.ipr	/epoc32/engdoc/tools/charconv_perltools.ipr
sl@0
    39
	../documentation/cnvapi.rtf				/epoc32/engdoc/charconv/cnvapi.rtf
sl@0
    40
	../documentation/autodetect.rtf			/epoc32/engdoc/charconv/autodetect.rtf
sl@0
    41
	../documentation/snmtool.rtf			/epoc32/engdoc/charconv/snmtool.rtf
sl@0
    42
sl@0
    43
	../tools/snmtool.bat					/epoc32/tools/snmtool.bat
sl@0
    44
	../tools/snmtool.pl						/epoc32/tools/snmtool.pl
sl@0
    45
	../tools/PARSER.PM						/epoc32/tools/PARSER.pm
sl@0
    46
	../tools/WRITER.PM						/epoc32/tools/WRITER.pm
sl@0
    47
sl@0
    48
sl@0
    49
	charconv.iby							/epoc32/rom/include/charconv.iby
sl@0
    50
sl@0
    51
PRJ_MMPFILES
sl@0
    52
sl@0
    53
#if defined(TOOLS) || defined(TOOLS2)
sl@0
    54
sl@0
    55
	convtool.mmp
sl@0
    56
sl@0
    57
#else
sl@0
    58
sl@0
    59
	charconv.mmp			// charconv.dll
sl@0
    60
	convnames.mmp
sl@0
    61
	convutils.mmp
sl@0
    62
sl@0
    63
PRJ_EXTENSIONS
sl@0
    64
sl@0
    65
	start extension syslibs/generate_snm
sl@0
    66
		TARGET	basic.snm
sl@0
    67
		SOURCES	../tools/basic.txt
sl@0
    68
	end
sl@0
    69
sl@0
    70
PRJ_TESTEXPORTS
sl@0
    71
sl@0
    72
	../test/data/ethiopic.ut8					/epoc32/wins/c/system/data/ethiopic.ut8
sl@0
    73
	../test/data/daxue.uni						/epoc32/wins/c/system/data/daxue.uni
sl@0
    74
	../test/data/ethiopic.ut8					/epoc32/winscw/c/system/data/ethiopic.ut8
sl@0
    75
	../test/data/daxue.uni						/epoc32/winscw/c/system/data/daxue.uni
sl@0
    76
sl@0
    77
	../test/T_All_charcovfw.bat				z:/test/T_All_charcovfw.bat
sl@0
    78
	../test/T_All_charcovfw.script			z:/test/T_All_charcovfw.script
sl@0
    79
	../test/T_MEMORY.script			     	z:/test/T_MEMORY.script
sl@0
    80
	../test/T_SIMPLE7.script				z:/test/T_SIMPLE7.script
sl@0
    81
	../test/T_SIMPLE8.script				z:/test/T_SIMPLE8.script
sl@0
    82
	../test/T_RFC1642.script				z:/test/T_RFC1642.script	
sl@0
    83
	../test/T_COMP7.script					z:/test/T_COMP7.script
sl@0
    84
	../test/T_COMP8.script					z:/test/T_COMP8.script
sl@0
    85
	../test/T_REALUT8.script				z:/test/T_REALUT8.script
sl@0
    86
	../test/T_REALUNI.script				z:/test/T_REALUNI.script
sl@0
    87
	../test/T_ERROR.script					z:/test/T_ERROR.script
sl@0
    88
	../test/T_NEWLIN7.script				z:/test/T_NEWLIN7.script
sl@0
    89
	../test/T_JAVA.script					z:/test/T_JAVA.script
sl@0
    90
	../test/T_PARTIAL.script				z:/test/T_PARTIAL.script
sl@0
    91
	../test/T_IMAP.script					z:/test/T_IMAP.script
sl@0
    92
sl@0
    93
	../test/rtest/group/charconvtests.iby		/epoc32/rom/include/charconvtests.iby
sl@0
    94
sl@0
    95
PRJ_TESTMMPFILES
sl@0
    96
sl@0
    97
	../test/rtest/group/utf7.mmp				support			// used by tcomp7
sl@0
    98
	../test/rtest/group/utf8.mmp				support			// used by tcomp8
sl@0
    99
	../group/T_CharConvFWServer.mmp
sl@0
   100
sl@0
   101
#endif