tzservices/tzserver/group/bld.inf
changeset 46 eea20ed08f4b
parent 40 951aeeb3da43
equal deleted inserted replaced
40:951aeeb3da43 46:eea20ed08f4b
       
     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 // App-Services/Tz (Time Zone Server)
       
    15 // 
       
    16 //
       
    17 
       
    18 PRJ_PLATFORMS
       
    19 
       
    20 // App-Engines/AgnVersit is built for WINC. Since it links with TzClient.dll
       
    21 // this component is also built for WINC
       
    22 DEFAULT WINC
       
    23 
       
    24 PRJ_EXPORTS
       
    25 // Public Headers 
       
    26 ../Include/tzdefines.h		SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(tzdefines.h)
       
    27 ../Include/tz.h				SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(tz.h)
       
    28 ../Include/tzid.h			SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(tzid.h)
       
    29 ../Include/tzid.inl			SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(tzid.inl)
       
    30 ../Include/tzconverter.h	SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(tzconverter.h)
       
    31 ../Include/tzupdate.h		SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(tzupdate.h)
       
    32 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    33 ../Include/tzusernames.h    SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(tzusernames.h)
       
    34 ../Include/tzuserdefineddata.h     SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(tzuserdefineddata.h)
       
    35 #endif
       
    36 
       
    37 // Central Repository registration file for Auto Update and for Current Time Zone
       
    38 // NOTE: this is required for emulator and target hardware testing only. It is not used in production.
       
    39 1020383e.txt                    z:/private/10202be9/1020383e.txt
       
    40 
       
    41 // ConfML Files
       
    42 ../conf/timezoneserver.confml                   MW_LAYER_EXPORTS_CONFML(timezoneserver.confml)
       
    43 ../conf/timezoneserver_1020383e.crml	        MW_LAYER_EXPORTS_CRML(timezoneserver_1020383e.crml)
       
    44 
       
    45 ../Include/vtzrules.h				SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(vtzrules.h)
       
    46 ../Include/tzlocalizedcityrecord.h		SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(tzlocalizedcityrecord.h)
       
    47 ../Include/tzlocalizedcityrecord.inl		SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(tzlocalizedcityrecord.inl)
       
    48 ../Include/tzlocalizedtimezonerecord.h		SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(tzlocalizedtimezonerecord.h)
       
    49 ../Include/tzlocalizedtimezonerecord.inl	SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(tzlocalizedtimezonerecord.inl)
       
    50 
       
    51 //
       
    52 // DBMS policy file for TZ Localization database.
       
    53 //
       
    54 10206A8B.SPD	z:/private/100012a5/policy/10206a8b.spd
       
    55 // BackupRestore
       
    56 backup_registration.xml		z:/private/1020383e/backup_registration.xml
       
    57 
       
    58 // ROM
       
    59 TimeZoneServer.iby		/epoc32/rom/include/timezoneserver.iby
       
    60 
       
    61 PRJ_MMPFILES
       
    62 TimeZoneClient.mmp
       
    63 TimeZoneServer.mmp
       
    64 tzswiobserverplugin.mmp
       
    65 
       
    66 PRJ_EXTENSIONS
       
    67 start extension app-services/buildstubsis
       
    68 	option SISNAME	timezone_stub
       
    69 	option SRCDIR	./	
       
    70 end
       
    71 
       
    72 #include "../test/group/bld.inf"