charconvfw/charconvplugins/group/iso2022jp1.mmp
changeset 0 1fb32624e06b
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     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 * iso2022jp1.cpl ISO-2022-JP-1 converter wrapper
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 TARGET			iso2022jp1.dll
       
    25 TARGETTYPE		PLUGIN 
       
    26 
       
    27 CAPABILITY		All -Tcb
       
    28 
       
    29 UID				0x10009D8D 0x102044F6
       
    30 VENDORID		0x70000001
       
    31 
       
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 
       
    34 USERINCLUDE		../src/inc
       
    35 USERINCLUDE		../inc
       
    36 
       
    37 SOURCEPATH		../src/plugins
       
    38 SOURCE			iso2022jp1.cpp
       
    39 
       
    40 SOURCEPATH		../resource
       
    41 START RESOURCE	iso2022jp1.rss
       
    42 TARGETPATH		/resource/charconv
       
    43 LANG			sc
       
    44 END
       
    45 
       
    46 START RESOURCE 	102044f6.rss
       
    47 TARGET			iso2022jp1.rsc
       
    48 END
       
    49 
       
    50 LIBRARY			euser.lib
       
    51 LIBRARY			charconv.lib
       
    52 LIBRARY			convutils.lib
       
    53 LIBRARY			jisbase_shared.lib 
       
    54 LIBRARY			jisx0201.lib
       
    55 LIBRARY			jisx0208.lib
       
    56 LIBRARY			jisx0212.lib
       
    57 LIBRARY			ecom.lib
       
    58 
       
    59 SMPSAFE