forked from PterodonRecovery/pterodon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpterodon.hpp
40 lines (28 loc) · 1.31 KB
/
pterodon.hpp
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
/*
Pterodon Recovery is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Pterodon Recovery is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Pterodon Recovery. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _pterodon_recovery_hpp
#define _pterodon_recovery_hpp
#define PTERODON_AUTHOR "ATGDroid"
#define PTERODON_NAME "Pterodon"
#define PTERODON_VERSION_MAJOR 0
#define PTERODON_VERSION_MINOR 0
#define PTERODON_VERSION_MICRO 1
#define PTERODON_VERSION_CODENAME "Delirium"
#define PTERODON_VERSION_YEAR "2020"
#define PTERODON_VERSION_COPYRIGHT_YEAR "2020"
/* Support last_status info which is used by some OEMS */
#define PTERODON_OEM_OTA_CORRUPT "INSTALL_CORRUPT"
#define PTERODON_OEM_OTA_ERROR "INSTALL_ERROR"
#define PTERODON_OEM_OTA_VERIFY_FAIL "INSTALL_VERIFY_FAILURE"
#define PTERODON_OEM_OTA_SUCCESS "INSTALL_SUCCESS"
#endif // _pterodon_recovery_hpp