coreapplicationuis/advancedtspcontroller/group/RemConTspController.mmp
changeset 0 2e3d3ce01487
child 21 c4cbaa4fb734
child 47 312d2b433792
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2002-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 RemConTspController.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <remcon/remconservercaps.mmh> // RemCon has defined capabilities
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          AdvancedTspController.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009d8d 0x10282CD5
       
    25 
       
    26 VENDORID        VID_DEFAULT 
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          remcontspcontrollermain.cpp
       
    30 SOURCE          remcontspcontroller.cpp
       
    31 SOURCE          remconidlelistener.cpp
       
    32 SOURCE          remconeventtable.cpp
       
    33 
       
    34 START RESOURCE  ../data/10282CD5.rss
       
    35 target          AdvancedTspController.rsc
       
    36 END
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    42 
       
    43 LIBRARY         euser.lib 
       
    44 LIBRARY         c32.lib 
       
    45 LIBRARY         cone.lib
       
    46 LIBRARY         apparc.lib
       
    47 LIBRARY         remcontargetselectorplugin.lib
       
    48 LIBRARY         remcontypes.lib
       
    49 LIBRARY         CFClient.lib
       
    50 LIBRARY         CFServices.lib
       
    51 LIBRARY         ws32.lib
       
    52 LIBRARY         apgrfx.lib
       
    53 LIBRARY         tspclientmapper.lib
       
    54 
       
    55 MACRO           API_TRACE_FLAG
       
    56 MACRO           COMPONENT_TRACE_FLAG
       
    57 
       
    58 // End of file