charconvfw/charconvplugins/group/shiftjis_kddiau_shared_2.mmp
changeset 0 1fb32624e06b
child 28 26914f8d1faf
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     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