textinput/peninputarc/src/peninputclient/peninputclient.mmp
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2005-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:  Project definition file for project peninputclient
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  peninputClient.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     0x1000008d 0x10207308
       
    25 
       
    26 
       
    27 CAPABILITY              CAP_CLIENT_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 
       
    31 SOURCEPATH              .
       
    32 SOURCE                  peninputclient.cpp
       
    33 SOURCE                  penclientimpl.cpp
       
    34 SOURCE                  peninputserverhandler.cpp
       
    35 
       
    36 USERINCLUDE             .
       
    37 USERINCLUDE             ../../inc/pensrvcliinc
       
    38 
       
    39 // This is a SYSTEMINCLUDE macro containing the middleware
       
    40 // layer specific include directories
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 SYSTEMINCLUDE           /epoc32/include/ecom
       
    44 SYSTEMINCLUDE           ../../../../inc
       
    45 SYSTEMINCLUDE           ../../../inc
       
    46 
       
    47 LIBRARY                 euser.lib  
       
    48 LIBRARY                 apgrfx.lib
       
    49 LIBRARY                 ws32.lib
       
    50 LIBRARY                 APPARC.LIB
       
    51 LIBRARY                 estor.lib
       
    52 LIBRARY                 cone.lib
       
    53 LIBRARY                 fbscli.lib 
       
    54 
       
    55 #if defined(WINSCW)
       
    56 DEFFILE                 ../../bwins/peninputClient.DEF
       
    57 #elif defined(MARM_ARMV5)
       
    58 DEFFILE                 ../../eabi/peninputClient.DEF
       
    59 #endif