textrendering/texthandling/group/FIELD.MMP
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 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 *
       
    16 */
       
    17 
       
    18 //
       
    19 // FIELD.MMP for component ETEXT
       
    20 //
       
    21 
       
    22 /**
       
    23 @file
       
    24 
       
    25 @SYMPurpose field.dll Text fields implementation
       
    26 */
       
    27 
       
    28 
       
    29 target          field.dll
       
    30 CAPABILITY All -Tcb
       
    31 targettype      DLL
       
    32 UID	0x1000008D 0x10003A1B
       
    33 VENDORID 0x70000001
       
    34 
       
    35 SOURCEPATH	../group
       
    36 
       
    37 SOURCEPATH	../sfields		// source files
       
    38 userinclude	../sfields
       
    39 userinclude ../inc
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 source  FLDARRAY.CPP
       
    43 source  FLDBASE.CPP
       
    44 source  FLDBLTIN.CPP
       
    45 source  FLDINFO.CPP
       
    46 source  FLDNUMS.CPP
       
    47 source  FLDSET.CPP
       
    48 source  FLDSTRM.CPP
       
    49 source  FLDUTIL.CPP
       
    50 
       
    51 library  euser.lib estor.lib  
       
    52 
       
    53 deffile FIELD.DEF
       
    54 
       
    55 START WINS
       
    56 	baseaddress	0x25000000
       
    57 END
       
    58 
       
    59 START MARM
       
    60 END
       
    61 
       
    62 SMPSAFE