os/textandloc/charconvfw/charconvplugins/group/Win949.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 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 *
    16 */
    17 
    18 /* Use win949.dll instead of cp949.dll to avoid conflict with FATCharsetConv\cp949.dll */
    19 TARGET			win949.dll
    20 TARGETTYPE		PLUGIN
    21 CAPABILITY		All -Tcb
    22 
    23 uid				0x10009D8D 0x20010100
    24 VENDORID		0x70000001
    25 
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    27 USERINCLUDE		../src/inc
    28 USERINCLUDE		../inc
    29 
    30 SOURCEPATH		../src/plugins
    31 SOURCE			cp949.cpp
    32 
    33 LIBRARY			euser.lib
    34 LIBRARY			charconv.lib
    35 LIBRARY			ecom.lib
    36 LIBRARY			CP949table.lib
    37 
    38 SOURCEPATH		../resource
    39 Start resource	win949.rss
    40 Targetpath		/resource/charconv
    41 End
    42 
    43 start resource	20010100.rss
    44 target			win949.rsc
    45 
    46 end
    47 
    48 SMPSAFE