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