gssettingsuis/Gs/GSOpticalJoystickPlugin/GSOpticalJoystickPlugin.mmp
branchRCL_3
changeset 24 8ee96d21d9bf
parent 23 8bda91a87a00
child 25 7e0eff37aedb
equal deleted inserted replaced
23:8bda91a87a00 24:8ee96d21d9bf
     1 /*
       
     2 * Copyright (c) 2009 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>    // For RESOURCE_FILES_DIR
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 CAPABILITY          CAP_ECOM_PLUGIN
       
    24 TARGET              gsopticaljoystickplugin.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x1028331A
       
    27 VENDORID            VID_DEFAULT
       
    28 
       
    29 
       
    30 SOURCEPATH  Src
       
    31 SOURCE      GSOpticalJoystickPluginImplementationTable.cpp
       
    32 SOURCE      GSOpticalJoystickPluginContainer.cpp
       
    33 SOURCE      GSOpticalJoystickPlugin.cpp
       
    34 
       
    35 
       
    36 //User include paths
       
    37 USERINCLUDE     Inc
       
    38 USERINCLUDE     Data // For *.rh
       
    39 USERINCLUDE     loc
       
    40 USERINCLUDE     ../Logger
       
    41 USERINCLUDE     ../Data // For GSCommonResources.rss
       
    42 
       
    43 //System include paths
       
    44 SYSTEMINCLUDE   /epoc32/include/ecom
       
    45 SYSTEMINCLUDE   /epoc32/include/cshelp
       
    46 // Default system include paths for middleware layer modules.
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 SOURCEPATH      Data
       
    50 
       
    51 START RESOURCE  1028331A.rss
       
    52 TARGET          gsopticaljoystickplugin.rsc
       
    53 END
       
    54 
       
    55 START RESOURCE  GSOpticalJoystickPluginRsc.rss
       
    56 DEPENDS gsapp.rsg
       
    57 HEADER
       
    58 TARGETPATH      RESOURCE_FILES_DIR
       
    59 LANGUAGE_IDS
       
    60 END
       
    61 
       
    62 
       
    63 LIBRARY   euser.lib
       
    64 LIBRARY   ecom.lib
       
    65 LIBRARY   efsrv.lib
       
    66 LIBRARY   avkon.lib
       
    67 LIBRARY   bafl.lib
       
    68 LIBRARY   cone.lib
       
    69 LIBRARY   eikcoctl.lib
       
    70 LIBRARY   eikcore.lib
       
    71 LIBRARY   egul.lib
       
    72 LIBRARY   eikdlg.lib            // eikon dialogs
       
    73 LIBRARY   commdb.lib
       
    74 LIBRARY   centralrepository.lib
       
    75 
       
    76 LIBRARY   commonengine.lib      // For RConeResourceLoader
       
    77 LIBRARY   featmgr.lib           // Feature manager
       
    78 LIBRARY   aknskinsrv.lib        // for enhanced skinning
       
    79 LIBRARY   aknskins.lib          // for enhanced skinning
       
    80 LIBRARY   hlplch.lib            // for "Help" options menu
       
    81 LIBRARY   gsframework.lib       // For base classes
       
    82 LIBRARY   gslistbox.lib         // For CGSListBoxItemTextArray
       
    83 LIBRARY   flogger.lib // For GSLogger
       
    84 LIBRARY   gsecomplugin.lib
       
    85 
       
    86 // End of File