blob: d5df8d41d52a433e9a80471e3325c9d855ce8912 [file] [log] [blame]
Dees_Troy82111022013-02-21 21:13:09 +00001/*
2 * Copyright (C) 2007 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef _VARIABLES_HEADER_
18#define _VARIABLES_HEADER_
19
Ethan Yonkerf2786d32015-06-20 16:00:24 -050020#define TW_VERSION_STR "2.8.7.0"
Dees_Troy82111022013-02-21 21:13:09 +000021
22#define TW_USE_COMPRESSION_VAR "tw_use_compression"
23#define TW_FILENAME "tw_filename"
24#define TW_ZIP_INDEX "tw_zip_index"
25#define TW_ZIP_QUEUE_COUNT "tw_zip_queue_count"
26
27#define MAX_BACKUP_NAME_LEN 64
28#define TW_BACKUP_TEXT "tw_backup_text"
29#define TW_BACKUP_NAME "tw_backup_name"
30#define TW_BACKUP_SYSTEM_VAR "tw_backup_system"
31#define TW_BACKUP_DATA_VAR "tw_backup_data"
32#define TW_BACKUP_BOOT_VAR "tw_backup_boot"
33#define TW_BACKUP_RECOVERY_VAR "tw_backup_recovery"
34#define TW_BACKUP_CACHE_VAR "tw_backup_cache"
35#define TW_BACKUP_ANDSEC_VAR "tw_backup_andsec"
36#define TW_BACKUP_SDEXT_VAR "tw_backup_sdext"
37#define TW_BACKUP_SP1_VAR "tw_backup_sp1"
38#define TW_BACKUP_SP2_VAR "tw_backup_sp2"
39#define TW_BACKUP_SP3_VAR "tw_backup_sp3"
40#define TW_BACKUP_AVG_IMG_RATE "tw_backup_avg_img_rate"
41#define TW_BACKUP_AVG_FILE_RATE "tw_backup_avg_file_rate"
42#define TW_BACKUP_AVG_FILE_COMP_RATE "tw_backup_avg_file_comp_rate"
43#define TW_BACKUP_SYSTEM_SIZE "tw_backup_system_size"
44#define TW_BACKUP_DATA_SIZE "tw_backup_data_size"
45#define TW_BACKUP_BOOT_SIZE "tw_backup_boot_size"
46#define TW_BACKUP_RECOVERY_SIZE "tw_backup_recovery_size"
47#define TW_BACKUP_CACHE_SIZE "tw_backup_cache_size"
48#define TW_BACKUP_ANDSEC_SIZE "tw_backup_andsec_size"
49#define TW_BACKUP_SDEXT_SIZE "tw_backup_sdext_size"
50#define TW_BACKUP_SP1_SIZE "tw_backup_sp1_size"
51#define TW_BACKUP_SP2_SIZE "tw_backup_sp2_size"
52#define TW_BACKUP_SP3_SIZE "tw_backup_sp3_size"
53#define TW_STORAGE_FREE_SIZE "tw_storage_free_size"
54#define TW_GENERATE_MD5_TEXT "tw_generate_md5_text"
55
56#define TW_RESTORE_TEXT "tw_restore_text"
57#define TW_RESTORE_SYSTEM_VAR "tw_restore_system"
58#define TW_RESTORE_DATA_VAR "tw_restore_data"
59#define TW_RESTORE_BOOT_VAR "tw_restore_boot"
60#define TW_RESTORE_RECOVERY_VAR "tw_restore_recovery"
61#define TW_RESTORE_CACHE_VAR "tw_restore_cache"
62#define TW_RESTORE_ANDSEC_VAR "tw_restore_andsec"
63#define TW_RESTORE_SDEXT_VAR "tw_restore_sdext"
64#define TW_RESTORE_SP1_VAR "tw_restore_sp1"
65#define TW_RESTORE_SP2_VAR "tw_restore_sp2"
66#define TW_RESTORE_SP3_VAR "tw_restore_sp3"
67#define TW_RESTORE_AVG_IMG_RATE "tw_restore_avg_img_rate"
68#define TW_RESTORE_AVG_FILE_RATE "tw_restore_avg_file_rate"
69#define TW_RESTORE_AVG_FILE_COMP_RATE "tw_restore_avg_file_comp_rate"
70#define TW_RESTORE_FILE_DATE "tw_restore_file_date"
71#define TW_VERIFY_MD5_TEXT "tw_verify_md5_text"
72#define TW_UPDATE_SYSTEM_DETAILS_TEXT "tw_update_system_details_text"
73
74#define TW_SHOW_SPAM_VAR "tw_show_spam"
75#define TW_COLOR_THEME_VAR "tw_color_theme"
76#define TW_VERSION_VAR "tw_version"
77#define TW_SORT_FILES_BY_DATE_VAR "tw_sort_files_by_date"
78#define TW_GUI_SORT_ORDER "tw_gui_sort_order"
79#define TW_ZIP_LOCATION_VAR "tw_zip_location"
80#define TW_ZIP_INTERNAL_VAR "tw_zip_internal"
81#define TW_ZIP_EXTERNAL_VAR "tw_zip_external"
82#define TW_FORCE_MD5_CHECK_VAR "tw_force_md5_check"
83#define TW_SKIP_MD5_CHECK_VAR "tw_skip_md5_check"
84#define TW_SKIP_MD5_GENERATE_VAR "tw_skip_md5_generate"
85#define TW_SIGNED_ZIP_VERIFY_VAR "tw_signed_zip_verify"
86#define TW_REBOOT_AFTER_FLASH_VAR "tw_reboot_after_flash_option"
87#define TW_TIME_ZONE_VAR "tw_time_zone"
88#define TW_RM_RF_VAR "tw_rm_rf"
89
90#define TW_BACKUPS_FOLDER_VAR "tw_backups_folder"
91
92#define TW_SP1_PARTITION_NAME_VAR "tw_sp1_name"
93#define TW_SP2_PARTITION_NAME_VAR "tw_sp2_name"
94#define TW_SP3_PARTITION_NAME_VAR "tw_sp3_name"
95
96#define TW_SDEXT_SIZE "tw_sdext_size"
97#define TW_SWAP_SIZE "tw_swap_size"
98#define TW_SDPART_FILE_SYSTEM "tw_sdpart_file_system"
99#define TW_TIME_ZONE_GUISEL "tw_time_zone_guisel"
100#define TW_TIME_ZONE_GUIOFFSET "tw_time_zone_guioffset"
101#define TW_TIME_ZONE_GUIDST "tw_time_zone_guidst"
102
103#define TW_ACTION_BUSY "tw_busy"
104
105#define TW_ALLOW_PARTITION_SDCARD "tw_allow_partition_sdcard"
106
107#define TW_SCREEN_OFF "tw_screen_off"
108
109#define TW_REBOOT_SYSTEM "tw_reboot_system"
110#define TW_REBOOT_RECOVERY "tw_reboot_recovery"
111#define TW_REBOOT_POWEROFF "tw_reboot_poweroff"
112#define TW_REBOOT_BOOTLOADER "tw_reboot_bootloader"
113
114#define TW_HAS_DUAL_STORAGE "tw_has_dual_storage"
115#define TW_USE_EXTERNAL_STORAGE "tw_use_external_storage"
116#define TW_HAS_INTERNAL "tw_has_internal"
117#define TW_INTERNAL_PATH "tw_internal_path" // /data/media or /internal
118#define TW_INTERNAL_MOUNT "tw_internal_mount" // /data or /internal
119#define TW_INTERNAL_LABEL "tw_internal_label" // data or internal
120#define TW_HAS_EXTERNAL "tw_has_external"
121#define TW_EXTERNAL_PATH "tw_external_path" // /sdcard or /external/sdcard2
122#define TW_EXTERNAL_MOUNT "tw_external_mount" // /sdcard or /external
123#define TW_EXTERNAL_LABEL "tw_external_label" // sdcard or external
124
125#define TW_HAS_DATA_MEDIA "tw_has_data_media"
126
127#define TW_HAS_BOOT_PARTITION "tw_has_boot_partition"
128#define TW_HAS_RECOVERY_PARTITION "tw_has_recovery_partition"
129#define TW_HAS_ANDROID_SECURE "tw_has_android_secure"
130#define TW_HAS_SDEXT_PARTITION "tw_has_sdext_partition"
131#define TW_HAS_USB_STORAGE "tw_has_usb_storage"
132#define TW_NO_BATTERY_PERCENT "tw_no_battery_percent"
133#define TW_POWER_BUTTON "tw_power_button"
134#define TW_SIMULATE_ACTIONS "tw_simulate_actions"
135#define TW_SIMULATE_FAIL "tw_simulate_fail"
136#define TW_DONT_UNMOUNT_SYSTEM "tw_dont_unmount_system"
137// #define TW_ALWAYS_RMRF "tw_always_rmrf"
138
139#define TW_SHOW_DUMLOCK "tw_show_dumlock"
140#define TW_HAS_INJECTTWRP "tw_has_injecttwrp"
141#define TW_INJECT_AFTER_ZIP "tw_inject_after_zip"
142#define TW_HAS_DATADATA "tw_has_datadata"
143#define TW_FLASH_ZIP_IN_PLACE "tw_flash_zip_in_place"
144#define TW_MIN_SYSTEM_SIZE "50" // minimum system size to allow a reboot
145#define TW_MIN_SYSTEM_VAR "tw_min_system"
146#define TW_DOWNLOAD_MODE "tw_download_mode"
147#define TW_IS_ENCRYPTED "tw_is_encrypted"
148#define TW_IS_DECRYPTED "tw_is_decrypted"
Vojtech Bocek7e11ac52015-03-05 23:21:49 +0100149#define TW_CRYPTO_PWTYPE "tw_crypto_pwtype"
Dees_Troy82111022013-02-21 21:13:09 +0000150#define TW_HAS_CRYPTO "tw_has_crypto"
151#define TW_CRYPTO_PASSWORD "tw_crypto_password"
152#define TW_DATA_BLK_DEVICE "tw_data_blk_device" // Original block device - not decrypted
153#define TW_SDEXT_DISABLE_EXT4 "tw_sdext_disable_ext4"
154#define TW_MILITARY_TIME "tw_military_time"
155
156// Also used:
157// tw_boot_is_mountable
158// tw_system_is_mountable
159// tw_data_is_mountable
160// tw_cache_is_mountable
161// tw_sdcext_is_mountable
162// tw_sdcint_is_mountable
163// tw_sd-ext_is_mountable
164// tw_sp1_is_mountable
165// tw_sp2_is_mountable
166// tw_sp3_is_mountable
167
Dees_Troy54f68752013-02-25 03:58:41 +0000168// Max archive size for tar backups before we split (1.5GB)
Dees_Troy82111022013-02-21 21:13:09 +0000169#define MAX_ARCHIVE_SIZE 1610612736LLU
Dees_Troy83bd4832013-05-04 12:39:56 +0000170//#define MAX_ARCHIVE_SIZE 52428800LLU // 50MB split for testing
Dees_Troy82111022013-02-21 21:13:09 +0000171
172#ifndef CUSTOM_LUN_FILE
173#define CUSTOM_LUN_FILE "/sys/devices/platform/usb_mass_storage/lun%d/file"
174#endif
175
176#ifndef TW_BRIGHTNESS_PATH
177#define TW_BRIGHTNESS_PATH /nobrightness
178#endif
179
180// For OpenRecoveryScript
181#define SCRIPT_FILE_CACHE "/cache/recovery/openrecoveryscript"
182#define SCRIPT_FILE_TMP "/tmp/openrecoveryscript"
Dees_Troy2673cec2013-04-02 20:22:16 +0000183#define TMP_LOG_FILE "/tmp/recovery.log"
Dees_Troy82111022013-02-21 21:13:09 +0000184
185#endif // _VARIABLES_HEADER_