charconvfw/Charconv/ongoing/Group/JISX0201.MMP
changeset 0 1fb32624e06b
child 16 56cd22a7a1cb
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 0201 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 jisx0201.dll JIS-X-0201 convertion data
       
    30 */
       
    31 
       
    32 #include <platform_paths.hrh>
       
    33 
       
    34 target			JISX0201.DLL
       
    35 CAPABILITY All -Tcb
       
    36 targettype		dll
       
    37 uid				0x1000008d 0x100066a1
       
    38 VENDORID 0x70000001
       
    39 sourcepath		../Source/foreign/shared
       
    40 source			JISX0201.CPP
       
    41 sourcepath		../Source/generatedcpp
       
    42 source			g_jisx0201.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			JISX0201.DEF
       
    55 start WINS
       
    56 				baseaddress 0x74480000
       
    57 end
       
    58