os/textandloc/charconvfw/charconvplugins/group/EucJpDirectmap.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/charconvfw/charconvplugins/group/EucJpDirectmap.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,56 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:     This module is a plug-in module for Shift-JIS with Pictograph.
    1.18 +*                Basicaly, Vodafone Pictograph is encoded by ISO2022, 
    1.19 +*                but Japanese FEP needs a pictograph as one character code 
    1.20 +*                in Shift-JIS character code set.
    1.21 +*
    1.22 +*/
    1.23 +
    1.24 +TARGET               EucJpDirectmap.dll
    1.25 +TARGETTYPE           PLUGIN
    1.26 +CAPABILITY           All -Tcb
    1.27 +
    1.28 +uid                  0x10009D8D 0x10207353
    1.29 +VENDORID		0x70000001
    1.30 +
    1.31 +SOURCEPATH			../src/plugins
    1.32 +
    1.33 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.34 +USERINCLUDE		../inc
    1.35 +USERINCLUDE		../src/inc
    1.36 +USERINCLUDE		../src/shared
    1.37 +
    1.38 +source               EucJpDirectmap.CPP
    1.39 +
    1.40 +LIBRARY              euser.lib
    1.41 +LIBRARY              charconv.lib
    1.42 +LIBRARY              ecom.lib
    1.43 +library              convutils.lib 
    1.44 +library              jisx0201_2.lib
    1.45 +library              jisx0208_2.lib
    1.46 +library              jisx0212.lib
    1.47 +library              CnvShiftJisDirectmap.lib
    1.48 +
    1.49 +SOURCEPATH		../resource
    1.50 +
    1.51 +Start resource       EucJpDirectmap.RSS
    1.52 +Targetpath           /resource/charconv
    1.53 +End
    1.54 +
    1.55 +start resource       10207353.rss
    1.56 +target               eucjpdirectmap.rsc
    1.57 +end
    1.58 +
    1.59 +SMPSAFE