psln/Group/Psln.mmp
changeset 0 2f259fa3e83a
child 18 0aa5fbdfbc30
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 psln
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET                  psln.exe
       
    23 TARGETTYPE              exe
       
    24 UID                     0x100039CE 0x10005A32
       
    25 
       
    26 // Increase stack size, otherwise the default 0x2000 is used
       
    27 // and it causes mgfetch and plugin screensaver to run out of stack
       
    28 EPOCSTACKSIZE           0x6000
       
    29 EPOCHEAPSIZE            0x7FFF 0xF4FFFF
       
    30 
       
    31 CAPABILITY              CAP_APPLICATION
       
    32 VENDORID                VID_DEFAULT
       
    33 
       
    34 SOURCEPATH              ../Src
       
    35 SOURCE                  PslnApplication.cpp
       
    36 SOURCE                  PslnDocument.cpp
       
    37 SOURCE                  PslnUi.cpp
       
    38 SOURCE                  PslnBaseContainer.cpp
       
    39 SOURCE                  PslnBaseView.cpp
       
    40 SOURCE                  PslnDRMImplementation.cpp
       
    41 SOURCE                  PslnSoundActivator.cpp
       
    42 SOURCE                  PslnPropertySubscriber.cpp
       
    43 SOURCE                  PslnPluginHandler.cpp
       
    44 SOURCE                  pslntaskgenericupdate.cpp  
       
    45 SOURCE                  pslntaskactivatesounds.cpp
       
    46 SOURCE                  pslnidletaskcreateviews.cpp
       
    47 
       
    48 // Views
       
    49 SOURCE                  PslnMainView.cpp
       
    50 SOURCE                  PslnScreenSaverView.cpp
       
    51 SOURCE                  PslnGeneralThemeView.cpp
       
    52 SOURCE                  PslnWallpaperView.cpp
       
    53 
       
    54 // Containers
       
    55 SOURCE                  PslnMainViewContainer.cpp
       
    56 SOURCE                  PslnScreenSaverContainer.cpp
       
    57 SOURCE                  PslnGeneralThemeContainer.cpp
       
    58 SOURCE                  PslnWallpaperContainer.cpp
       
    59 
       
    60 START RESOURCE  ../Rss/PslnCommon.rss
       
    61 HEADER
       
    62 TARGETPATH      APP_RESOURCE_DIR
       
    63 LANGUAGE_IDS
       
    64 END // RESOURCE
       
    65 
       
    66 START RESOURCE  ../Rss/Psln.rss
       
    67 DEPENDS pslncommon.rsg
       
    68 HEADER
       
    69 TARGETPATH      APP_RESOURCE_DIR
       
    70 LANGUAGE_IDS
       
    71 END // RESOURCE
       
    72 
       
    73 START RESOURCE  ../Rss/PslnSkinNames.rss
       
    74 HEADER
       
    75 TARGETPATH      APP_RESOURCE_DIR
       
    76 LANGUAGE_IDS
       
    77 END // RESOURCE
       
    78 
       
    79 USERINCLUDE             ../Group  
       
    80 USERINCLUDE             ../Inc
       
    81 USERINCLUDE             ../pslnengine/inc
       
    82 USERINCLUDE             ../PslnLibraryLoaders/inc
       
    83 
       
    84 // This is a SYSTEMINCLUDE macro containing the application
       
    85 // layer specific include directories
       
    86 APP_LAYER_SYSTEMINCLUDE
       
    87 
       
    88 LIBRARY                 apparc.lib
       
    89 LIBRARY                 avkon.lib
       
    90 LIBRARY                 bafl.lib 
       
    91 LIBRARY                 cone.lib
       
    92 LIBRARY                 eikcoctl.lib 
       
    93 LIBRARY                 eikcore.lib 
       
    94 LIBRARY                 eikctl.lib 
       
    95 LIBRARY                 euser.lib
       
    96 LIBRARY                 efsrv.lib 
       
    97 LIBRARY                 fbscli.lib 
       
    98 LIBRARY                 egul.lib
       
    99 LIBRARY                 mgfetch.lib
       
   100 LIBRARY                 aknskinsrv.lib
       
   101 LIBRARY                 aknskins.lib
       
   102 LIBRARY                 commonengine.lib
       
   103 LIBRARY                 aknnotify.lib
       
   104 LIBRARY                 hlplch.lib
       
   105 LIBRARY                 drmhelper.lib
       
   106 LIBRARY                 pslnengine.lib
       
   107 LIBRARY                 pslnframework.lib
       
   108 LIBRARY                 cdlengine.lib
       
   109 LIBRARY                 aknicon.lib
       
   110 LIBRARY                 ecom.lib
       
   111 LIBRARY                 centralrepository.lib
       
   112 LIBRARY                 cenrepnotifhandler.lib
       
   113 LIBRARY                 platformenv.lib
       
   114 LIBRARY                 ws32.lib
       
   115 LIBRARY                 apgrfx.lib
       
   116 LIBRARY                 featmgr.lib
       
   117 LIBRARY                 eikdlg.lib
       
   118 LIBRARY                 hal.lib
       
   119 
       
   120 LIBRARY                 aknlocalskinlib.lib
       
   121 LIBRARY                 aknlistloadertfx.lib
       
   122 LIBRARY                 psmclient.lib
       
   123 
       
   124 // ============================================================================
       
   125 // AIF
       
   126 // ============================================================================
       
   127 
       
   128 START RESOURCE ../Rss/Psln_reg.rss
       
   129 DEPENDS psln.rsg
       
   130 // Do not change the UID below.
       
   131 TARGETPATH /private/10003a3f/apps
       
   132 END
       
   133 
       
   134 // End of file