textinput/peninputarc/gsplugin/gspeninputplugin/group/gspeninputplugin.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 specification file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY              CAP_ECOM_PLUGIN
       
    23 TARGET                  gspeninputplugin.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D 0x1027510B
       
    26 VENDORID                VID_DEFAULT
       
    27 
       
    28 SOURCEPATH              ../src 
       
    29 SOURCE                  gspeninputplugin.cpp
       
    30 SOURCE                  gspeninputcontainer.cpp
       
    31 SOURCE                  gspeninputmodel.cpp
       
    32 SOURCE                  gspeninputimplementationtable.cpp
       
    33 SOURCE                  gspeninputimple.cpp
       
    34 SOURCE                  gssettingdialog.cpp
       
    35 
       
    36 USERINCLUDE             ../inc 
       
    37 USERINCLUDE             ../data 
       
    38 USERINCLUDE             ../loc
       
    39 
       
    40 // This is a SYSTEMINCLUDE macro containing the middleware
       
    41 // layer specific include directories
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SYSTEMINCLUDE           /epoc32/include/ecom
       
    46 SYSTEMINCLUDE           /epoc32/include/internal
       
    47 SYSTEMINCLUDE           ../../../../../inc
       
    48 SYSTEMINCLUDE           ../../../../inc
       
    49 
       
    50 SOURCEPATH              ../data 
       
    51 
       
    52 START RESOURCE          1027510B.rss
       
    53 TARGET                  gspeninputplugin.rsc
       
    54 LANGUAGE_IDS
       
    55 END                     
       
    56 
       
    57 START RESOURCE          gspeninputpluginrsc.rss
       
    58 HEADER
       
    59 TARGETPATH              RESOURCE_FILES_DIR
       
    60 LANGUAGE_IDS
       
    61 END
       
    62 
       
    63 LIBRARY                 aknskins.lib              // AknsUtils.h
       
    64 LIBRARY                 avkon.lib
       
    65 LIBRARY                 bafl.lib
       
    66 LIBRARY                 centralrepository.lib
       
    67 LIBRARY                 commonengine.lib          // For RConeResourceLoader
       
    68 LIBRARY                 cone.lib
       
    69 LIBRARY                 ecom.lib                  // For ECom
       
    70 LIBRARY                 efsrv.lib                 // For File server
       
    71 LIBRARY                 egul.lib                  // CGulIcon
       
    72 LIBRARY                 eikcoctl.lib
       
    73 LIBRARY                 eikcore.lib
       
    74 LIBRARY                 euser.lib
       
    75 LIBRARY                 FeatMgr.lib               // feature manager
       
    76 LIBRARY                 GSFramework.lib           // For GS Framework
       
    77 LIBRARY                 GSListBox.lib             // For CGSListBoxItemTextArray
       
    78 LIBRARY                 AknIcon.lib
       
    79 LIBRARY                 fbscli.lib
       
    80 LIBRARY                 aknpictograph.lib
       
    81 LIBRARY                 etext.lib
       
    82 LIBRARY                 tagma.lib
       
    83 LIBRARY                 gdi.lib
       
    84 LIBRARY                 aknlayout.lib             
       
    85 LIBRARY                 bitgdi.lib
       
    86 LIBRARY                 hal.lib 
       
    87 LIBRARY                 cenrepnotifhandler.lib
       
    88 LIBRARY                 GSEcomPlugin.lib
       
    89 LIBRARY                 ptiengine.lib
       
    90 LIBRARY                 eikdlg.lib
       
    91 LIBRARY                 AknLayout2.lib       
       
    92 LIBRARY                 AknLayout2Scalable.lib
       
    93 LIBRARY                 peninputpluginutils.lib
       
    94 LIBRARY                 apparc.lib
       
    95 LIBRARY                 gfxtrans.lib
       
    96 LIBRARY             hlplch.lib // HlpLauncher
       
    97 LIBRARY                 ws32.lib
       
    98 LIBRARY                 apgrfx.lib
       
    99 
       
   100 LIBRARY                 peninputclient.lib
       
   101 // End Of File