• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "product_name": "iotlink_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        "fs_test"
26      ]
27    },
28    {
29      "elf_name": "wifiiot_mini",
30      "bsp_target_name": "best2600w_liteos_mini",
31      "signature": "false",
32      "burn_name": "rtos_mini",
33      "enable": "false",
34      "force_link_libs": [
35        "example"
36      ]
37    }
38  ],
39  "fs_list": [
40    {
41      "fs_name": "littlefs",
42      "signature": "false",
43      "block_size": "4096",
44      "fs_size": "4194304",
45      "fs_src": "data",
46      "burn_name": "littlefs",
47      "enable": "true"
48    },
49    {
50      "fs_name": "resource",
51      "signature": "false",
52      "block_size": "4096",
53      "fs_size": "524288",
54      "fs_src": "resource",
55      "burn_name": "resource",
56      "enable": "true"
57    },
58    {
59      "fs_name": "log",
60      "signature": "false",
61      "block_size": "4096",
62      "fs_size": "327680",
63      "fs_src": "log",
64      "burn_name": "log",
65      "enable": "true"
66    }
67  ],
68  "bsp_bin_list": [
69    {
70      "bsp_bin_name": "best2600w_liteos_se",
71      "signature": "false",
72      "burn_name": "trustzone_main",
73      "enable": "false"
74    },
75    {
76      "bsp_bin_name": "best2600w_liteos_mini_se",
77      "signature": "false",
78      "burn_name": "trustzone_mini",
79      "enable": "false"
80    },
81    {
82      "bsp_bin_name": "ota_boot1",
83      "signature": "false",
84      "burn_name": "ota_boot1",
85      "enable": "true"
86    },
87    {
88      "bsp_bin_name": "ota_boot2a",
89      "signature": "false",
90      "burn_name": "ota_boot2a",
91      "remap_enable": "true",
92      "enable": "true"
93    }
94  ],
95  "subsystems": [
96    {
97      "subsystem": "kernel",
98      "components": [
99        {
100          "component": "liteos_m",
101          "features": [
102            "ohos_kernel_liteos_m_lwip_path = \"//device/soc/bestechnic/bes2600/liteos_m/components/net/lwip-2.1\""
103          ]
104        }
105      ]
106    },
107    {
108      "subsystem": "startup",
109      "components": [
110        {
111          "component": "bootstrap_lite"
112        },
113        {
114          "component": "init_lite",
115          "features": [
116            "enable_ohos_startup_init_feature_begetctl_liteos = true",
117            "enable_ohos_startup_init_lite_use_posix_file_api = true"
118          ]
119        }
120      ]
121    },
122    {
123      "subsystem": "hiviewdfx",
124      "components": [
125        {
126          "component": "hilog_lite",
127          "optional": "true"
128        },
129        {
130          "component": "hievent_lite",
131          "optional": "true"
132        }
133      ]
134    },
135    {
136      "subsystem": "graphic",
137      "components": [
138        {
139          "component": "graphic_utils_lite",
140          "features": [
141            "enable_ohos_graphic_utils_product_config = true"
142          ]
143        }
144      ]
145    },
146    {
147      "subsystem": "arkui",
148      "components": [
149        {
150          "component": "ace_engine_lite",
151          "features": [
152            "enable_ohos_ace_engine_lite_product_config = true"
153          ]
154        },
155        {
156          "component": "ui_lite"
157        }
158      ]
159    },
160    {
161      "subsystem": "ability",
162      "components": [
163        {
164          "component": "ability_lite",
165          "features": [
166            "enable_ohos_appexecfwk_feature_ability = true",
167            "config_ohos_aafwk_ams_task_size = 4096"
168          ]
169        }
170      ]
171    },
172    {
173      "subsystem": "bundlemanager",
174      "components": [
175        {
176          "component": "bundle_framework_lite"
177        }
178      ]
179    },
180    {
181      "subsystem": "global",
182      "components": [
183        {
184          "component": "resource_management_lite"
185        },
186        {
187          "component": "i18n_lite"
188        }
189      ]
190    },
191    {
192      "subsystem": "systemabilitymgr",
193      "components": [
194        {
195          "component": "samgr_lite",
196          "features": [
197            "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096"
198          ]
199        }
200      ]
201    },
202    {
203      "subsystem": "communication",
204      "components": [
205        {
206          "component": "wifi_lite",
207          "optional": "true"
208        }
209      ]
210    },
211    {
212      "subsystem": "commonlibrary",
213      "components": [
214        {
215          "component": "utils_lite",
216          "features": [
217            "utils_lite_feature_js_builtin = true",
218            "utils_lite_feature_timer_task = true",
219            "utils_lite_feature_kal_timer = true"
220          ]
221        }
222      ]
223    }
224  ],
225  "vendor_adapter_dir": "",
226  "product_adapter_dir": "//vendor/bestechnic/iotlink_demo/hals",
227  "third_party_dir": "",
228  "flash_partition_dir": "fs"
229}
230