locationsystemui/locationsysui/locsettingsuiservice/locsettingsuiserver/group/locsettingsuiserver.mmp
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 2005 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 Location Settings
       
    15 *                UI Service Server
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../inc/locsettingsuisrvuid.hrh"
       
    22 #include <platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
       
    23 TARGET                  locsettingsuiserver.exe
       
    24 TARGETTYPE              exe
       
    25 UID                     0x0 LOCSETTINGSUISERVER_UID3
       
    26 
       
    27 CAPABILITY              CAP_APPLICATION NetworkControl ProtServ
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 SOURCEPATH              ../src
       
    31 SOURCE                  locsettingsuisrvapplication.cpp
       
    32 SOURCE                  locsettingsuisrvdocument.cpp
       
    33 SOURCE                  locsettingsuisrvappui.cpp
       
    34 SOURCE                  locsettingsuiappserver.cpp
       
    35 SOURCE                  locsettingsuiservice.cpp
       
    36 SOURCE                  locsettingsuilaunchmgr.cpp
       
    37 SOURCE                  locsettingsuisrvshutdowntimer.cpp
       
    38 SOURCE                  locsettingsuilaunchao.cpp
       
    39 SOURCE                  locsettingsuiinfo.cpp
       
    40 
       
    41 USERINCLUDE             ../inc
       
    42 USERINCLUDE             ../../../inc
       
    43 USERINCLUDE				../../../../inc
       
    44 USERINCLUDE             ../../../../../inc
       
    45 
       
    46 // System Include
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 SOURCEPATH              ../data
       
    50 START RESOURCE          locsettingsuiserver.rss
       
    51 HEADER
       
    52 TARGETPATH              APP_RESOURCE_DIR
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 
       
    56 LIBRARY                 euser.lib
       
    57 LIBRARY                 locsysuiengine.lib
       
    58 LIBRARY                 eikcore.lib
       
    59 LIBRARY                 apparc.lib
       
    60 LIBRARY                 avkon.lib
       
    61 LIBRARY                 cone.lib
       
    62 LIBRARY                 apgrfx.lib
       
    63 LIBRARY                 ws32.lib
       
    64 LIBRARY                 eikcoctl.lib
       
    65 
       
    66 START RESOURCE          locsettingsuiserver_reg.rss
       
    67 DEPENDS locsettingsuiserver.rsg
       
    68 TARGETPATH              /private/10003a3f/apps
       
    69 END
       
    70 
       
    71 //End of file