os/textandloc/charconvfw/charconvplugins/group/shiftjis_kddiau_shared_2.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2000-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 * Default version of the DLL used to actually implement conversion
    16 * between Shift-JIS and Unicode - includes mappings for KDDI AU
    17 * specific Shift-JIS code points (e.g. proprietary "Emoji" characters)
    18 * as well as "standard" Shift-JIS..
    19 * shiftjis_kddiau_shared_2.dll ShiftJIS common implementation, S60 version
    20 *
    21 */
    22 
    23 
    24 /**
    25  @file
    26 */
    27 
    28 TARGET			shiftjis_kddiau_shared_2.dll
    29 TARGETTYPE		dll
    30 
    31 CAPABILITY		All -Tcb
    32 
    33 DEFFILE			shiftjis_shared.def
    34 
    35 UID				0x1000008d 0x102044E8
    36 VENDORID		0x70000001
    37 
    38 USERINCLUDE ../inc
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 
    41 USERINCLUDE		../src/shared
    42 USERINCLUDE		../../charconv_fw/src/charconv
    43 
    44 SOURCEPATH		../src/shared
    45 SOURCE			SHIFTJIS_SHARED_2.CPP
    46 SOURCE			shiftjiskddiau.cpp
    47 
    48 LIBRARY			euser.lib
    49 LIBRARY			charconv.lib
    50 LIBRARY			convutils.lib 
    51 library			jisx0201_2.lib jisx0208_2.lib
    52 library         CnvPictographShared.lib
    53 library         featmgr.lib
    54 
    55 START WINS
    56 			baseaddress 0x744f0000
    57 END
    58 
    59 SMPSAFE