idlefw/plugins/pslnactiveidleplugin/group/pslnactiveidleplugin.mmp
branchRCL_3
changeset 9 d0529222e3f0
parent 4 1a2a00e78665
child 10 5ef93ea513cb
child 18 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 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 <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>    // For RESOURCE_FILES_DIR
       
    21 #include "../inc/pslnactiveidlepluginuids.h"
       
    22 
       
    23 //MACRO MY_DEBUG
       
    24 
       
    25 TARGET          pslnactiveidleplugin.dll
       
    26 TARGETTYPE      PLUGIN
       
    27 UID             0x10009D8D KPslnActiveIdlePluginDllUID3
       
    28 
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          pslnactiveidlepluginimplementationtable.cpp
       
    34 SOURCE          pslnactiveidleplugincontainer.cpp
       
    35 SOURCE          pslnactiveidlepluginengine.cpp
       
    36 SOURCE          pslnactiveidleplugin.cpp
       
    37 SOURCE          gsactiveidleplugincontainer.cpp
       
    38 SOURCE          gsactiveidleplugin.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../loc
       
    42 USERINCLUDE     ../data // For *.rh
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 SYSTEMINCLUDE   /epoc32/include/ecom
       
    46 
       
    47 SOURCEPATH      ../data
       
    48 
       
    49 START RESOURCE  pslnactiveidleplugin.rss
       
    50 TARGET          pslnactiveidleplugin.rsc
       
    51 END
       
    52 
       
    53 START RESOURCE  pslnactiveidlepluginrsc.rss
       
    54 DEPENDS pslncommon.rsg
       
    55 HEADER
       
    56 TARGETPATH      RESOURCE_FILES_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 LIBRARY         apgrfx.lib
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         ecom.lib
       
    63 LIBRARY         efsrv.lib
       
    64 LIBRARY         avkon.lib
       
    65 LIBRARY         bafl.lib
       
    66 LIBRARY         cone.lib
       
    67 LIBRARY         eikcoctl.lib
       
    68 LIBRARY         eikcore.lib
       
    69 LIBRARY         centralrepository.lib
       
    70 
       
    71 LIBRARY         commonengine.lib    // For RConeResourceLoader
       
    72 LIBRARY         aknskins.lib        // For enhanced skinning
       
    73 LIBRARY         aknnotify.lib       // Global note
       
    74 LIBRARY         featmgr.lib         // For feature manager
       
    75 
       
    76 LIBRARY         pslnframework.lib   // For Psln FW base classes
       
    77 LIBRARY         xn3odt.lib           // For XUIKON
       
    78 
       
    79 LIBRARY         gsframework.lib     // For GS FW base classes
       
    80 LIBRARY         gsecomplugin.lib
       
    81 
       
    82 // End of File.