00001 #ifndef ROBOOT_CONFIG_DEFS_H_
00002 #define ROBOOT_CONFIG_DEFS_H_
00003
00030
00031
00032
00033
00034
00035
00036
00037 #define ROBOOT_HASH_NONE 0x0f
00038 #define ROBOOT_HASH_CRC32 0x01
00039 #define ROBOOT_HASH_MD5 0x02
00040
00041
00042
00043
00044
00045
00046 #define ROBOOT_CIPHER_NONE 0x0f
00047 #define ROBOOT_CIPHER_XTEA 0x01
00048
00049
00050
00051
00052
00053
00054
00055 #define ROBOOT_IMAGE_CHECK_APPVER 1
00056 #define ROBOOT_IMAGE_CHECK_APPID 3
00057 #define ROBOOT_IMAGE_CHECK_DEVID 7
00058
00059
00060 #endif