charconvfw/Charconv/ongoing/Group/JISX0208.MMP
changeset 32 8b9155204a54
equal deleted inserted replaced
31:b9ad20498fb4 32:8b9155204a54
       
     1 /*
       
     2 * Copyright (c) 0208 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 the License "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 jisx0208.dll JIS-X-0208 convertion data
       
    30 */
       
    31 
       
    32 #include <platform_paths.hrh>
       
    33 
       
    34 target			JISX0208.DLL
       
    35 CAPABILITY All -Tcb
       
    36 targettype		dll
       
    37 uid				0x1000008d 0x1000667a
       
    38 VENDORID 0x70000001
       
    39 sourcepath		../Source/foreign/shared
       
    40 source			JISX0208.CPP
       
    41 sourcepath		../Source/generatedcpp
       
    42 source			g_jisx0208.cpp
       
    43 
       
    44 // This is a SYSTEMINCLUDE macro containing the middleware
       
    45 // layer specific include directories
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 OS_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 systeminclude	../Include
       
    50 SYSTEMINCLUDE   ../../../../inc
       
    51 SYSTEMINCLUDE   ../../../inc
       
    52 
       
    53 library			EUSER.LIB
       
    54 deffile			JISX0208.DEF
       
    55 start WINS
       
    56 				baseaddress 0x74450000
       
    57 end
       
    58