• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "product_name": "display_demo",
3  "ohos_version": "OpenHarmony 2.3",
4  "type": "mini",
5  "version": "3.0",
6  "device_company": "fnlink",
7  "board": "v200zr",
8  "kernel_type": "liteos_m",
9  "kernel_version": "3.0.0",
10  "pack_burn": "true",
11  "bin_list": [
12    {
13      "elf_name": "wifiiot",
14      "bsp_target_name": "best2600w_liteos",
15      "signature": "false",
16      "burn_name": "rtos_main",
17      "enable": "true",
18      "force_link_libs": [
19        "bootstrap",
20        "abilityms",
21        "bundlems",
22        "example",
23        "kernel",
24        "ability_test",
25        "wifi_test",
26        "fs_test"
27      ]
28    },
29    {
30      "elf_name": "wifiiot_mini",
31      "bsp_target_name": "best2600w_liteos_mini",
32      "signature": "false",
33      "burn_name": "rtos_mini",
34      "enable": "false",
35      "force_link_libs": [
36        "example"
37      ]
38    }
39  ],
40  "fs_list": [
41    {
42      "fs_name": "littlefs",
43      "signature": "false",
44      "block_size": "4096",
45      "fs_size": "4194304",
46      "fs_src": "data",
47      "burn_name": "littlefs",
48      "enable": "true"
49    }
50  ],
51  "bsp_bin_list": [
52    {
53      "bsp_bin_name": "best2600w_liteos_se",
54      "signature": "false",
55      "burn_name": "trustzone_main",
56      "enable": "false"
57    },
58    {
59      "bsp_bin_name": "best2600w_liteos_mini_se",
60      "signature": "false",
61      "burn_name": "trustzone_mini",
62      "enable": "false"
63    },
64    {
65      "bsp_bin_name": "ota_boot1",
66      "signature": "false",
67      "burn_name": "ota_boot1",
68      "enable": "true"
69    },
70    {
71      "bsp_bin_name": "ota_boot2a",
72      "signature": "false",
73      "burn_name": "ota_boot2a",
74      "remap_enable": "true",
75      "enable": "true"
76    }
77  ],
78  "subsystems": [
79    {
80      "subsystem": "kernel",
81      "components": [
82        {
83          "component": "liteos_m",
84          "features": [
85            "ohos_kernel_liteos_m_lwip_path = \"//device/soc/bestechnic/bes2600/liteos_m/components/net/lwip-2.1\""
86          ]
87        }
88      ]
89    },
90    {
91      "subsystem": "startup",
92      "components": [
93        {
94          "component": "bootstrap_lite"
95        },
96        {
97          "component": "init_lite",
98          "features": [
99            "enable_ohos_startup_init_feature_begetctl_liteos = true",
100            "enable_ohos_startup_init_lite_use_posix_file_api = true"
101          ]
102        }
103      ]
104    },
105    {
106      "subsystem": "hiviewdfx",
107      "components": [
108        {
109          "component": "hilog_lite",
110          "optional": "true"
111        },
112        {
113          "component": "hievent_lite",
114          "optional": "true"
115        }
116      ]
117    },
118    {
119      "subsystem": "graphic",
120      "components": [
121        {
122          "component": "graphic_utils_lite",
123          "features": [
124            "enable_ohos_graphic_utils_product_config = true"
125          ]
126        }
127      ]
128    },
129    {
130      "subsystem": "arkui",
131      "components": [
132        {
133          "component": "ace_engine_lite",
134          "features": [
135            "enable_ohos_ace_engine_lite_product_config = true"
136          ]
137        },
138        {
139          "component": "ui_lite"
140        }
141      ]
142    },
143    {
144      "subsystem": "ability",
145      "components": [
146        {
147          "component": "ability_lite",
148          "features": [
149            "enable_ohos_appexecfwk_feature_ability = true",
150            "config_ohos_aafwk_ams_task_size = 4096",
151            "config_ohos_aafwk_aafwk_lite_task_stack_size = 32768"
152          ]
153        }
154      ]
155    },
156    {
157      "subsystem": "bundlemanager",
158      "components": [
159        {
160          "component": "bundle_framework_lite"
161        }
162      ]
163    },
164    {
165      "subsystem": "global",
166      "components": [
167        {
168          "component": "resource_management_lite"
169        },
170        {
171          "component": "i18n_lite"
172        }
173      ]
174    },
175    {
176      "subsystem": "systemabilitymgr",
177      "components": [
178        {
179          "component": "samgr_lite",
180          "features": [
181            "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096"
182          ]
183        }
184      ]
185    },
186    {
187      "subsystem": "communication",
188      "components": [
189        {
190          "component": "wifi_lite",
191          "optional": "true"
192        },
193        {
194          "component": "dsoftbus"
195        }
196      ]
197    },
198    {
199      "subsystem": "commonlibrary",
200      "components": [
201        {
202          "component": "utils_lite",
203          "features": [
204            "utils_lite_feature_js_builtin = true",
205            "utils_lite_feature_timer_task = true",
206            "utils_lite_feature_kal_timer = true"
207          ]
208        }
209      ]
210    },
211    {
212      "subsystem": "security",
213      "components": [
214        {
215          "component": "huks",
216          "features": [
217            "huks_use_lite_storage = true",
218            "huks_use_hardware_root_key = true",
219            "huks_config_file = \"hks_config_lite.h\"",
220            "huks_key_store_path = \"/data/\"",
221            "ohos_security_huks_mbedtls_porting_path = \"//device/soc/bestechnic/hals/mbedtls\""
222          ]
223        },
224        {
225          "component": "device_auth",
226          "features": [
227            "deviceauth_storage_path = \"/data/\"",
228            "deviceauth_hichain_thread_stack_size = 9472"
229          ]
230        }
231      ]
232    }
233  ],
234  "vendor_adapter_dir": "",
235  "product_adapter_dir": "//vendor/bestechnic/display_demo/hals",
236  "third_party_dir": "",
237  "flash_partition_dir": "fs"
238}
239