os/textandloc/charconvfw/charconvplugins/group/shiftjis_kddiau_shared.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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.dll ShiftJIS common implementation
    20 *
    21 */
    22 
    23 
    24 /**
    25  @file
    26 */
    27 
    28 TARGET			shiftjis_kddiau_shared.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.cpp
    46 SOURCE			shiftjiskddiau.cpp
    47 
    48 LIBRARY			euser.lib
    49 LIBRARY			charconv.lib 
    50 
    51 START WINS
    52 			baseaddress 0x744f0000
    53 END
    54 
    55 SMPSAFE