simpsyconfigurator/group/simpsyuiapp.mmp
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2006 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 appserver for 
       
    15 *                 the SimPsyConfigurator.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/simpsyuiconsts.h"
       
    22 
       
    23 TARGET          simpsyui.exe
       
    24 TARGETTYPE      exe
       
    25 UID             0x100039CE KSimPsyUiAppUid
       
    26 
       
    27 EPOCSTACKSIZE   0x5000
       
    28 
       
    29  
       
    30 VENDORID    	VID_DEFAULT
       
    31 
       
    32 CAPABILITY      Location ReadUserData WriteDeviceData SwEvent
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE	    ../../inc
       
    36 
       
    37 APP_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          simpsyuiapp.cpp
       
    41 SOURCE          simpsyuidocument.cpp
       
    42 SOURCE          simpsyuiappui.cpp
       
    43 SOURCE		simpsyuicontainer.cpp
       
    44 SOURCE		simpsyuilbmodel.cpp
       
    45 SOURCE          simpsyuiao.cpp
       
    46 SOURCE          simpsyfileselectormodel.cpp
       
    47 SOURCE          simpsyfileselector.cpp
       
    48 
       
    49 SOURCEPATH     ../data
       
    50 START RESOURCE simpsyui.rss
       
    51 HEADER
       
    52 TARGETPATH APP_RESOURCE_DIR
       
    53 END
       
    54 
       
    55 START RESOURCE ../data/simpsyui_reg.rss
       
    56 DEPENDS simpsyui.rsg
       
    57 // Do not change the UID below.
       
    58 TARGETPATH /private/10003a3f/apps
       
    59 END
       
    60 
       
    61 LIBRARY         euser.lib 
       
    62 LIBRARY         apparc.lib 
       
    63 LIBRARY         cone.lib 
       
    64 LIBRARY         eikcore.lib
       
    65 LIBRARY         avkon.lib 
       
    66 LIBRARY 	eikdlg.lib
       
    67 LIBRARY 	eikcoctl.lib 
       
    68 LIBRARY         apgrfx.lib
       
    69 LIBRARY         ws32.lib
       
    70 LIBRARY         centralrepository.lib
       
    71 LIBRARY         efsrv.lib
       
    72 LIBRARY         commondialogs.lib
       
    73 LIBRARY         lbs.lib
       
    74 LIBRARY		bafl.lib
       
    75 LIBRARY         commonengine.lib // StringLoader
       
    76 LIBRARY 	eikctl.lib
       
    77 LIBRARY         eikcdlg.lib
       
    78 LIBRARY         egul.lib // CGulIcon
       
    79 LIBRARY         fbscli.lib // CFbsBitmap
       
    80 LIBRARY         AknIcon.lib
       
    81 LIBRARY		aknskins.lib
       
    82 LIBRARY		aknskinsrv.lib
       
    83 LIBRARY		aknswallpaperutils.lib