CustImgGroupDataHW.h
3.28 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#ifndef __CUST_IMG_GROUP_DATA_HW_H_
#define __CUST_IMG_GROUP_DATA_HW_H_
#include "CustDataRes.h"
#include "ResCompressConfig.h"
#ifndef __MMI_RESOURCE_IMAGE_THIRD_ROM__
#ifdef __MMI_RESOURCE_LZMA_IMAGE_GROUP_COMPRESS__
#if ( !defined (__MTK_TARGET__) )
#define __align(x)
#endif
extern const U8 image_group_0[];
extern const U8 image_group_1[];
extern const U8 image_group_2[];
extern const U8 image_group_3[];
extern const U8 image_group_4[];
extern const U8 image_group_5[];
extern const U8 image_group_6[];
extern const U8 image_group_7[];
extern const U8 image_group_8[];
extern const U8 image_group_9[];
extern const U8 image_group_10[];
extern const U8 image_group_11[];
extern const U8 image_group_12[];
extern const U8 image_group_13[];
extern const U8 image_group_14[];
extern const U8 image_group_15[];
extern const U8 image_group_16[];
extern const U8 image_group_17[];
extern const U8 image_group_18[];
extern const U8 image_group_19[];
extern const U8 image_group_20[];
extern const U8 image_group_21[];
extern const U8 image_group_22[];
extern const U8 image_group_23[];
extern const U8 image_group_24[];
extern const U8 image_group_25[];
extern const U8 image_group_26[];
extern const U8 image_group_27[];
extern const U8 image_group_28[];
extern const U8 image_group_29[];
extern const U8 image_group_30[];
extern const U8 image_group_31[];
extern const U8 image_group_32[];
extern const U8 image_group_33[];
extern const U8 image_group_34[];
extern const U8 image_group_35[];
extern const U8 image_group_36[];
extern const U8 image_group_37[];
extern const U8 image_group_38[];
extern const U8 image_group_39[];
extern const U8 image_group_40[];
extern const U8 image_group_41[];
#ifdef __MMI_RESOURCE_UT_SIMPLE_CACHE_SUPPORT__
extern U8 cache_image_group_0[];
extern U8 cache_image_group_1[];
extern U8 cache_image_group_2[];
extern U8 cache_image_group_3[];
extern U8 cache_image_group_4[];
extern U8 cache_image_group_5[];
extern U8 cache_image_group_6[];
extern U8 cache_image_group_7[];
extern U8 cache_image_group_8[];
extern U8 cache_image_group_9[];
extern U8 cache_image_group_10[];
extern U8 cache_image_group_11[];
extern U8 cache_image_group_12[];
extern U8 cache_image_group_13[];
extern U8 cache_image_group_14[];
extern U8 cache_image_group_15[];
extern U8 cache_image_group_16[];
extern U8 cache_image_group_17[];
extern U8 cache_image_group_18[];
extern U8 cache_image_group_19[];
extern U8 cache_image_group_20[];
extern U8 cache_image_group_21[];
extern U8 cache_image_group_22[];
extern U8 cache_image_group_23[];
extern U8 cache_image_group_24[];
extern U8 cache_image_group_25[];
extern U8 cache_image_group_26[];
extern U8 cache_image_group_27[];
extern U8 cache_image_group_28[];
extern U8 cache_image_group_29[];
extern U8 cache_image_group_30[];
extern U8 cache_image_group_31[];
extern U8 cache_image_group_32[];
extern U8 cache_image_group_33[];
extern U8 cache_image_group_34[];
extern U8 cache_image_group_35[];
extern U8 cache_image_group_36[];
extern U8 cache_image_group_37[];
extern U8 cache_image_group_38[];
extern U8 cache_image_group_39[];
extern U8 cache_image_group_40[];
extern U8 cache_image_group_41[];
#endif //__MMI_RESOURCE_UT_SIMPLE_CACHE_SUPPORT__
#endif //__MMI_RESOURCE_LZMA_IMAGE_GROUP_COMPRESS__
#endif // __MMI_RESOURCE_IMAGE_THIRD_ROM__
#endif//__CUST_IMG_GROUP_DATA_HW_H_