charconvfw/charconvplugins/group/eucjp_packed.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 17:01:26 +0300
branchRCL_3
changeset 54 748ec5531811
parent 0 1fb32624e06b
permissions -rw-r--r--
Revision: 201021 Kit: 201035

/*
* Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* eucjp_packed.cpl EUC-JP(packed) converter wrapper
*
*/


/**
 @file
*/

TARGET			eucjp_packed.dll
TARGETTYPE		PLUGIN

CAPABILITY		All -Tcb

UID				0x10009D8D 0x102044F4
VENDORID		0x70000001

USERINCLUDE     ../inc

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

SOURCEPATH		../src/plugins
SOURCE			eucjp_packed.cpp

SOURCEPATH		../resource
START RESOURCE	eucjp_packed.rss
LANG			sc
TARGETPATH		/resource/charconv
END

START RESOURCE	102044f4.rss
TARGET			eucjp_packed.rsc
END

LIBRARY			euser.lib
LIBRARY			convutils.lib
LIBRARY			jisx0201.lib
LIBRARY			jisx0208.lib
LIBRARY			jisx0212.lib
LIBRARY			ecom.lib

SMPSAFE