Description: Modify the adaptation based on the component name

IssueNo: https://gitee.com/openharmony/third_party_cJSON/issues/I6V448
Feature or Bugfix: Bugfix
Binary Source:NO
Signed-off-by: xing-tai-zhang <zhangxingtai@huawei.com>
This commit is contained in:
xing-tai-zhang
2023-06-15 15:31:38 +08:00
parent 55929214df
commit c93c2e90cc
+3 -2
View File
@@ -15,7 +15,8 @@
"name": "bundle_framework_lite",
"subsystem": "bundlemanager",
"adapted_system_type": [
"mini"
"mini",
"small"
],
"rom": "300KB",
"ram": ">2MB",
@@ -32,7 +33,7 @@
"third_party": [
"zlib",
"bounds_checking_function",
"cjson",
"cJSON",
"jerryscript"
]
},