fep/aknfep/peninputplugins/peninputimeplugincn/group/peninputimeplugincn.mmp
changeset 36 a7632c26d895
parent 35 0f326f2e628e
child 42 b3eaa440ab06
equal deleted inserted replaced
35:0f326f2e628e 36:a7632c26d895
     1 /*
       
     2 * Copyright (c) 2002-2005 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:            Project definition file for project peninputimeplugincn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 #include <bldvariant.hrh>
       
    30 #include <platform_paths.hrh>
       
    31 
       
    32 TARGET      peninputimeplugincn.dll
       
    33 TARGETTYPE  plugin
       
    34 UID         0x10009D8D 0x10207361
       
    35 
       
    36 CAPABILITY  CAP_ECOM_PLUGIN
       
    37 VENDORID    VID_DEFAULT
       
    38 
       
    39 SOURCEPATH	../src
       
    40 
       
    41 SOURCE		peninputimeplugincnproxy.cpp
       
    42 SOURCE		peninputimeplugincn.cpp
       
    43 SOURCE		pluginfepmanagerbase.cpp
       
    44 SOURCE		pluginfepmanagerhwr.cpp
       
    45 SOURCE		pluginfepmanagervkb.cpp
       
    46 
       
    47 userinclude     ../inc 
       
    48 
       
    49 // This is a SYSTEMINCLUDE macro containing the middleware
       
    50 // layer specific include directories
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    54 SYSTEMINCLUDE   ../../../../../inc
       
    55 SYSTEMINCLUDE	../../../inc
       
    56 
       
    57 
       
    58 SOURCEPATH      ../srcdata
       
    59 
       
    60 START RESOURCE 10207361.rss
       
    61 #ifdef SYMBIAN_SECURE_ECOM 
       
    62 TARGET peninputimeplugincn.rsc                                                              
       
    63 #endif
       
    64 END
       
    65 
       
    66 
       
    67 LIBRARY euser.lib 
       
    68 LIBRARY ECom.lib
       
    69 LIBRARY centralrepository.lib 
       
    70 LIBRARY eikcoctl.lib 
       
    71 LIBRARY estor.lib 
       
    72 LIBRARY FeatMgr.lib                // feature manager
       
    73 #ifdef RD_SCALABLE_UI_V2
       
    74 LIBRARY         peninputclient.lib
       
    75 #else
       
    76 LIBRARY         peninputserverstub.lib
       
    77 #endif
       
    78 
       
    79 // End Of File