tzservices/tzserver/group/TimeZoneClient.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 // tzclient.dll Client-side to the Time Zone Server
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET				tzclient.dll
       
    19 TARGETTYPE			dll
       
    20 CAPABILITY			All -TCB
       
    21 
       
    22 UID					0x1000008D			0x1020383D
       
    23 VENDORID			0x70000001
       
    24 
       
    25 SOURCEPATH			.
       
    26 DOCUMENT			release.txt
       
    27 
       
    28 SOURCEPATH			../Client/Source
       
    29 SOURCE				timezone.cpp timezoneconverter.cpp tzid.cpp timezonerules.cpp vtzrules.cpp timezoneuserdata.cpp
       
    30 SOURCE				tzlocalizedcityrecord.cpp
       
    31 SOURCE				tzlocalizedtimezonerecord.cpp
       
    32 
       
    33 USERINCLUDE			../Client/Include
       
    34 USERINCLUDE			../Server/Include
       
    35 USERINCLUDE			../Include
       
    36 USERINCLUDE                     ../../../commonappservices/backuprestorenotification/inc
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY				euser.lib estor.lib
       
    41 
       
    42 DEFFILE				TZCLIENT.DEF
       
    43 
       
    44 START WINS
       
    45 	baseaddress		0x40700000
       
    46 END
       
    47 
       
    48 SMPSAFE