forked from TeamWin/Team-Win-Recovery-Project-1.x-NO-GUI
-
Notifications
You must be signed in to change notification settings - Fork 4
/
variables.h
45 lines (39 loc) · 1.82 KB
/
variables.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifndef _VARIABLES_HEADER_
#define _VARIABLES_HEADER_
#define TW_USE_COMPRESSION_VAR "tw_use_compression"
#define TW_NANDROID_SYSTEM_VAR "tw_nandroid_system"
#define TW_NANDROID_DATA_VAR "tw_nandroid_data"
#define TW_NANDROID_BOOT_VAR "tw_nandroid_boot"
#define TW_NANDROID_RECOVERY_VAR "tw_nandroid_recovery"
#define TW_NANDROID_CACHE_VAR "tw_nandroid_cache"
#define TW_NANDROID_WIMAX_VAR "tw_nandroid_wimax"
#define TW_NANDROID_ANDSEC_VAR "tw_nandroid_andsec"
#define TW_NANDROID_SDEXT_VAR "tw_nandroid_sdext"
#define TW_SHOW_SPAM_VAR "tw_show_spam"
#define TW_COLOR_THEME_VAR "tw_color_theme"
#define TW_VERSION_VAR "tw_version"
#define TW_SORT_FILES_BY_DATE_VAR "tw_sort_files_by_date"
#define TW_ZIP_LOCATION_VAR "tw_zip_location"
#define TW_FORCE_MD5_CHECK_VAR "tw_force_md5_check"
#define TW_SIGNED_ZIP_VERIFY_VAR "tw_signed_zip_verify"
#define TW_REBOOT_AFTER_FLASH_VAR "tw_reboot_after_flash_option"
#define TW_TIME_ZONE_VAR "tw_time_zone"
#define TW_RM_RF_VAR "tw_rm_rf"
#define TW_HAPTIC_VAR "tw_haptic"
#define TW_BTNBACKLIGHT_VAR "tw_btnbacklight"
#endif // _VARIABLES_HEADER_