charconvfw/charconvplugins/group/j5_docomo.mmp
changeset 0 1fb32624e06b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/charconvfw/charconvplugins/group/j5_docomo.mmp	Tue Feb 02 02:02:46 2010 +0200
@@ -0,0 +1,66 @@
+/*
+* 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