os/textandloc/charconvfw/charconvplugins/group/ucs2.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2003-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 *
    16 */
    17 
    18 
    19 TARGET			ucs2.dll
    20 TARGETTYPE		PLUGIN
    21 
    22 CAPABILITY		all -tcb
    23 
    24 UID				0x10009D8D 0x102044FE
    25 VENDORID		0x70000001
    26 
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    28 
    29 USERINCLUDE		../src/inc
    30 USERINCLUDE		../inc
    31 
    32 SOURCEPATH		../src/plugins
    33 SOURCE			ucs2.cpp
    34 
    35 SOURCEPATH		../resource
    36 START RESOURCE	ucs2.rss
    37 TARGETPATH		/resource/charconv
    38 LANG			sc
    39 END
    40 
    41 START RESOURCE	102044fe.rss
    42 TARGET			ucs2.rsc
    43 END
    44 
    45 LIBRARY			euser.lib
    46 LIBRARY			ecom.lib
    47 
    48 SMPSAFE