46
|
1 |
// Copyright (c) 1999-2010 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/TzCompiler (Time-zone Database Compiler)
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
PRJ_PLATFORMS
|
|
19 |
|
|
20 |
// This component is built using Visual Studio 6 into a Windows Console Application (MSDOS)
|
|
21 |
// it is a tool for building the Symbian Native Tz Database
|
|
22 |
// The tool is required by licensees to build their replacement Database
|
|
23 |
// The tool does not need to be regenerated with each OS build
|
|
24 |
|
|
25 |
PRJ_EXPORTS
|
|
26 |
|
|
27 |
// TZ Compiler, Configuration Files and Database
|
|
28 |
../Release/TzCompiler.exe /epoc32/tools/tz/tzcompiler.exe
|
|
29 |
../Release/TzCompiler.ini /epoc32/tools/tz/tzcompiler.ini
|
|
30 |
../Release/TzIdentities.ini /epoc32/tools/tz/tzidentities.ini
|
|
31 |
|
|
32 |
// TzCompiler User Documentation
|
|
33 |
"../doc_pub/SGL.GT0197.232 App-Services Tz 9.1 How-To Create the Tz Database.doc" "/epoc32/tools/tz/sgl.gt0197.232 app-services tz 9.1 how-to create the tz database.doc"
|
|
34 |
|
|
35 |
// Sample Olson's Tz Database Source Files
|
|
36 |
../Release/Data/africa /epoc32/tools/tz/data/africa
|
|
37 |
../Release/Data/antarctica /epoc32/tools/tz/data/antarctica
|
|
38 |
../Release/Data/asia /epoc32/tools/tz/data/asia
|
|
39 |
../Release/Data/australasia /epoc32/tools/tz/data/australasia
|
|
40 |
../Release/Data/backward /epoc32/tools/tz/data/backward
|
|
41 |
../Release/Data/etcetera /epoc32/tools/tz/data/etcetera
|
|
42 |
../Release/Data/europe /epoc32/tools/tz/data/europe
|
|
43 |
../Release/Data/factory /epoc32/tools/tz/data/factory
|
|
44 |
../Release/Data/iso3166.tab /epoc32/tools/tz/data/iso3166.tab
|
|
45 |
../Release/Data/leapseconds /epoc32/tools/tz/data/leapseconds
|
|
46 |
../Release/Data/northamerica /epoc32/tools/tz/data/northamerica
|
|
47 |
../Release/Data/pacificnew /epoc32/tools/tz/data/pacificnew
|
|
48 |
../Release/Data/solar87 /epoc32/tools/tz/data/solar87
|
|
49 |
../Release/Data/solar88 /epoc32/tools/tz/data/solar88
|
|
50 |
../Release/Data/solar89 /epoc32/tools/tz/data/solar89
|
|
51 |
../Release/Data/southamerica /epoc32/tools/tz/data/southamerica
|
|
52 |
../Release/Data/systemv /epoc32/tools/tz/data/systemv
|
|
53 |
../Release/Data/yearistype.sh /epoc32/tools/tz/data/yearistype.sh
|
|
54 |
../Release/Data/zone.tab /epoc32/tools/tz/data/zone.tab
|
|
55 |
|
|
56 |
PRJ_TESTMMPFILES
|
|
57 |
// These are basically manual tests. Uncomment the makefile commands and build the tests
|
|
58 |
// Extension makefile for creating the tool for testing TzCompiler.exe
|
|
59 |
// makefile ../test/integration/TzCompilerTests/group/Testcallmak.mk support
|
|
60 |
|
|
61 |
// Extension makefile for invoking the tool with different ini files.
|
|
62 |
// makefile ../test/integration/TzCompilerTests/group/testdata.mk support
|
|
63 |
|