1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/fontservices/textshaperplugin/group/IcuLayoutEngine.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,143 @@
1.4 +/*
1.5 +* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* Builds the ICU layoutEngine into a Symbian Shaper DDL
1.19 +* Symbian Shaper dll
1.20 +*
1.21 +*/
1.22 +
1.23 +
1.24 +/**
1.25 + @file
1.26 +*/
1.27 +
1.28 +target iculayoutengine.dll
1.29 +targettype PLUGIN
1.30 +
1.31 +CAPABILITY All -Tcb
1.32 +
1.33 +userinclude ../source
1.34 +userinclude ../IcuSource/common
1.35 +userinclude ../IcuSource/layout
1.36 +userinclude ../IcuSource
1.37 +userinclude ../include
1.38 +OS_LAYER_ESTLIB_SYSTEMINCLUDE
1.39 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.40 +
1.41 +uid 0x10009D8D 0x10274DB8
1.42 +VENDORID 0x70000001
1.43 +
1.44 +
1.45 +// Switch off some warnings for the following files,
1.46 +// which are imported source code that needs to be
1.47 +// kept unchanged as far as possible to ease porting
1.48 +// of upgrades or fixes.
1.49 +// N.B. As a siIcuLayoutEngine.cpp, Shaper.cpp,
1.50 +// SymbianFontInstance.cpp and Umemory.cpp (our wrapper code)
1.51 +// so it should be re-checked with the warnings back on if changes
1.52 +// are made to it.
1.53 +OPTION ARMCC -W
1.54 +
1.55 +// Symbian sources
1.56 +sourcepath ../source
1.57 +source Umemory.cpp
1.58 +source shaper.cpp
1.59 +source IcuLayoutEngine.cpp
1.60 +source SymbianFontInstance.cpp
1.61 +source FontTableCache.cpp
1.62 +source cmaps.cpp
1.63 +
1.64 +// Icu layout sources
1.65 +sourcepath ../IcuSource/layout
1.66 +source AlternateSubstSubtables.cpp
1.67 +source AnchorTables.cpp
1.68 +source ArabicLayoutEngine.cpp
1.69 +source ArabicShaping.cpp
1.70 +source CanonData.cpp
1.71 +source CanonShaping.cpp
1.72 +source ClassDefinitionTables.cpp
1.73 +source ContextualGlyphSubstProc.cpp
1.74 +source ContextualSubstSubtables.cpp
1.75 +source CoverageTables.cpp
1.76 +source CursiveAttachmentSubtables.cpp
1.77 +source DeviceTables.cpp
1.78 +source ExtensionSubtables.cpp
1.79 +source Features.cpp
1.80 +source GDEFMarkFilter.cpp
1.81 +source GlyphDefinitionTables.cpp
1.82 +source GlyphIterator.cpp
1.83 +source GlyphLookupTables.cpp
1.84 +source GlyphPositionAdjustments.cpp
1.85 +source GlyphPositioningTables.cpp
1.86 +source GlyphPosnLookupProc.cpp
1.87 +source GlyphSubstitutionTables.cpp
1.88 +source GlyphSubstLookupProc.cpp
1.89 +source GXLayoutEngine.cpp
1.90 +source HanLayoutEngine.cpp
1.91 +source IndicClassTables.cpp
1.92 +source IndicLayoutEngine.cpp
1.93 +source IndicRearrangementProcessor.cpp
1.94 +source IndicReordering.cpp
1.95 +source KernTable.cpp
1.96 +source KhmerLayoutEngine.cpp
1.97 +source KhmerReordering.cpp
1.98 +source LayoutEngine.cpp
1.99 +source LEFontInstance.cpp
1.100 +source LEGlyphStorage.cpp
1.101 +source LEInsertionList.cpp
1.102 +source LigatureSubstProc.cpp
1.103 +source LigatureSubstSubtables.cpp
1.104 +source LookupProcessor.cpp
1.105 +source Lookups.cpp
1.106 +source LookupTables.cpp
1.107 +source MarkArrays.cpp
1.108 +source MarkToBasePosnSubtables.cpp
1.109 +source MarkToLigaturePosnSubtables.cpp
1.110 +source MarkToMarkPosnSubtables.cpp
1.111 +source MorphTables.cpp
1.112 +source MPreFixups.cpp
1.113 +source MultipleSubstSubtables.cpp
1.114 +source NonContextualGlyphSubstProc.cpp
1.115 +source OpenTypeLayoutEngine.cpp
1.116 +source OpenTypeUtilities.cpp
1.117 +source PairPositioningSubtables.cpp
1.118 +source ScriptAndLanguage.cpp
1.119 +source ScriptAndLanguageTags.cpp
1.120 +source SegmentArrayProcessor.cpp
1.121 +source SegmentSingleProcessor.cpp
1.122 +source SimpleArrayProcessor.cpp
1.123 +source SinglePositioningSubtables.cpp
1.124 +source SingleSubstitutionSubtables.cpp
1.125 +source SingleTableProcessor.cpp
1.126 +source StateTableProcessor.cpp
1.127 +source SubstitutionLookups.cpp
1.128 +source SubtableProcessor.cpp
1.129 +source ThaiLayoutEngine.cpp
1.130 +source ThaiShaping.cpp
1.131 +source ThaiStateTables.cpp
1.132 +source TrimmedArrayProcessor.cpp
1.133 +source ValueRecords.cpp
1.134 +
1.135 +library euser.lib
1.136 +library estlib.lib
1.137 +library ecom.lib
1.138 +library fntstr.lib
1.139 +
1.140 +sourcepath ../source
1.141 +start resource IcuLayoutEngine.RSS
1.142 +target iculayoutengine.rsc
1.143 +lang sc
1.144 +end
1.145 +
1.146 +SMPSAFE
1.147 \ No newline at end of file