• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "product_name": "qemu_riscv_mini_system_demo",
3    "ohos_version": "OpenHarmony 1.0",
4    "device_company": "qemu",
5    "type":"mini",
6    "version": "3.0",
7    "board": "riscv32_virt",
8    "kernel_type": "liteos_m",
9    "kernel_version": "3.0.0",
10    "force_link_libs": [
11      "bootstrap",
12      "abilityms",
13      "example",
14      "ability_demo"
15    ],
16    "subsystems": [
17      {
18        "subsystem": "kernel",
19        "components": [
20          { "component": "liteos_m", "features":[]
21          }
22        ]
23      },
24      {
25        "subsystem": "startup",
26        "components": [
27          {
28            "component": "bootstrap_lite"
29          },
30          {
31            "component": "init_lite",
32            "features": [
33              "enable_ohos_startup_init_feature_begetctl_liteos = true",
34              "enable_ohos_startup_init_lite_use_posix_file_api = true"
35            ]
36          },
37          {
38            "component": "syspara_lite",
39            "features": []
40          }
41        ]
42      },
43      {
44        "subsystem": "hiviewdfx",
45        "components": [
46          {
47            "component": "hilog_lite",
48            "optional": "true"
49          },
50          {
51            "component": "hievent_lite",
52            "optional": "true"
53          }
54        ]
55      },
56      {
57        "subsystem": "graphic",
58        "components": [
59          {
60            "component": "graphic_utils",
61            "features": [
62              "enable_ohos_graphic_utils_product_config = true"
63            ]
64          },
65          {
66            "component": "ui"
67          }
68        ]
69      },
70      {
71        "subsystem": "arkui",
72        "components": [
73          {
74            "component": "ace_engine_lite",
75            "features": [
76              "enable_ohos_ace_engine_lite_product_config = true"
77            ]
78          }
79        ]
80      },
81      {
82        "subsystem": "ability",
83        "components": [
84          {
85            "component": "ability_lite",
86            "features": [
87              "enable_ohos_appexecfwk_feature_ability = true",
88              "config_ohos_aafwk_ams_task_size = 4096",
89              "config_ohos_aafwk_aafwk_lite_task_stack_size = 32768"
90            ]
91          }
92        ]
93      },
94      {
95        "subsystem": "bundlemanager",
96        "components": [
97          {
98            "component": "bundle_framework_lite"
99          }
100        ]
101      },
102      {
103        "subsystem": "global",
104        "components": [
105          {
106            "component": "resource_management_lite"
107          },
108          {
109            "component": "i18n_lite"
110          }
111        ]
112      },
113      {
114        "subsystem": "systemabilitymgr",
115        "components": [
116          {
117            "component": "samgr_lite",
118            "features": [
119              "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096"
120            ]
121          }
122        ]
123      }
124    ],
125    "third_party_dir": "",
126    "product_adapter_dir": "//vendor/ohemu/qemu_riscv32_mini_system_demo/hals"
127}
128