{
  "name": "@ohos/selectionfwk",
  "description": "Provide word selection capabilities",
  "version": "1.0",
  "license": "Apache License 2.0",
  "segment": {
    "destPath": "foundation/systemabilitymgr/selectionfwk"
  },
  "component": {
    "name": "selectionfwk",
    "subsystem": "systemabilitymgr",
    "syscap": [
      "SystemCapability.SelectionInput.Selection"
    ],
    "features": [],
    "adapted_system_type": [
      "mini",
      "small",
      "standard"
    ],
    "rom": "5831KB",
    "ram": "5831KB",
    "deps": {
      "components": [
        "c_utils",
        "eventhandler",
        "ipc",
        "safwk",
        "hilog",
        "hitrace",
        "samgr",
        "icu",
        "init",
        "input",
        "napi",
        "ability_base",
        "ability_runtime",
        "access_token",
        "window_manager",
        "pasteboard",
        "relational_store",
        "resource_management",
        "graphic_2d",
        "bundle_framework",
        "ffrt",
        "config_policy",
        "os_account",
        "cJSON",
        "common_event_service",
        "hicollie",
        "hisysevent",
        "memmgr",
        "resource_schedule_service",
        "hiappevent",
        "udmf",
        "runtime_core"
      ],
      "third_party": [
      ]
    },
    "build": {
      "sub_component": [
        "//foundation/systemabilitymgr/selectionfwk/common:selection_common",
        "//foundation/systemabilitymgr/selectionfwk/etc/init:selection_service_cfg",
        "//foundation/systemabilitymgr/selectionfwk/etc/para:selection_para",
        "//foundation/systemabilitymgr/selectionfwk/etc/para:selection_para_dac",
        "//foundation/systemabilitymgr/selectionfwk/service:selection_service",
        "//foundation/systemabilitymgr/selectionfwk/service/plugins:selection_plugins_impl",
        "//foundation/systemabilitymgr/selectionfwk/sa_profile:selection_service_sa_profile",
        "//foundation/systemabilitymgr/selectionfwk/frameworks/js/napi/selection_panel:selectionpanel_napi",
        "//foundation/systemabilitymgr/selectionfwk/frameworks/js/napi/selection_extension_ability:selectionextensionability_napi",
        "//foundation/systemabilitymgr/selectionfwk/frameworks/js/napi/selection_extension_context:selectionextensioncontext_napi",
        "//foundation/systemabilitymgr/selectionfwk/frameworks/native/selection_extension:selection_extension_ability_native",
        "//foundation/systemabilitymgr/selectionfwk/frameworks/js/napi/selection_ability:selectionmanager_napi",
        "//foundation/systemabilitymgr/selectionfwk/frameworks/native/selection_ability:selection_ability",
        "//foundation/systemabilitymgr/selectionfwk/interfaces/inner_kits/selection_client:selection_client",
        "//foundation/systemabilitymgr/selectionfwk/frameworks/ets/taihe:selection_taihe_group",
        "//foundation/systemabilitymgr/selectionfwk/frameworks/ets/ets:selection_extension_ability_etc"
      ],
      "inner_kits": [
        {
          "name": "//foundation/systemabilitymgr/selectionfwk/interfaces/inner_kits/selection_client:selection_client",
          "header": {
              "header_files": [
                  "selection_client.h"
              ],
              "header_base": "//foundation/systemabilitymgr/selectionfwk/interfaces/inner_kits/selection_client/include"
          }
      }
      ],
      "test": [
        "//foundation/systemabilitymgr/selectionfwk/test/unittest:selection_manager_ut",
        "//foundation/systemabilitymgr/selectionfwk/test/fuzztest:selection_service_fuzztest"
      ]
    }
  }
}