fep/aknfep/peninputplugins/PeninputPluginKr/group/PeninputPluginKr.mmp
changeset 36 a7632c26d895
parent 35 0f326f2e628e
child 42 b3eaa440ab06
equal deleted inserted replaced
35:0f326f2e628e 36:a7632c26d895
     1 /*
       
     2 * Copyright (c) 2002-2006 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 *
       
    16 */
       
    17 
       
    18 #include <bldvariant.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          PeninputPluginKr.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 CAPABILITY      CAP_ECOM_PLUGIN
       
    25 VENDORID        VID_DEFAULT
       
    26 UID             0x10009D8D 0xE95A395D
       
    27 
       
    28 MW_LAYER_SYSTEMINCLUDE
       
    29 SYSTEMINCLUDE   /epoc32/include/ecom
       
    30 SYSTEMINCLUDE   ../../../../../inc 
       
    31 SYSTEMINCLUDE   ../../../../../fep/aknfep/inc
       
    32 
       
    33 USERINCLUDE	    ../inc
       
    34 
       
    35 SOURCEPATH	  ../src
       
    36 
       
    37 SOURCE        PeninputPluginKr.cpp
       
    38 SOURCE        PeninputPluginKrDllMain.cpp
       
    39 SOURCE        PeninputPluginKrProxy.cpp
       
    40 SOURCE        PluginKrFepManagerBase.cpp
       
    41 SOURCE        PluginKrFepManagerHwr.cpp
       
    42 SOURCE        PluginKrFepManagerVkb.cpp
       
    43 SOURCE	      PluginKrFepManagerItut.cpp
       
    44 
       
    45 LANG          sc 01 65
       
    46 
       
    47 SOURCEPATH ../data
       
    48 START RESOURCE E95A395D.rss
       
    49     #ifdef SYMBIAN_SECURE_ECOM 
       
    50       TARGET PeninputPluginKr.rsc
       
    51     #endif
       
    52 END
       
    53 
       
    54 SOURCEPATH      ../data
       
    55 START RESOURCE PeninputPluginKrRes.rss
       
    56 	HEADER
       
    57 	TARGETPATH resource/fep
       
    58 END
       
    59 
       
    60 LIBRARY       euser.lib
       
    61 LIBRARY       ecom.lib
       
    62 LIBRARY       FeatMgr.lib
       
    63 LIBRARY       commonengine.lib
       
    64 LIBRARY       bafl.lib
       
    65 LIBRARY       cone.lib
       
    66 #ifdef RD_SCALABLE_UI_V2
       
    67 LIBRARY       peninputclient.lib
       
    68 #else
       
    69 LIBRARY       peninputserverstub.lib
       
    70 #endif
       
    71 LIBRARY       estor.lib
       
    72 LIBRARY       avkon.lib
       
    73 LIBRARY       eikcoctl.lib
       
    74 LIBRARY       centralrepository.lib
       
    75 
       
    76 DEBUGLIBRARY  flogger.lib