diff -r 000000000000 -r 1fb32624e06b charconvfw/charconvplugins/group/charconv_japanese_kddiau.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/charconvfw/charconvplugins/group/charconv_japanese_kddiau.iby Tue Feb 02 02:02:46 2010 +0200 @@ -0,0 +1,32 @@ +/* +* Copyright (c) 2007-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: +* Provides KDDI/AU versions of J5 and Shiftjis plugins. This should be included in CHARCONV_JAPANESE.IBY. +* This version of the plugins cannot coexist with the DoCoMo versions - only one may be present in a ROM +* build at a time. +* +*/ + + +#ifndef __CHARCONV_JAPANESE_DOCOMO_IBY__ + +#ifndef __CHARCONV_JAPANESE_KDDIAU_IBY__ +#define __CHARCONV_JAPANESE_KDDIAU_IBY__ + +file=ABI_DIR\BUILD_DIR\shiftjis_kddiau_shared.dll sys\bin\shiftjis_kddiau_shared.dll +ECOM_PLUGIN(shiftjis_kddiau.dll, 102044E8.rsc) +ECOM_PLUGIN(j5_kddiau.dll, 1020D409.rsc) + +#endif +#endif