textinput/ptihangulcore/group/libhangul_symbian.mmp
branchRCL_3
changeset 3 f5a1e66df979
equal deleted inserted replaced
0:eb1f2e154e89 3:f5a1e66df979
       
     1 /*
       
     2 * Copyright (c) 2005,2006 Choe Hwanjin
       
     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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET         libhangul_symbian.dll
       
    20 TARGETTYPE     dll
       
    21 UID            0x1000008d 0xE83D39EE
       
    22 CAPABILITY All -Tcb
       
    23 
       
    24 SYSTEMINCLUDE  /epoc32/include /epoc32/include/libc ../inc_symbian
       
    25 USERINCLUDE    ../inc
       
    26 
       
    27 SOURCEPATH	   ../src
       
    28 
       
    29 SOURCE         libhangul_symbianDllMain.cpp 
       
    30 SOURCE         hangulctype.c
       
    31 SOURCE         hangulinputcontext.c
       
    32 SOURCE         hanja.c
       
    33 SOURCE         OssHangulInputContext.cpp
       
    34 SOURCE         OssKeyboard.cpp
       
    35 SOURCE         OssCombination.cpp
       
    36 SOURCE         OssHanja.cpp
       
    37 
       
    38 #if defined (WINS)
       
    39 #elif defined (GCC32)
       
    40 DEFFILE ../bmarm/libhangul_symbian.def
       
    41 #else 
       
    42 DEFFILE ../eabi/libhangul_symbian.def
       
    43 #endif
       
    44 
       
    45 nostrictdef
       
    46 
       
    47 LIBRARY        euser.lib
       
    48 LIBRARY        estlib.lib
       
    49 
       
    50 //#ifdef ENABLE_ABIV2_MODE
       
    51 //DEBUGGABLE_UDEBONLY
       
    52 //#endif