sl@0: /* sl@0: * Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * Character Conversion Library Framework sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: PRJ_PLATFORMS sl@0: sl@0: DEFAULT WINC TOOLS TOOLS2 sl@0: sl@0: PRJ_EXPORTS sl@0: sl@0: ../inc/utf.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(utf.h) sl@0: ../inc/convdata.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convdata.h) sl@0: ../inc/convutils.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convutils.h) sl@0: ../inc/convnames.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(convnames.h) sl@0: ../inc/charconv.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(charconv.h) sl@0: ../inc/charactersetconverter.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(charactersetconverter.h) sl@0: sl@0: ../documentation/charconv_exe.ipr /epoc32/engdoc/tools/charconv_exe.ipr sl@0: ../documentation/charconv_perltools.ipr /epoc32/engdoc/tools/charconv_perltools.ipr sl@0: ../documentation/cnvapi.rtf /epoc32/engdoc/charconv/cnvapi.rtf sl@0: ../documentation/autodetect.rtf /epoc32/engdoc/charconv/autodetect.rtf sl@0: ../documentation/snmtool.rtf /epoc32/engdoc/charconv/snmtool.rtf sl@0: sl@0: ../tools/snmtool.bat /epoc32/tools/snmtool.bat sl@0: ../tools/snmtool.pl /epoc32/tools/snmtool.pl sl@0: ../tools/PARSER.PM /epoc32/tools/PARSER.pm sl@0: ../tools/WRITER.PM /epoc32/tools/WRITER.pm sl@0: sl@0: sl@0: charconv.iby /epoc32/rom/include/charconv.iby sl@0: sl@0: PRJ_MMPFILES sl@0: sl@0: #if defined(TOOLS) || defined(TOOLS2) sl@0: sl@0: convtool.mmp sl@0: sl@0: #else sl@0: sl@0: charconv.mmp // charconv.dll sl@0: convnames.mmp sl@0: convutils.mmp sl@0: sl@0: PRJ_EXTENSIONS sl@0: sl@0: start extension syslibs/generate_snm sl@0: TARGET basic.snm sl@0: SOURCES ../tools/basic.txt sl@0: end sl@0: sl@0: PRJ_TESTEXPORTS sl@0: sl@0: ../test/data/ethiopic.ut8 /epoc32/wins/c/system/data/ethiopic.ut8 sl@0: ../test/data/daxue.uni /epoc32/wins/c/system/data/daxue.uni sl@0: ../test/data/ethiopic.ut8 /epoc32/winscw/c/system/data/ethiopic.ut8 sl@0: ../test/data/daxue.uni /epoc32/winscw/c/system/data/daxue.uni sl@0: sl@0: ../test/T_All_charcovfw.bat z:/test/T_All_charcovfw.bat sl@0: ../test/T_All_charcovfw.script z:/test/T_All_charcovfw.script sl@0: ../test/T_MEMORY.script z:/test/T_MEMORY.script sl@0: ../test/T_SIMPLE7.script z:/test/T_SIMPLE7.script sl@0: ../test/T_SIMPLE8.script z:/test/T_SIMPLE8.script sl@0: ../test/T_RFC1642.script z:/test/T_RFC1642.script sl@0: ../test/T_COMP7.script z:/test/T_COMP7.script sl@0: ../test/T_COMP8.script z:/test/T_COMP8.script sl@0: ../test/T_REALUT8.script z:/test/T_REALUT8.script sl@0: ../test/T_REALUNI.script z:/test/T_REALUNI.script sl@0: ../test/T_ERROR.script z:/test/T_ERROR.script sl@0: ../test/T_NEWLIN7.script z:/test/T_NEWLIN7.script sl@0: ../test/T_JAVA.script z:/test/T_JAVA.script sl@0: ../test/T_PARTIAL.script z:/test/T_PARTIAL.script sl@0: ../test/T_IMAP.script z:/test/T_IMAP.script sl@0: sl@0: ../test/rtest/group/charconvtests.iby /epoc32/rom/include/charconvtests.iby sl@0: sl@0: PRJ_TESTMMPFILES sl@0: sl@0: ../test/rtest/group/utf7.mmp support // used by tcomp7 sl@0: ../test/rtest/group/utf8.mmp support // used by tcomp8 sl@0: ../group/T_CharConvFWServer.mmp sl@0: sl@0: #endif