psln/PslnFramework/PslnFramework.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:  This is project specification file for Psln framework.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 CAPABILITY  CAP_GENERAL_DLL
       
    22 VENDORID    VID_DEFAULT
       
    23 TARGET      PslnFramework.dll
       
    24 TARGETTYPE  DLL
       
    25 UID         0x1000008d 0x102750A8
       
    26 
       
    27 // Source files
       
    28 SOURCEPATH  src
       
    29 SOURCE      PslnFWBaseContainer.cpp
       
    30 SOURCE      PslnFWBaseView.cpp
       
    31 SOURCE      PslnFWPluginHandler.cpp
       
    32 SOURCE      PslnFWIconHelper.cpp
       
    33 //SOURCE      PslnFWAppThemeHandler.cpp
       
    34 
       
    35 // User include paths
       
    36 USERINCLUDE             inc
       
    37 USERINCLUDE             ../Inc
       
    38 USERINCLUDE             ../PslnLibraryLoaders/inc
       
    39 
       
    40 // System include paths
       
    41 
       
    42 // This is a SYSTEMINCLUDE macro containing the application
       
    43 // layer specific include directories
       
    44 APP_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 // Libraries required by framework
       
    47 LIBRARY     aknskins.lib               // for enhanced skinning
       
    48 LIBRARY     apgrfx.lib                 // for RApaLsSession
       
    49 LIBRARY     apparc.lib
       
    50 LIBRARY     avkon.lib
       
    51 LIBRARY     bafl.lib
       
    52 LIBRARY     CommonEngine.lib           // for RConeResourceLoader
       
    53 LIBRARY     cone.lib
       
    54 LIBRARY     ecom.lib
       
    55 LIBRARY     efsrv.lib
       
    56 LIBRARY     egul.lib                   // CGulIcon
       
    57 LIBRARY     eikcoctl.lib
       
    58 LIBRARY     eikcore.lib
       
    59 LIBRARY     eikctl.lib                 // CEikColumnListBox
       
    60 LIBRARY     euser.lib
       
    61 LIBRARY     fbscli.lib                  // for CFbsBitmap
       
    62 LIBRARY     hlplch.lib                 // for "Help" options menu
       
    63 LIBRARY     ws32.lib
       
    64 //LIBRARY     XnODT.lib
       
    65 
       
    66 //End of File