customization/UISettingsSrv/server/group/UISettingsSrv.mmp
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *        This is project specification file for UI Settings Server. 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 CAPABILITY     CAP_APPLICATION NetworkControl
       
    25 VENDORID       VID_DEFAULT
       
    26 TARGET			   uisettingssrv.exe
       
    27 TARGETTYPE     exe
       
    28 UID            0x0 0x10207839
       
    29 EPOCSTACKSIZE  0x5000 
       
    30 
       
    31 
       
    32 SOURCEPATH     ../Src
       
    33 
       
    34 SOURCE         UISettingsSrvApp.cpp
       
    35 SOURCE         UISettingsSrvUi.cpp
       
    36 SOURCE         UISettingsSrvDocument.cpp
       
    37 SOURCE         UISettingsSrvAppView.cpp
       
    38 SOURCE         UISettingsSrvServer.cpp
       
    39 
       
    40 START RESOURCE ../Data/UISettingsSrv.rss
       
    41 HEADER
       
    42 TARGETPATH APP_RESOURCE_DIR
       
    43 LANGUAGE_IDS
       
    44 END  // RESOURCE
       
    45 
       
    46 START RESOURCE ../aif/UISettingsSrv_reg.rss
       
    47 DEPENDS uisettingssrv.rsg
       
    48 TARGETPATH /private/10003a3f/apps
       
    49 END
       
    50 
       
    51 
       
    52 #ifdef __PROTOCOL_CDMA
       
    53 #include "UISettingsSrvCdma.mmp"
       
    54 #endif //__PROTOCOL_CDMA
       
    55 
       
    56 // User include paths
       
    57 USERINCLUDE     .
       
    58 USERINCLUDE     ../Inc
       
    59 USERINCLUDE     ../../inc
       
    60 USERINCLUDE     ../../../include
       
    61 
       
    62 APP_LAYER_SYSTEMINCLUDE
       
    63 
       
    64 // Libraries required by framework
       
    65 LIBRARY         apparc.lib 
       
    66 LIBRARY         avkon.lib 
       
    67 LIBRARY         cone.lib 
       
    68 LIBRARY         eikcore.lib 
       
    69 LIBRARY         euser.lib 
       
    70 LIBRARY         ws32.lib
       
    71 LIBRARY         apgrfx.lib                 // for RApaLsSession
       
    72 LIBRARY         efsrv.lib
       
    73 LIBRARY         featmgr.lib                // feature manager 
       
    74 LIBRARY         centralrepository.lib
       
    75 // LIBRARY         ScShortcutEngine.lib
       
    76 LIBRARY         backgroundimage.lib
       
    77 LIBRARY         imageconversion.lib
       
    78 LIBRARY         fbscli.lib
       
    79 LIBRARY         flogger.lib
       
    80 
       
    81 
       
    82 SMPSAFE