skins/AknSkins/group/aknlocalskinlib.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 local skin support library.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          aknlocalskinlib.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x2000B128
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 USERINCLUDE     . ../lskininc
       
    29 
       
    30 // This is a SYSTEMINCLUDE macro containing the middleware
       
    31 // layer specific include directories
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SYSTEMINCLUDE   ../../../inc
       
    35 SYSTEMINCLUDE   ../../inc
       
    36 SYSTEMINCLUDE   ../srvinc
       
    37 
       
    38 LIBRARY         euser.lib
       
    39 LIBRARY         AKNSKINSRV.lib
       
    40 LIBRARY         AknSkins.lib
       
    41 LIBRARY         efsrv.lib 
       
    42 LIBRARY         caf.lib
       
    43 LIBRARY         drmhelper.lib
       
    44 LIBRARY         CentralRepository.lib
       
    45 LIBRARY         platformver.lib
       
    46 
       
    47 SOURCEPATH      ../lskinsrc
       
    48 SOURCE          aknlocalskinlib.cpp
       
    49 
       
    50 // ============================================================================
       
    51 // Target-specific DEF files
       
    52 // ============================================================================
       
    53 
       
    54 #if defined(ARMCC)
       
    55 deffile ../EABI/ 
       
    56 #elif defined(WINSCW)
       
    57 deffile ../BWINSCW/ 
       
    58 #elif defined(WINS)
       
    59 deffile ../bwins/ 
       
    60 #else
       
    61 deffile ../bmarm/ 
       
    62 #endif
       
    63 
       
    64 // End of file