charconvfw/charconvplugins/group/shiftjis_docomo_shared.mmp
changeset 0 1fb32624e06b
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 * Alterenative version of the DLL used actually implement conversion
       
    16 * between Shift-JIS and Unicode - includes mappings for NTT DoCoMo
       
    17 * specific Shift-JIS code points (e.g. proprietary "Emoji" characters).
       
    18 * shiftjis_docomo_shared.dll ShiftJIS common implementation for NTT DoCoMo
       
    19 *
       
    20 */
       
    21 
       
    22 
       
    23 /**
       
    24  @file
       
    25 */
       
    26 
       
    27 TARGET			shiftjis_docomo_shared.dll
       
    28 TARGETTYPE		dll
       
    29 
       
    30 CAPABILITY		All -Tcb
       
    31 
       
    32 DEFFILE			shiftjis_shared.def
       
    33 
       
    34 UID				0x1000008d 0x102044E8
       
    35 VENDORID		0x70000001
       
    36 
       
    37 USERINCLUDE ../inc
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 USERINCLUDE		../src/shared
       
    41 USERINCLUDE		../../charconv_fw/src/charconv
       
    42 
       
    43 SOURCEPATH		../src/shared
       
    44 SOURCE			shiftjis_shared.cpp
       
    45 SOURCE			shiftjisdocomo.cpp
       
    46 
       
    47 LIBRARY			euser.lib
       
    48 LIBRARY			charconv.lib 
       
    49 
       
    50 START WINS
       
    51 			baseaddress 0x744f0000
       
    52 END
       
    53 
       
    54 SMPSAFE