os/textandloc/charconvfw/charconvplugins/test/rtest/group/shiftjis_kddiau_test.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2000-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 * Alternative version of ShiftJIS plug-in converter wrapper - links with
    16 * shiftjis_kddiau_shared to implement conversion of KDDI/AU specific
    17 * Shift-JIS codes.  Builds with a different UID and implementation ID so that it can
    18 * co-exist with the "Docomo" version so that both versions can be tested within a single build or ROM image.
    19 * shiftjis_kddiau_test.dll Alternative version of ShiftJIS converter wrapper for test purposes
    20 *
    21 */
    22 
    23 
    24 /**
    25  @file
    26 */
    27 
    28 TARGET			shiftjis_kddiau_test.dll
    29 TARGETTYPE		PLUGIN
    30 
    31 CAPABILITY		All -Tcb
    32 
    33 MACRO KDDIAU_TEST
    34 
    35 UID				0x10009D8D 0x01000000
    36 VENDORID		0x70000001
    37 
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 
    40 USERINCLUDE		../../../inc
    41 
    42 SOURCEPATH		../../../src/plugins
    43 SOURCE			shiftjis.cpp
    44 
    45 SOURCEPATH		../../../resource
    46 START RESOURCE	shiftjis.rss
    47 TARGETPATH		/resource/charconv
    48 LANG			sc
    49 END
    50 
    51 SOURCEPATH		../tsrc/main
    52 START RESOURCE	01000000.rss
    53 TARGET			shiftjis_kddiau_test.rsc
    54 END
    55 
    56 LIBRARY			euser.lib
    57 LIBRARY			shiftjis_kddiau_shared.lib
    58 LIBRARY			ecom.lib
    59 
    60 SMPSAFE