a6d4dbd6创建于 2025年4月24日历史提交
{

    "product_name": "qemu_riscv_mini_system_demo",

    "ohos_version": "OpenHarmony 1.0",

    "device_company": "qemu",

    "type":"mini",

    "version": "3.0",

    "board": "riscv32_virt",

    "kernel_type": "liteos_m",

    "kernel_version": "3.0.0",

    "force_link_libs": [

      "bootstrap",

      "abilityms",

      "example",

      "ability_demo"

    ],

    "subsystems": [

      {

        "subsystem": "kernel",

        "components": [

          { "component": "liteos_m", "features":[]

          }

        ]

      },

      {

        "subsystem": "startup",

        "components": [

          {

            "component": "bootstrap_lite"

          },

          {

            "component": "init",

            "features": [

              "init_feature_begetctl_liteos = true",

              "init_lite_use_posix_file_api = true"

            ]

          }

        ]

      },

      {

        "subsystem": "hiviewdfx",

        "components": [

          {

            "component": "hilog_lite",

            "optional": "true"

          },

          {

            "component": "hievent_lite",

            "optional": "true"

          }

        ]

      },

      {

        "subsystem": "graphic",

        "components": [

          {

            "component": "graphic_utils_lite",

            "features": [

              "graphic_utils_lite_enable_ohos_product_config = true"

            ]

          }

        ]

      },

      {

        "subsystem": "arkui",

        "components": [

          {

            "component": "ace_engine_lite",

            "features": [

              "ace_engine_lite_feature_product_config = true"

            ]

          },

          {

            "component": "ui_lite"

          }

        ]

      },

      {

        "subsystem": "ability",

        "components": [

          {

            "component": "ability_lite",

            "features": [

              "ability_lite_enable_ohos_appexecfwk_feature_ability = true",

              "ability_lite_config_ohos_aafwk_ams_task_size = 4096",

              "ability_lite_config_ohos_aafwk_aafwk_lite_task_stack_size = 32768"

            ]

          }

        ]

      },

      {

        "subsystem": "bundlemanager",

        "components": [

          {

            "component": "bundle_framework_lite"

          }

        ]

      },

      {

        "subsystem": "global",

        "components": [

          {

            "component": "resource_management_lite"

          },

          {

            "component": "i18n_lite"

          }

        ]

      },

      {

        "subsystem": "systemabilitymgr",

        "components": [

          {

            "component": "samgr_lite",

            "features": [

              "config_ohos_systemabilitymgr_samgr_lite_shared_task_size = 4096"

            ]

          }

        ]

      }

    ],

    "third_party_dir": "",

    "product_adapter_dir": "//vendor/ohemu/qemu_riscv32_mini_system_demo/hals"

}