{

  "name": "@ohos/hiperf",

  "description": "hiperf interface provided for system",

  "version": "4.0",

  "license": "Apache License 2.0",

  "publishAs": "code-segment",

  "segment": {

    "destPath": "developtools/hiperf"

  },

  "dirs": {},

  "scripts": {},

  "component": {

    "name": "hiperf",

    "subsystem": "developtools",

    "features": [

      "hiperf_sandbox_log_path_mapping",

      "hiperf_feature_support_usr_symlink"

    ],

    "adapted_system_type": [

      "standard"

    ],

    "rom": "930KB",

    "ram": "2000KB",

    "deps": {

      "components": [

        "ability_base",

        "abseil-cpp",

        "bounds_checking_function",

        "bundle_framework",

        "cJSON",

        "c_utils",

        "config_policy",

        "faultloggerd",

        "hiprofiler",

        "hilog",

        "hisysevent",

        "init",

        "ipc",

        "napi",

        "protobuf",

        "samgr",

        "zlib"

      ]

    },

    "build": {

      "sub_component": [

          "//developtools/hiperf:hiperf_target",

          "//developtools/hiperf:hiperf_target_all"

      ],

      "inner_kits": [

          {

            "name": "//developtools/hiperf/interfaces/innerkits/native/hiperf_client:hiperf_client",

            "header": {

              "header_files": [

                "hiperf_client.h"

              ],

              "header_base": "//developtools/hiperf/interfaces/innerkits/native/hiperf_client/include"

            }

          },

          {

            "name": "//developtools/hiperf/interfaces/innerkits/native/hiperf_local:hiperf_local",

            "header": {

              "header_files": [

                "lperf.h"

              ],

              "header_base": "//developtools/hiperf/interfaces/innerkits/native/hiperf_local/include"

            }

          }

        ],

      "test": [ "//developtools/hiperf/test:hiperf_test" ]

    }

  }

}