systemsettings/gssensorplugin/group/gssensorplugin.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2006-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 for gssensorplugin.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    21 #include "gssensorplugin.cfg" // for trace macros
       
    22 
       
    23 TARGET              gssensorplugin.dll
       
    24 TARGETTYPE          PLUGIN
       
    25 VENDORID            VID_DEFAULT
       
    26 
       
    27 // ECom Dll recognition UID followed by the unique UID for this dll
       
    28 UID                 0x10009D8D 0x10282DEC
       
    29 
       
    30 CAPABILITY          CAP_ECOM_PLUGIN
       
    31 
       
    32 SOURCEPATH  ../src
       
    33 SOURCE      gssensorbaseview.cpp
       
    34 SOURCE      gssenbasecontainer.cpp
       
    35 SOURCE      gssensorplugin.cpp
       
    36 SOURCE      gssensorplugincontainer.cpp
       
    37 SOURCE      gssensorpluginmodel.cpp
       
    38 SOURCE      gssentappingctrlview.cpp
       
    39 SOURCE      gssentappingctrlcontainer.cpp
       
    40 SOURCE      gssenturnctrlview.cpp
       
    41 SOURCE      gssenturnctrlcontainer.cpp
       
    42 SOURCE      gssensorpluginimplementationtable.cpp
       
    43 
       
    44 //User include paths
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE     ../data // For *.rh
       
    47 USERINCLUDE     ../cenrep // for CenRep keys
       
    48 
       
    49 
       
    50 //System include paths
       
    51 APP_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 // The resource name should have to be same as the third UID above
       
    54 
       
    55 START RESOURCE  ../data/10282DEC.rss
       
    56 TARGET          gssensorplugin.rsc
       
    57 END
       
    58 
       
    59 START RESOURCE  ../data/gssensorpluginrsc.rss
       
    60 DEPENDS gsapp.rsg
       
    61 TARGETPATH      RESOURCE_FILES_DIR
       
    62 HEADER
       
    63 LANGUAGE_IDS
       
    64 END
       
    65 
       
    66 LIBRARY   euser.lib
       
    67 LIBRARY   ecom.lib
       
    68 LIBRARY   efsrv.lib
       
    69 LIBRARY   avkon.lib
       
    70 LIBRARY   bafl.lib 
       
    71 LIBRARY   cone.lib 
       
    72 LIBRARY   eikcoctl.lib 
       
    73 LIBRARY   eikcore.lib 
       
    74 LIBRARY   egul.lib              // For GulIcon in checkbox icons
       
    75 LIBRARY   eikctl.lib            // For checkbox icons
       
    76 
       
    77 LIBRARY   CommonEngine.lib      // For RConeResourceLoader
       
    78 LIBRARY   FeatMgr.lib           // Feature manager 
       
    79 LIBRARY   CentralRepository.lib // for CenRep
       
    80 LIBRARY   aknskins.lib          // for enhanced skinning
       
    81 LIBRARY   hlplch.lib            // for "Help" options menu
       
    82 LIBRARY   GSFramework.lib       // For base classes
       
    83 LIBRARY   GSListBox.lib         // For CGSListBoxItemTextArray
       
    84 LIBRARY   GSEcomPlugin.lib      // For base classes