os/textandloc/charconvfw/charconvplugins/test/rtest/group/test_j5_kddiau.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 * TEST KDDI/AU version.
    16 * This is a test build of the "KDDI/AU" version of the J5 character conversion plugin,
    17 * which uses a test UID (0x10000002) in place of the usual J5 UID. 
    18 * The kddi/au version differs from the Docomo version by using shiftjis_kddiau_shared.dll
    19 * rather than shiftjis_docomo_shared.dll, so the only difference is the kddi/au specific shiftjis
    20 * conversions.
    21 * This can then be tested by tj5_kddiau which loads
    22 * this plug-in rather than J5_docomo by refering to the test UID
    23 * Character conversion method that can convert from any of the following:
    24 * character sets: Windows-31J (Microsoft code page 932), JIS (ISO-2022-JP-1), 
    25 * EUC, UTF8, and UCS2.
    26 * kddiau test version of j5.cpl converter
    27 *
    28 */
    29 
    30 
    31 /**
    32  @file
    33 */
    34 
    35 TARGET			test_j5_kddiau.dll
    36 TARGETTYPE		PLUGIN
    37 
    38 MACRO KDDIAU_TEST
    39 
    40 CAPABILITY		All -Tcb
    41 
    42 UID				0x10009D8D 0x01000003
    43 VENDORID		0x70000001
    44 
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    46 
    47 USERINCLUDE		../../../inc
    48 USERINCLUDE		../../
    49 USERINCLUDE		../../../src/inc
    50 
    51 SOURCEPATH		../../../src/plugins
    52 SOURCE			j5.cpp
    53 SOURCE			j5eucjp.cpp
    54 
    55 SOURCEPATH		../tsrc/main
    56 START RESOURCE	test_j5_kddiau.rss
    57 TARGETPATH		/resource/charconv
    58 LANG			sc
    59 END
    60 
    61 START RESOURCE	01000002.rss
    62 TARGET			test_j5_kddiau.rsc
    63 END
    64 
    65 LIBRARY			euser.lib
    66 LIBRARY			ecom.lib
    67 LIBRARY			convutils.lib
    68 LIBRARY			shiftjis_kddiau_shared.lib
    69 LIBRARY			jisbase_shared.lib
    70 LIBRARY			charconv.lib 
    71 LIBRARY			jisx0201.lib
    72 LIBRARY			jisx0208.lib
    73 LIBRARY			jisx0212.lib
    74 LIBRARY			featmgr.lib
    75 
    76 SMPSAFE