charconvfw/Charconv/ongoing/Group/ISO88596.MMP
changeset 0 1fb32624e06b
child 16 56cd22a7a1cb
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 8859 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 *       MakMake Project file. 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 /**
       
    27 @file
       
    28 
       
    29 @SYMPurpose iso88596.cpl ISO-8859-6 converter
       
    30 */
       
    31 
       
    32 #include <platform_paths.hrh>
       
    33 
       
    34 target			ISO88596.DLL
       
    35 targettype		PLUGIN
       
    36 
       
    37 CAPABILITY All -Tcb
       
    38 
       
    39 uid				0x10009D8D 0x102044F8
       
    40 VENDORID 0x70000001
       
    41 
       
    42 sourcepath		../Source/foreign/plugins
       
    43 source			ISO88596.CPP
       
    44 
       
    45 sourcepath		../Source/generatedcpp
       
    46 source			g_iso88596.cpp
       
    47 
       
    48 // This is a SYSTEMINCLUDE macro containing the middleware
       
    49 // layer specific include directories
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 OS_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 systeminclude	../Include
       
    54 SYSTEMINCLUDE   ../../../../inc
       
    55 SYSTEMINCLUDE   ../../../inc
       
    56 
       
    57 library			EUSER.LIB CHARCONV.LIB ECOM.LIB
       
    58 
       
    59 sourcepath		../Source/foreign/plugins
       
    60 start resource		ISO88596.RSS
       
    61 targetpath		/resource/charconv
       
    62 lang			sc
       
    63 end
       
    64 
       
    65 sourcepath		../Source/foreign/plugins
       
    66 start resource		102044F8.rss
       
    67 #ifdef SYMBIAN_SECURE_ECOM
       
    68 target			ISO88596.rsc
       
    69 #endif
       
    70 end