customization/WallpaperAdapter/bld/WallpaperAdapter.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          wallpaperadapter.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x1020782F
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 APP_LAYER_SYSTEMINCLUDE
       
    30 SYSTEMINCLUDE   /epoc32/include/swi
       
    31 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    32 
       
    33 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    34 SYSTEMINCLUDE 	/epoc32/include/devman
       
    35 #else
       
    36 // nothing
       
    37 #endif
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../include
       
    42 USERINCLUDE     ../../DMUtils/inc
       
    43 
       
    44 
       
    45 SOURCE          WallpaperAdapter.cpp
       
    46 
       
    47 START RESOURCE  WallpaperAdapter.rss
       
    48 TARGET          wallpaperadapter.rsc
       
    49 LANGUAGE_IDS
       
    50 END
       
    51 
       
    52 
       
    53 
       
    54 LIBRARY		      euser.lib
       
    55 LIBRARY		      efsrv.lib
       
    56 LIBRARY		      ecom.lib
       
    57 LIBRARY		      imut.lib
       
    58 
       
    59 //#ifdef __SAP_POLICY_MANAGEMENT
       
    60 LIBRARY		      policyengine.lib
       
    61 LIBRARY		      dmutil.lib
       
    62 //#endif
       
    63 
       
    64 LIBRARY		      aknswallpaperutils.lib // for set as background
       
    65 LIBRARY 	      flogger.lib
       
    66 
       
    67 LIBRARY                 featmgr.lib
       
    68 STATICLIBRARY	  dmutils.lib
       
    69 
       
    70 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    71 LIBRARY		      devmancmdmgr.lib
       
    72 #else
       
    73 // nothing
       
    74 #endif
       
    75 
       
    76 SMPSAFE