os/textandloc/charconvfw/charconvplugins/group/extended_sms_7bit.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2008-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 * SMS 7-bit convertor with extensions
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 
    25 TARGET			extended_sms_7bit.dll
    26 TARGETTYPE			PLUGIN
    27 
    28 CAPABILITY			All -Tcb
    29 
    30 UID				0x10009D8D 0x10286401
    31 VENDORID			0x70000001
    32 
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 
    35 SOURCEPATH			../src/plugins
    36 SOURCE			extended_sms_7bit.cpp
    37 
    38 SOURCEPATH			/epoc32/build/generatedcpp/charconv
    39 SOURCE			g_extended_sms_7bit.cpp
    40 
    41 SOURCEPATH			../resource
    42 START RESOURCE		extended_sms_7bit.rss
    43 TARGETPATH			/resource/charconv
    44 LANG				sc
    45 END
    46 
    47 SOURCEPATH			../resource
    48 START RESOURCE		10286401.rss
    49 TARGET			extended_sms_7bit.rsc
    50 END
    51 
    52 LIBRARY			euser.lib
    53 LIBRARY			charconv.lib
    54 LIBRARY			ecom.lib
    55 
    56 SMPSAFE