tzservices/tzserver/group/TimeZoneServer.mmp
changeset 0 2e3d3ce01487
child 81 676b6116ca93
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // TZSERVER.EXE Time Zone Server
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET        tzserver.exe
       
    19 TARGETTYPE    exe
       
    20 
       
    21 CAPABILITY   readuserdata writeuserdata writedevicedata   protserv
       
    22 
       
    23 UID				0x10004019 	0x1020383E
       
    24 VENDORID		0x70000001
       
    25 
       
    26 SOURCEPATH		../Server/Source
       
    27 SOURCE			DataProvider.cpp
       
    28 SOURCE			readonlytzdb.cpp tzdbentities.cpp
       
    29 SOURCE			MAIN.CPP timezoneserver.cpp timezonesession.cpp timezoneconfig.cpp
       
    30 SOURCE			tzlocalizationdb.cpp
       
    31 SOURCE			tzuserdatacache.cpp
       
    32 SOURCE			tzuserdata.cpp
       
    33 SOURCE			tzsystemdata.cpp
       
    34 SOURCE			tzswiobserver.cpp
       
    35 
       
    36 USERINCLUDE		../Client/Include
       
    37 USERINCLUDE		../Server/Include
       
    38 USERINCLUDE		../Include
       
    39 USERINCLUDE             ../../../commonappservices/backuprestorenotification/inc
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY			efsrv.lib estor.lib euser.lib bafl.lib tzclient.lib backuprestorenotification.lib
       
    44 LIBRARY         centralrepository.lib sqldb.lib 
       
    45 LIBRARY			edbms.lib
       
    46 START WINS
       
    47 	baseaddress	0x40700000
       
    48 END
       
    49 
       
    50 SMPSAFE