textinput/peninputhwrboxcn/group/peninputhwrboxcn.mmp
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     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 peninputhwrboxcn
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          peninputhwrboxcn.dll
       
    23 TARGETTYPE      plugin
       
    24 UID             0x10009D8D 0x10207360
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 
       
    31 // Plugin Framework
       
    32 SOURCE          peninputhwrbxmain.cpp
       
    33 SOURCE          peninputhwrbxproxy.cpp
       
    34 SOURCE          peninputhwrbxlayout.cpp
       
    35 SOURCE          peninputhwrbxdatastore.cpp
       
    36 SOURCE          peninputhwrtriggerstr.cpp
       
    37 SOURCE          peninputhwrbxstate.cpp
       
    38 SOURCE          peninputhwrengine.cpp
       
    39 
       
    40 SOURCEPATH      ../ctrlsrc
       
    41 
       
    42 // control implementation
       
    43 SOURCE          peninputhwrbxctrlbar.cpp
       
    44 SOURCE          peninputhwrbxwnd.cpp
       
    45 SOURCE          peninputhwrboxgroup.cpp
       
    46 
       
    47 USERINCLUDE     ../inc
       
    48 USERINCLUDE     ../ctrlinc
       
    49 
       
    50 // This is a SYSTEMINCLUDE macro containing the middleware
       
    51 // layer specific include directories
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 SYSTEMINCLUDE   /epoc32/include/ecom
       
    55 SYSTEMINCLUDE   ../../../inc
       
    56 SYSTEMINCLUDE   ../../inc
       
    57 
       
    58 SOURCEPATH      ../srcdata
       
    59 
       
    60 START RESOURCE 10207360.rss
       
    61 #ifdef SYMBIAN_SECURE_ECOM 
       
    62 TARGET peninputhwrboxcn.rsc                                                              
       
    63 #endif
       
    64 END
       
    65 
       
    66 START RESOURCE  peninputhwrbxcn.rss
       
    67 HEADER
       
    68 TARGETPATH      RESOURCE_FILES_DIR
       
    69 END
       
    70 
       
    71 LIBRARY euser.lib 
       
    72 LIBRARY ECom.lib 
       
    73 LIBRARY gdi.lib  
       
    74 LIBRARY bafl.lib 
       
    75 LIBRARY aknlayout.lib
       
    76 LIBRARY AknLayout2Scalable.lib
       
    77 LIBRARY aknicon.lib 
       
    78 LIBRARY avkon.lib
       
    79 LIBRARY centralrepository.lib 
       
    80 LIBRARY ptiengine.lib 
       
    81 LIBRARY peninputlayoutinterface.lib 
       
    82 LIBRARY peninputlayoutcontrol.lib
       
    83 LIBRARY peninputcommonctrls.lib
       
    84 LIBRARY CenRepNotifHandler.lib
       
    85 LIBRARY cone.lib
       
    86 LIBRARY peninputpluginutils.lib
       
    87 LIBRARY ws32.lib
       
    88 LIBRARY         aknskins.lib
       
    89 
       
    90 // End Of File