mpxplugins/serviceplugins/screensaverplugins/mpxscreensaverplugin/group/mpxscreensaverplugin.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 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 project mpxscreensaverplugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxscreensaverplugin.dll
       
    25 TARGETTYPE      PLUGIN 
       
    26 UID             0x10009D8D 0x101FFC13
       
    27 
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 START RESOURCE ../data/101ffc13.rss 
       
    34 TARGET      mpxscreensaverplugin.rsc
       
    35 END
       
    36 
       
    37 START RESOURCE  ../data/mpxscreensaverplugin.rss
       
    38 HEADER
       
    39 TARGETPATH      APP_RESOURCE_DIR
       
    40 LANGUAGE_IDS 
       
    41 END  // RESOURCE
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          mpxscreensaverplugin.cpp
       
    45 SOURCE          mpxscreensaverpluginproxy.cpp
       
    46 SOURCE          mpxscreensaverplugincontainer.cpp
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 SYSTEMINCLUDE   /epoc32/include/ecom
       
    52 
       
    53 LIBRARY         ecom.lib 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         fbscli.lib 
       
    56 LIBRARY         cone.lib 
       
    57 LIBRARY         efsrv.lib 
       
    58 LIBRARY         bafl.lib
       
    59 LIBRARY         egul.lib 
       
    60 LIBRARY         aknskins.lib
       
    61 LIBRARY         aknicon.lib              // AknIconUtils 
       
    62 LIBRARY         aknlayout2scalable.lib   // Scalable UI
       
    63 LIBRARY         avkon.lib 
       
    64 LIBRARY         bitgdi.lib
       
    65 LIBRARY         gdi.lib
       
    66 LIBRARY         profileeng.lib
       
    67 LIBRARY         commonengine.lib         // string loader
       
    68 LIBRARY         mpxplaybackutility.lib
       
    69 LIBRARY         mpxcommon.lib
       
    70 LIBRARY         eikcoctl.lib
       
    71 // End of File
       
    72