charconvfw/Charconvplugin/group/EucJpDirectmap.mmp
changeset 0 1fb32624e06b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/charconvfw/Charconvplugin/group/EucJpDirectmap.mmp	Tue Feb 02 02:02:46 2010 +0200
@@ -0,0 +1,104 @@
+/*
+* Copyright (c) 2022 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:    This module is a plug-in module for Shift-JIS with Pictograph.
+*                Basicaly, Vodafone Pictograph is encoded by ISO2022, 
+*                but Japanese FEP needs a pictograph as one character code 
+*                in Shift-JIS character code set.
+*
+*/
+
+
+
+
+#include <platform_paths.hrh>
+
+#ifdef EKA2
+///////////////////////////////////////////////////////////////
+// 3.0 Code
+TARGET               EucJpDirectmap.DLL
+TARGETTYPE           PLUGIN
+CAPABILITY           All -Tcb
+
+uid                  0x10009D8D 0x10207353
+
+// This is a SYSTEMINCLUDE macro containing the middleware
+// layer specific include directories
+MW_LAYER_SYSTEMINCLUDE
+OS_LAYER_SYSTEMINCLUDE
+
+SYSTEMINCLUDE        ../../../inc
+SYSTEMINCLUDE        ../../inc
+systeminclude        ../inc
+
+sourcepath           ../src
+source               EucJpDirectmap.CPP
+
+LIBRARY              EUSER.LIB
+LIBRARY              CHARCONV.LIB
+LIBRARY              ECOM.LIB
+library              convutils.lib 
+library              JISX0201.LIB
+library              JISX0208.LIB
+library              JISX0212.LIB 
+library              CnvShiftJisDirectmap.lib
+
+Start resource       EucJpDirectmap.RSS
+Targetpath           /resource/charconv
+End
+
+start resource       10207353.rss
+#ifdef SYMBIAN_SECURE_ECOM
+target               EucJpDirectmap.RSC
+#endif
+end
+///////////////////////////////////////////////////////////////
+#else // Not EKA2
+///////////////////////////////////////////////////////////////
+// 2.8 Code
+target          EucJpDirectmap.CPL
+targetpath      /system/charconv
+targettype      dll
+uid             0x1000601a 0x101F86A6
+
+sourcepath      ../src
+systeminclude   ../inc
+systeminclude   /epoc32/include
+systeminclude   /epoc32/include/oem
+source          EucJpDirectmap.CPP
+
+library         EUSER.LIB
+library         convutils.lib 
+library         JISX0201.LIB
+library         JISX0208.LIB
+library         JISX0212.LIB 
+library         CnvShiftJisDirectmap.lib
+
+sourcepath      ../src
+start resource  EucJpDirectmap.RSS
+lang            sc
+end
+
+#if defined(ARMCC)
+deffile         /epoc32/include/def/EABI/CONVPLUG.DEF 
+#elif defined(WINSCW)
+deffile         /epoc32/release/winscw/CONVPLUG.DEF 
+#elif defined(WINS)
+deffile         /epoc32/release/wins/CONVPLUG.DEF 
+#else
+deffile         /epoc32/release/marm/CONVPLUG.DEF 
+#endif
+
+CAPABILITY      CAP_GENERAL_DLL
+///////////////////////////////////////////////////////////////
+#endif