tzservices/tzdatabase/group/BLD.INF
changeset 46 eea20ed08f4b
parent 40 951aeeb3da43
child 51 50b444048a8d
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/TzDb (Time Zone DataBase)
       
    15 // 
       
    16 //
       
    17 
       
    18 PRJ_EXPORTS
       
    19 // specify the source file followed by its destination here
       
    20 // copy will be used to copy the source file to its destination
       
    21 // If there's no destination then the source file will be copied
       
    22 // to the same name in /epoc32/include
       
    23 
       
    24 ../data/tzdb.dbz	z:/private/1020383e/tzdb.dbz
       
    25 ../data/tzdb.dbz	/epoc32/tools/tz/tzdb.dbz
       
    26 
       
    27 PRJ_EXTENSIONS
       
    28 start extension app-services/buildupgradesis
       
    29 	option SISNAME		timezone_upgrade
       
    30 	option SRCDIR		../data
       
    31 	option UID_DIR		1020383E
       
    32 end