os/textandloc/charconvfw/charconvplugins/test/rtest/group/shiftjis_kddiau_test.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/textandloc/charconvfw/charconvplugins/test/rtest/group/shiftjis_kddiau_test.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,60 @@
     1.4 +/*
     1.5 +* Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* Alternative version of ShiftJIS plug-in converter wrapper - links with
    1.19 +* shiftjis_kddiau_shared to implement conversion of KDDI/AU specific
    1.20 +* Shift-JIS codes.  Builds with a different UID and implementation ID so that it can
    1.21 +* co-exist with the "Docomo" version so that both versions can be tested within a single build or ROM image.
    1.22 +* shiftjis_kddiau_test.dll Alternative version of ShiftJIS converter wrapper for test purposes
    1.23 +*
    1.24 +*/
    1.25 +
    1.26 +
    1.27 +/**
    1.28 + @file
    1.29 +*/
    1.30 +
    1.31 +TARGET			shiftjis_kddiau_test.dll
    1.32 +TARGETTYPE		PLUGIN
    1.33 +
    1.34 +CAPABILITY		All -Tcb
    1.35 +
    1.36 +MACRO KDDIAU_TEST
    1.37 +
    1.38 +UID				0x10009D8D 0x01000000
    1.39 +VENDORID		0x70000001
    1.40 +
    1.41 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.42 +
    1.43 +USERINCLUDE		../../../inc
    1.44 +
    1.45 +SOURCEPATH		../../../src/plugins
    1.46 +SOURCE			shiftjis.cpp
    1.47 +
    1.48 +SOURCEPATH		../../../resource
    1.49 +START RESOURCE	shiftjis.rss
    1.50 +TARGETPATH		/resource/charconv
    1.51 +LANG			sc
    1.52 +END
    1.53 +
    1.54 +SOURCEPATH		../tsrc/main
    1.55 +START RESOURCE	01000000.rss
    1.56 +TARGET			shiftjis_kddiau_test.rsc
    1.57 +END
    1.58 +
    1.59 +LIBRARY			euser.lib
    1.60 +LIBRARY			shiftjis_kddiau_shared.lib
    1.61 +LIBRARY			ecom.lib
    1.62 +
    1.63 +SMPSAFE
    1.64 \ No newline at end of file