1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/textrendering/texthandling/group/FIELD.MMP Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,62 @@
1.4 +/*
1.5 +* Copyright (c) 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 +*
1.19 +*/
1.20 +
1.21 +//
1.22 +// FIELD.MMP for component ETEXT
1.23 +//
1.24 +
1.25 +/**
1.26 +@file
1.27 +
1.28 +@SYMPurpose field.dll Text fields implementation
1.29 +*/
1.30 +
1.31 +
1.32 +target field.dll
1.33 +CAPABILITY All -Tcb
1.34 +targettype DLL
1.35 +UID 0x1000008D 0x10003A1B
1.36 +VENDORID 0x70000001
1.37 +
1.38 +SOURCEPATH ../group
1.39 +
1.40 +SOURCEPATH ../sfields // source files
1.41 +userinclude ../sfields
1.42 +userinclude ../inc
1.43 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.44 +
1.45 +source FLDARRAY.CPP
1.46 +source FLDBASE.CPP
1.47 +source FLDBLTIN.CPP
1.48 +source FLDINFO.CPP
1.49 +source FLDNUMS.CPP
1.50 +source FLDSET.CPP
1.51 +source FLDSTRM.CPP
1.52 +source FLDUTIL.CPP
1.53 +
1.54 +library euser.lib estor.lib
1.55 +
1.56 +deffile FIELD.DEF
1.57 +
1.58 +START WINS
1.59 + baseaddress 0x25000000
1.60 +END
1.61 +
1.62 +START MARM
1.63 +END
1.64 +
1.65 +SMPSAFE
1.66 \ No newline at end of file