charconvfw/Charconv/ongoing/Group/JISBASE_SHARED.MMP
changeset 0 1fb32624e06b
child 16 56cd22a7a1cb
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2000 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 jisbase_shared.dll Code shared between JIS.CPL,ISO2022JP.CPL and ISO2022JP1.CPL
       
    30 */
       
    31 
       
    32 #include <platform_paths.hrh>
       
    33 
       
    34 target			JISBASE_SHARED.DLL
       
    35 CAPABILITY All -Tcb
       
    36 targettype		dll
       
    37 uid				0x1000008d 0x100068a0
       
    38 VENDORID 0x70000001
       
    39 sourcepath		../Source/foreign/shared
       
    40 source			JISBASE_SHARED.CPP
       
    41 
       
    42 // This is a SYSTEMINCLUDE macro containing the middleware
       
    43 // layer specific include directories
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 OS_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 systeminclude	../Include
       
    48 SYSTEMINCLUDE   ../../../../inc
       
    49 SYSTEMINCLUDE   ../../../inc
       
    50 
       
    51 library			EUSER.LIB CHARCONV.LIB CONVUTILS.LIB JISX0201.LIB JISX0208.LIB JISX0212.LIB
       
    52 library         CnvPictographShared.lib
       
    53 library         FeatMgr.lib
       
    54 
       
    55 deffile			JISBASE_SHARED.DEF
       
    56 start WINS
       
    57 				baseaddress 0x74420000
       
    58 end
       
    59