charconvfw/Charconv/ongoing/Group/ISO2022JP1.MMP
changeset 0 1fb32624e06b
child 16 56cd22a7a1cb
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2022 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 iso2022jp1.cpl ISO-2022-JP-1 converter wrapper
       
    30 */
       
    31 
       
    32 #include <platform_paths.hrh>
       
    33 
       
    34 target			ISO2022JP1.DLL
       
    35 targettype		PLUGIN 
       
    36 
       
    37 CAPABILITY All -Tcb
       
    38 
       
    39 uid				0x10009D8D 0x102044F6
       
    40 VENDORID 0x70000001
       
    41 
       
    42 sourcepath		../Source/foreign/plugins
       
    43 source			ISO2022JP1.CPP
       
    44 
       
    45 // This is a SYSTEMINCLUDE macro containing the middleware
       
    46 // layer specific include directories
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 OS_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 systeminclude	../Include
       
    51 SYSTEMINCLUDE   ../../../../inc
       
    52 SYSTEMINCLUDE   ../../../inc
       
    53 
       
    54 library			EUSER.LIB CHARCONV.LIB CONVUTILS.LIB JISBASE_SHARED.LIB 
       
    55 library			JISX0201.LIB JISX0208.LIB JISX0212.LIB ECOM.LIB
       
    56 library         CnvPictographShared.lib
       
    57 library         FeatMgr.lib
       
    58 
       
    59 sourcepath		../Source/foreign/plugins
       
    60 start resource		ISO2022JP1.RSS
       
    61 targetpath		/resource/charconv
       
    62 lang			sc
       
    63 end
       
    64 
       
    65 sourcepath		../Source/foreign/plugins
       
    66 start resource 		102044F6.rss
       
    67 #ifdef SYMBIAN_SECURE_ECOM
       
    68 target			ISO2022JP1.rsc
       
    69 #endif
       
    70 end