|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef __TIMEZONELOCALIZATIONSPEEDTEST_IBY__ |
|
19 #define __TIMEZONELOCALIZATIONSPEEDTEST_IBY__ |
|
20 |
|
21 #include <BackupRestoreNotification.iby> |
|
22 #include <TimeZoneServer.iby> |
|
23 #include <TzLocalizationRscFactory.iby> |
|
24 |
|
25 REM ***These tests should not be run as part of overnight build |
|
26 #ifdef TIMEZONE_LOCALIZATION_SPEED_TEST |
|
27 |
|
28 REM *** TimeZoneLocalization*** |
|
29 file=ABI_DIR\BUILD_DIR\TimeZoneLocalization.dll System\Libs\TimeZoneLocalization.dll |
|
30 |
|
31 REM *** TimeZoneLocalization Localized Time Zone Resource files *** |
|
32 data=EPOCROOT##epoc32\data\Z\Resource\TimeZoneLocalization\timezonesspeedtest.r01 Resource\TimeZoneLocalization\timezones.r01 |
|
33 data=EPOCROOT##epoc32\data\Z\Resource\TimeZoneLocalization\timezonesspeedtest.r02 Resource\TimeZoneLocalization\timezones.r02 |
|
34 |
|
35 REM *** TimeZoneLocalization Localized Time Zone Grouping Resource files *** |
|
36 data=EPOCROOT##epoc32\data\Z\Resource\TimeZoneLocalization\timezonegroups.r01 Resource\TimeZoneLocalization\timezonegroups.r01 |
|
37 data=EPOCROOT##epoc32\data\Z\Resource\TimeZoneLocalization\timezonegroups.r02 Resource\TimeZoneLocalization\timezonegroups.r02 |
|
38 |
|
39 REM *** TimeZoneLocalization Database Policy file *** |
|
40 data=ZPRIVATE\100012a5\policy\10206A8B.SPD PRIVATE\100012a5\policy\10206A8B.SPD |
|
41 data=ZPRIVATE\10205EA6\backup_registration.xml PRIVATE\10205EA6\backup_registration.xml |
|
42 |
|
43 REM *** TimeZoneLocalization Test Server *** |
|
44 file=ABI_DIR\BUILD_DIR\TzLocalizationTestServer.exe System\Libs\TzLocalizationTestServer.exe |
|
45 |
|
46 #endif |
|
47 |
|
48 #endif |