skins/AknSkins/group/AknsWallpaperUtils.mmp
changeset 0 05e9090e2422
child 65 38e4cecf6e95
child 100 9dbe1b043bea
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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 wallpaper utility library.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          AKNSWALLPAPERUTILS.DLL
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x1020711E
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 USERINCLUDE     . ../wpuinc 
       
    29 USERINCLUDE     ../srvinc
       
    30 
       
    31 // This is a SYSTEMINCLUDE macro containing the middleware
       
    32 // layer specific include directories
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 SYSTEMINCLUDE   ../../../inc
       
    36 SYSTEMINCLUDE   ../../inc
       
    37 
       
    38 LIBRARY         euser.lib
       
    39 LIBRARY         AKNSKINSRV.lib
       
    40 LIBRARY         CentralRepository.lib
       
    41 LIBRARY         drmhelper.lib 
       
    42 LIBRARY         avkon.lib
       
    43 LIBRARY         commonengine.lib
       
    44 LIBRARY         efsrv.lib 
       
    45 LIBRARY         caf.lib
       
    46 
       
    47 
       
    48 
       
    49 SOURCEPATH      ../wpusrc
       
    50 SOURCE          AknsWallpaperUtils.cpp
       
    51 
       
    52 // ============================================================================
       
    53 // Target-specific DEF files
       
    54 // ============================================================================
       
    55 
       
    56 #if defined(ARMCC)
       
    57 deffile ../EABI/ 
       
    58 #elif defined(WINSCW)
       
    59 deffile ../BWINSCW/ 
       
    60 #elif defined(WINS)
       
    61 deffile ../bwins/ 
       
    62 #else
       
    63 deffile ../bmarm/ 
       
    64 #endif
       
    65 
       
    66 // End of file