mobilemessaging/smsui/charconvplugin/SmsStrict.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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 *  Char conv plugin for Sms editor PRIVATE use.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET               SmsStrict.DLL
       
    24 TARGETTYPE           PLUGIN
       
    25 CAPABILITY           CAP_ECOM_PLUGIN
       
    26 
       
    27 uid                  0x10009D8D 0x1020724C
       
    28 VENDORID             VID_DEFAULT
       
    29 VERSION 	     10.0
       
    30 PAGED
       
    31 
       
    32 SOURCEPATH           .
       
    33 SOURCE               SmsStrict.cpp
       
    34 SOURCE               G_SmsStrict.cpp
       
    35 
       
    36 SYSTEMINCLUDE        ../../../inc
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY              EUSER.LIB
       
    40 LIBRARY              CHARCONV.LIB
       
    41 LIBRARY              ECOM.LIB
       
    42 
       
    43 start resource       1020724C.rss
       
    44 target               SmsStrict.RSC
       
    45 end
       
    46 
       
    47 #if defined(ARMCC)
       
    48 DEFFILE ../eabi/ 
       
    49 #elif defined( WINSCW )
       
    50 DEFFILE ../bwins/ 
       
    51 #endif
       
    52 
       
    53 //end of file