os/textandloc/charconvfw/charconvplugins/group/shiftjis_kddiau.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 * shiftjis_kddiau.cpl ShiftJIS converter wrapper for KDDI/AU
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 TARGET			shiftjis_kddiau.dll
    25 TARGETTYPE		PLUGIN
    26 
    27 CAPABILITY		All -Tcb
    28 
    29 UID				0x10009D8D 0x102044E8
    30 VENDORID		0x70000001
    31 
    32 USERINCLUDE ../inc
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 
    35 USERINCLUDE		../src/inc
    36 
    37 SOURCEPATH		../src/plugins
    38 SOURCE			shiftjis.cpp
    39 
    40 SOURCEPATH		../resource
    41 START RESOURCE	shiftjis.rss
    42 TARGETPATH		/resource/charconv
    43 LANG			sc
    44 END
    45 
    46 START RESOURCE	102044e8.rss
    47 TARGET			shiftjis_kddiau.rsc
    48 END
    49 
    50 LIBRARY			euser.lib
    51 LIBRARY			shiftjis_kddiau_shared.lib
    52 LIBRARY			ecom.lib
    53 
    54 SMPSAFE