os/textandloc/charconvfw/charconvplugins/group/j5_kddiau.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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. Uses KDDI/AU version of Shiftjis converter.
    18 * j5_kddiau.dll converter for wrapper
    19 *
    20 */
    21 
    22 
    23 /**
    24  @file
    25 */
    26 
    27 TARGET			j5_kddiau.dll
    28 TARGETTYPE		PLUGIN
    29 
    30 CAPABILITY		All -Tcb
    31 
    32 UID				0x10009D8D 0x1020D409
    33 VENDORID		0x70000001
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 USERINCLUDE 	../src/inc
    38 USERINCLUDE 	../inc
    39 
    40 SOURCEPATH		../src/plugins
    41 SOURCE			j5.cpp
    42 SOURCE			j5eucjp.cpp
    43 
    44 SOURCEPATH		../resource
    45 START RESOURCE	j5.rss
    46 TARGETPATH		/resource/charconv
    47 LANG			sc
    48 END
    49 
    50 START RESOURCE	1020d409.rss
    51 TARGET			j5_kddiau.rsc
    52 END
    53 
    54 LIBRARY			euser.lib
    55 LIBRARY			ecom.lib
    56 LIBRARY			convutils.lib 
    57 LIBRARY			shiftjis_kddiau_shared.lib
    58 LIBRARY			jisbase_shared.lib
    59 LIBRARY			charconv.lib 
    60 LIBRARY         jisx0201.lib
    61 LIBRARY			jisx0208.lib
    62 LIBRARY			jisx0212.lib 
    63 LIBRARY			featmgr.lib
    64 
    65 SMPSAFE