locationcentre/lcserver/group/lcserver.mmp
branchRCL_3
changeset 16 4721bd00d3da
parent 14 3a25f69541ff
child 21 e15b7f06eba6
equal deleted inserted replaced
14:3a25f69541ff 16:4721bd00d3da
     1 /*
       
     2 * Copyright (c) 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 building Location Centre Server.
       
    15 *  version     : %version: 2 %
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // SYSTEM INCLUDE
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 // DEFINES
       
    25 #define KLocationCentreServerUid3   0x10283138
       
    26 
       
    27 TARGET                  lcserver.exe
       
    28 TARGETTYPE              exe
       
    29 UID                     0x0 KLocationCentreServerUid3
       
    30 
       
    31 VERSION                 1.0
       
    32 
       
    33 CAPABILITY              CAP_SERVER ProtServ
       
    34 VENDORID                VID_DEFAULT
       
    35 
       
    36 EPOCSTACKSIZE			0x8000
       
    37 
       
    38 
       
    39 SOURCEPATH              ../src
       
    40 SOURCE                  lcserverstartup.cpp
       
    41 SOURCE                  lcserver.cpp
       
    42 SOURCE                  lcserversession.cpp
       
    43 SOURCE                  lcservershutdowntimer.cpp
       
    44 SOURCE                  lcserverengine.cpp
       
    45 SOURCE                  lcregistry.cpp
       
    46 SOURCE					lcregistryupdate.cpp
       
    47 SOURCE					lcregistrationparser.cpp
       
    48 SOURCE					lcregapporder.cpp
       
    49 SOURCE					lcregxmltaginfo.cpp
       
    50 SOURCE					lcregxmlparserutils.cpp
       
    51 SOURCE					lcregappinfo.cpp
       
    52 SOURCE					lcregappstore.cpp
       
    53 
       
    54 USERINCLUDE             ../inc
       
    55 USERINCLUDE             ../../inc
       
    56 USERINCLUDE             ../../../inc
       
    57 USERINCLUDE             ../../../../inc
       
    58 
       
    59 APP_LAYER_SYSTEMINCLUDE
       
    60 
       
    61 LIBRARY                 euser.lib
       
    62 LIBRARY                 efsrv.lib
       
    63 LIBRARY                 bafl.lib
       
    64 LIBRARY                 lcutils.lib
       
    65 LIBRARY                 estor.lib
       
    66 LIBRARY                 lcservice.lib
       
    67 LIBRARY         		apgrfx.lib
       
    68 LIBRARY					PlatformEnv.lib
       
    69 LIBRARY         		xmlframework.lib
       
    70 LIBRARY					centralrepository.lib
       
    71 LIBRARY					apparc.lib
       
    72 LIBRARY					charconv.lib 
       
    73 LIBRARY					CommonUI.lib
       
    74 LIBRARY					apmime.lib
       
    75 LIBRARY					edbms.lib
       
    76 LIBRARY					javaregistryclient.lib
       
    77 LIBRARY                 flogger.lib
       
    78 
       
    79 // End of File