os/textandloc/charconvfw/charconvplugins/group/big5.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 * big5.cpl Big5 charset conversion wrapper
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 TARGET			big5.dll
    25 TARGETTYPE		PLUGIN
    26 
    27 CAPABILITY		All -Tcb
    28 
    29 UID				0x10009D8D 0x102044EA
    30 VENDORID		0x70000001
    31 
    32 USERINCLUDE ../inc
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 
    35 SOURCEPATH		../src/plugins
    36 SOURCE			big5.cpp
    37 
    38 SOURCEPATH		../resource
    39 START RESOURCE	big5.rss
    40 TARGETPATH		/resource/charconv
    41 LANG			sc
    42 END
    43 
    44 START RESOURCE	102044ea.rss
    45 TARGET			big5.rsc
    46 END
    47 
    48 LIBRARY			euser.lib
    49 LIBRARY			charconv.lib
    50 LIBRARY			big5_shared.lib
    51 LIBRARY			ecom.lib
    52 
    53 SMPSAFE