1{
2 "component": {
3 "name": "component_a",
4 "description": "component_a",
5 "subsystem": "arkui",
6 "features": [],
7 "rom": "100KB",
8 "ram": "~200KB",
9 "deps": {},
10 "build": {
11 "sub_component": [
12 "//foundation/arkui/component_a/feature1:helloworld_bin"
13 ],
14 "test": []
15 }
16 }
17}