charconvfw/charconvplugins/group/j5_docomo.mmp
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2005-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 * Character conversion method that can convert from any of the following:
       
    16 * character sets: Windows-31J (Microsoft code page 932), JIS (ISO-2022-JP-1), 
       
    17 * EUC, UTF8, and UCS2. 
       
    18 * This is the docomo version which uses the shiftjis_docomo_shared.dll for shiftjis conversions.
       
    19 * j5_docomo.dll converter for wrapper
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 /**
       
    25  @file
       
    26 */
       
    27 
       
    28 TARGET			j5_docomo.dll
       
    29 TARGETTYPE		PLUGIN
       
    30 
       
    31 CAPABILITY		All -Tcb
       
    32 
       
    33 UID				0x10009D8D 0x1020D409
       
    34 VENDORID		0x70000001
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 USERINCLUDE		../src/inc
       
    39 USERINCLUDE		../inc
       
    40 
       
    41 SOURCEPATH		../src/plugins
       
    42 SOURCE			j5.cpp
       
    43 SOURCE			j5eucjp.cpp
       
    44 
       
    45 SOURCEPATH		../resource
       
    46 START RESOURCE	j5.rss
       
    47 TARGETPATH		/resource/charconv
       
    48 LANG			sc
       
    49 END
       
    50 
       
    51 START RESOURCE	1020d409.rss
       
    52 TARGET			j5_docomo.rsc
       
    53 END
       
    54 
       
    55 LIBRARY			euser.lib
       
    56 LIBRARY			ecom.lib
       
    57 LIBRARY			convutils.lib 
       
    58 LIBRARY			shiftjis_docomo_shared.lib
       
    59 LIBRARY			jisbase_shared.lib
       
    60 LIBRARY			charconv.lib 
       
    61 LIBRARY         jisx0201.lib
       
    62 LIBRARY			jisx0208.lib
       
    63 LIBRARY			jisx0212.lib 
       
    64 LIBRARY			featmgr.lib
       
    65 
       
    66 SMPSAFE