charconvfw/charconv_fw/group/charconv.mmp
changeset 0 1fb32624e06b
child 40 91ef7621b7fc
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 1997-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 * charconv.dll CharConv character conversion service
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET			charconv.dll
       
    25 TARGETTYPE		dll
       
    26 
       
    27 CAPABILITY		All -Tcb
       
    28 
       
    29 DEFFILE			charco.def
       
    30 
       
    31 UID				0x1000008d 0x10003b11
       
    32 VENDORID		0x70000001
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    36 
       
    37 USERINCLUDE		../src/charconv
       
    38 
       
    39 SOURCEPATH		../src/charconv
       
    40 SOURCE			charconv.cpp
       
    41 SOURCE			cp1252.cpp
       
    42 SOURCE			iso88591.cpp
       
    43 SOURCE			ascii.cpp
       
    44 SOURCE			sms7bit.cpp
       
    45 SOURCE			unicodelittle.cpp
       
    46 SOURCE			unicodebig.cpp
       
    47 SOURCE			utf.cpp
       
    48 
       
    49 SOURCEPATH		../src/charconv
       
    50 START RESOURCE	builtin.rss
       
    51 TARGETPATH		/resource/charconv
       
    52 LANG			sc
       
    53 END
       
    54 
       
    55 LIBRARY			euser.lib
       
    56 LIBRARY			efsrv.lib
       
    57 LIBRARY			ecom.lib 
       
    58 
       
    59 START WINS
       
    60 				baseaddress 0x70300000
       
    61 END
       
    62 
       
    63 SMPSAFE