diff -r 000000000000 -r bde4ae8d615e os/textandloc/charconvfw/charconvplugins/test/rtest/group/shiftjis_kddiau_test.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/textandloc/charconvfw/charconvplugins/test/rtest/group/shiftjis_kddiau_test.mmp Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,60 @@ +/* +* 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: +* Alternative version of ShiftJIS plug-in converter wrapper - links with +* shiftjis_kddiau_shared to implement conversion of KDDI/AU specific +* Shift-JIS codes. Builds with a different UID and implementation ID so that it can +* co-exist with the "Docomo" version so that both versions can be tested within a single build or ROM image. +* shiftjis_kddiau_test.dll Alternative version of ShiftJIS converter wrapper for test purposes +* +*/ + + +/** + @file +*/ + +TARGET shiftjis_kddiau_test.dll +TARGETTYPE PLUGIN + +CAPABILITY All -Tcb + +MACRO KDDIAU_TEST + +UID 0x10009D8D 0x01000000 +VENDORID 0x70000001 + +OS_LAYER_SYSTEMINCLUDE_SYMBIAN + +USERINCLUDE ../../../inc + +SOURCEPATH ../../../src/plugins +SOURCE shiftjis.cpp + +SOURCEPATH ../../../resource +START RESOURCE shiftjis.rss +TARGETPATH /resource/charconv +LANG sc +END + +SOURCEPATH ../tsrc/main +START RESOURCE 01000000.rss +TARGET shiftjis_kddiau_test.rsc +END + +LIBRARY euser.lib +LIBRARY shiftjis_kddiau_shared.lib +LIBRARY ecom.lib + +SMPSAFE \ No newline at end of file