charconvfw/charconvplugins/group/jisbase_shared_2.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 14:39:28 +0300
branchRCL_3
changeset 28 26914f8d1faf
parent 0 1fb32624e06b
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* 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: 
* jisbase_shared_2.dll Code shared between JIS_2.dll,ISO2022JP_2.DLL and ISO2022JP1_2.DLL, S60 version
*
*/


/**
 @file
*/

TARGET			jisbase_shared_2.dll
TARGETTYPE		dll

CAPABILITY		All -Tcb

DEFFILE			jisbase_shared.def

UID				0x1000008d 0x100068a0
VENDORID		0x70000001

USERINCLUDE ../inc
OS_LAYER_SYSTEMINCLUDE_SYMBIAN

USERINCLUDE		../src/shared
USERINCLUDE		../src/inc

SOURCEPATH		../src/shared
SOURCE			JISBASE_SHARED_2.CPP

LIBRARY			euser.lib
LIBRARY			charconv.lib
LIBRARY			convutils.lib
LIBRARY			jisx0201_2.lib
LIBRARY			jisx0208_2.lib
LIBRARY			jisx0212.lib
library         CnvPictographShared.lib
library         featmgr.lib

START WINS
				baseaddress 0x74420000
END

SMPSAFE