customization/ScreenSaverAdapter/bld/ScreenSaverAdapter.mmp
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2002 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: Implementation of customization components
       
    15 *
       
    16 */
       
    17   
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 CAPABILITY      CAP_GENERAL_DLL
       
    24 TARGET          screensaveradapter.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x1020782D
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 SYSTEMINCLUDE   /epoc32/include/swi
       
    32 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    33 SYSTEMINCLUDE 	/epoc32/include/platform/mw/swi
       
    34 #endif
       
    35 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    36 SYSTEMINCLUDE 	/epoc32/include/xml
       
    37 SYSTEMINCLUDE 	/epoc32/include/mmf/common	// For CleanupResetAndDestroyPushL()
       
    38 
       
    39 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    40 SYSTEMINCLUDE 	/epoc32/include/devman
       
    41 #else
       
    42 // nothing
       
    43 #endif
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 
       
    47 USERINCLUDE		  ../inc
       
    48 USERINCLUDE		  ../../include
       
    49 USERINCLUDE		  ../../DMUtils/inc
       
    50 USERINCLUDE     ../../../inc
       
    51 
       
    52 USERINCLUDE     ../ScreenSaverServer/inc
       
    53 SOURCE          ScreenSaverAdapter.cpp
       
    54 SOURCE          ScreenSaverList.cpp
       
    55 
       
    56 START RESOURCE  ScreenSaverAdapter.rss
       
    57 TARGET screensaveradapter.rsc
       
    58 LANGUAGE_IDS
       
    59 END
       
    60 
       
    61 
       
    62 
       
    63 LIBRARY		      euser.lib
       
    64 LIBRARY		      efsrv.lib
       
    65 LIBRARY		      bafl.lib	//eg. CDesCArray
       
    66 LIBRARY		      ecom.lib
       
    67 LIBRARY		      imut.lib
       
    68 LIBRARY		      centralrepository.lib
       
    69 LIBRARY		      swinstcli.lib
       
    70 LIBRARY		      aminstalloptions.lib
       
    71 LIBRARY		      sisregistryclient.lib
       
    72 
       
    73 //#ifdef __SAP_POLICY_MANAGEMENT
       
    74 LIBRARY		      policyengine.lib
       
    75 LIBRARY		      dmutil.lib
       
    76 //#endif
       
    77 
       
    78 LIBRARY         flogger.lib
       
    79 
       
    80 STATICLIBRARY	  dmutils.lib
       
    81 
       
    82 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    83 LIBRARY		      devmancmdmgr.lib
       
    84 #else
       
    85 // nothing
       
    86 #endif
       
    87 LIBRARY           screensaverclient.lib
       
    88 LIBRARY                 featmgr.lib
       
    89 
       
    90 SMPSAFE