charconvfw/charconvplugins/group/jisbase_shared_2.mmp
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:49:36 +0100
branchGCC_SURGE
changeset 49 4d76f1414957
parent 37 6be019398652
permissions -rw-r--r--
Catchup to latest Symbian^4

/*
* 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