add bundle.json

Signed-off-by: huangyicong <huangyicong4@huawei.com>
This commit is contained in:
huangyicong
2022-04-12 10:30:48 +08:00
parent 0955f2627d
commit 10964ac2bb
7 changed files with 142 additions and 121 deletions
+14 -11
View File
@@ -14,16 +14,19 @@
],
"component": {
"name": "utils_lite",
"subsystem": "utils",
"features" :[],
"adapted_system_type": [ "standard" ],
"rom": "0KB",
"ram": "0KB",
"deps": {},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "0KB",
"ram": "0KB",
"deps": {},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}
+21 -18
View File
@@ -14,25 +14,28 @@
],
"component": {
"name": "file",
"subsystem": "utils",
"features" : [],
"adapted_system_type": [ "standard" ],
"rom": "0.55KB",
"ram": "",
"deps": {
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "0.55KB",
"ram": "",
"deps": {
"thrid_party": [
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
"inner_kits": [],
"test": []
}
}
}
+27 -24
View File
@@ -14,31 +14,34 @@
],
"component": {
"name": "js_builtin",
"subsystem": "utils",
"features" : [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "",
"ram": "",
"deps": {
"thrid_party": [
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite",
"aafwk_lite",
"syspara_lite",
"graphic_utils",
"resmgr_lite",
"ui",
"ace_native_engine_lite"
]
},
"build": {
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite",
"aafwk_lite",
"syspara_lite",
"graphic_utils",
"resmgr_lite",
"ui",
"ace_native_engine_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
"inner_kits": [],
"test": []
}
}
}
+19 -16
View File
@@ -14,23 +14,26 @@
],
"component": {
"name": "kal_timer",
"subsystem": "utils",
"features" : [],
"adapted_system_type": [ "standard" ],
"rom": "15KB",
"ram": "",
"deps": {
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "15KB",
"ram": "",
"deps": {
"thrid_party": [],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
"inner_kits": [],
"test": []
}
}
}
+20 -17
View File
@@ -14,23 +14,26 @@
],
"component": {
"name": "memory",
"subsystem": "utils",
"features" : [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "",
"ram": "",
"deps": {
"thrid_party": [],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}
+22 -19
View File
@@ -14,26 +14,29 @@
],
"component": {
"name": "os_dump",
"subsystem": "utils",
"features" : [],
"adapted_system_type": [ "standard" ],
"rom": "3.7KB",
"ram": "~4.75KB",
"deps": {
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "3.7KB",
"ram": "~4.75KB",
"deps": {
"thrid_party": [
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"syspara_lite",
"iot_controller"
]
},
"build": {
"bounds_checking_function"
],
"kernel_special": {},
"board_special": {},
"components": [
"syspara_lite",
"iot_controller"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
"inner_kits": [],
"test": []
}
}
}
+19 -16
View File
@@ -14,23 +14,26 @@
],
"component": {
"name": "timer_task",
"subsystem": "utils",
"features" : [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"subsystem": "utils",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "",
"ram": "",
"deps": {
"thrid_party": [],
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"kernel_special": {},
"board_special": {},
"components": [
"utils_lite"
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
"inner_kits": [],
"test": []
}
}
}