psln/pslnengine/group/PslnEngine.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     1 /*
       
     2 * Copyright (c) 2005-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 pslnengine
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  pslnengine.dll
       
    23 TARGETTYPE              DLL
       
    24 UID                     0x1000008d 0x102818CD
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL NetworkControl WriteDeviceData
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  PslnModel.cpp
       
    31 SOURCE                  PslnSkinEntry.cpp
       
    32 SOURCE                  PslnSkinNameEntry.cpp
       
    33 SOURCE                  PslnSkinStore.cpp
       
    34 SOURCE                  PslnDiskUtil.cpp
       
    35 SOURCE                  PslnFeatures.cpp
       
    36 SOURCE                  PslnEcomListener.cpp
       
    37 
       
    38 USERINCLUDE             ../group  
       
    39 USERINCLUDE             ../inc
       
    40 USERINCLUDE             ../../Inc
       
    41 USERINCLUDE             ../../PslnLibraryLoaders/inc
       
    42 
       
    43 // This is a SYSTEMINCLUDE macro containing the application
       
    44 // layer specific include directories
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY                 euser.lib
       
    48 LIBRARY                 avkon.lib
       
    49 LIBRARY                 cone.lib
       
    50 LIBRARY                 ecom.lib
       
    51 LIBRARY                 bafl.lib
       
    52 LIBRARY                 efsrv.lib
       
    53 LIBRARY                 apparc.lib
       
    54 LIBRARY                 featmgr.lib
       
    55 LIBRARY                 CommonEngine.lib
       
    56 LIBRARY                 centralrepository.lib
       
    57 LIBRARY                 aknskinsrv.lib
       
    58 LIBRARY                 DrmHelper.lib
       
    59 LIBRARY                 platformenv.lib
       
    60 LIBRARY                 gfxtrans.lib
       
    61 LIBRARY                 caf.lib
       
    62 LIBRARY                 hal.lib
       
    63 LIBRARY                 cenrepnotifhandler.lib
       
    64