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