charconvfw/charconvplugins/group/j5_docomo.mmp
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:49:36 +0100
branchGCC_SURGE
changeset 49 4d76f1414957
parent 0 1fb32624e06b
permissions -rw-r--r--
Catchup to latest Symbian^4

/*
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* Character conversion method that can convert from any of the following:
* character sets: Windows-31J (Microsoft code page 932), JIS (ISO-2022-JP-1), 
* EUC, UTF8, and UCS2. 
* This is the docomo version which uses the shiftjis_docomo_shared.dll for shiftjis conversions.
* j5_docomo.dll converter for wrapper
*
*/


/**
 @file
*/

TARGET			j5_docomo.dll
TARGETTYPE		PLUGIN

CAPABILITY		All -Tcb

UID				0x10009D8D 0x1020D409
VENDORID		0x70000001

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

USERINCLUDE		../src/inc
USERINCLUDE		../inc

SOURCEPATH		../src/plugins
SOURCE			j5.cpp
SOURCE			j5eucjp.cpp

SOURCEPATH		../resource
START RESOURCE	j5.rss
TARGETPATH		/resource/charconv
LANG			sc
END

START RESOURCE	1020d409.rss
TARGET			j5_docomo.rsc
END

LIBRARY			euser.lib
LIBRARY			ecom.lib
LIBRARY			convutils.lib 
LIBRARY			shiftjis_docomo_shared.lib
LIBRARY			jisbase_shared.lib
LIBRARY			charconv.lib 
LIBRARY         jisx0201.lib
LIBRARY			jisx0208.lib
LIBRARY			jisx0212.lib 
LIBRARY			featmgr.lib

SMPSAFE