mirror of
https://gitee.com/openharmony/arkcompiler_toolchain
synced 2025-02-16 23:30:21 +00:00
部件化整改一期
Signed-off-by: fangting <fangting12@huawei.com>
This commit is contained in:
parent
bf9c9488e9
commit
fa661fe5fd
7
BUILD.gn
7
BUILD.gn
@ -194,12 +194,7 @@ config("ark_toolchain_public_config") {
|
||||
]
|
||||
}
|
||||
|
||||
include_dirs = [
|
||||
# Dependent on runtime_core include
|
||||
"$ark_root",
|
||||
"$js_root",
|
||||
".",
|
||||
]
|
||||
include_dirs = [ "." ]
|
||||
}
|
||||
|
||||
# ecmascript unit testcase config
|
||||
|
@ -10,6 +10,7 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
declare_args() {
|
||||
ark_standalone_build = true
|
||||
use_musl = true
|
||||
|
@ -12,7 +12,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
import("//arkcompiler/ets_frontend/ets_frontend_config.gni")
|
||||
import("//arkcompiler/ets_runtime/js_runtime_config.gni")
|
||||
import("../../../toolchain.gni")
|
||||
|
||||
print("root_out_dir=$root_out_dir")
|
||||
|
14
build/third_party_gn/cJSON/dummy_bundle.json
Normal file
14
build/third_party_gn/cJSON/dummy_bundle.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"component": {
|
||||
"build": {
|
||||
"inner_kits": [
|
||||
{
|
||||
"name": "//arkcompiler/toolchain/build/third_party_gn/cJSON:cjson"
|
||||
},
|
||||
{
|
||||
"name": "//arkcompiler/toolchain/build/third_party_gn/cJSON:cjson_static"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
23
build/third_party_gn/openssl/dummy_bundle.json
Normal file
23
build/third_party_gn/openssl/dummy_bundle.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"component": {
|
||||
"build": {
|
||||
"inner_kits": [
|
||||
{
|
||||
"name": "//arkcompiler/toolchain/build/third_party_gn/openssl:libcrypto_shared"
|
||||
},
|
||||
{
|
||||
"name": "//arkcompiler/toolchain/build/third_party_gn/openssl:libcrypto_static",
|
||||
"header": {
|
||||
"header_base": "//third_party/openssl/include"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "//arkcompiler/toolchain/build/third_party_gn/openssl:libcrypto_restool",
|
||||
"header": {
|
||||
"header_base": "//third_party/openssl/include"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -29,13 +29,12 @@
|
||||
"init",
|
||||
"hitrace",
|
||||
"hilog",
|
||||
"hisysevent",
|
||||
"libuv"
|
||||
],
|
||||
"third_party": [
|
||||
"hisysevent",
|
||||
"libuv",
|
||||
"cJSON",
|
||||
"openssl"
|
||||
]
|
||||
],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerAddInspectedHeapObjectFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("HeapprofilerCollectgarbageFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerDisableFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerDispatchFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerEnableFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerGetheapObjectIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerGetObjectByHeapObjectIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerGetSamplingProfileFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerStartSamplingFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -30,15 +30,16 @@ ohos_fuzztest("HeapprofilerStartTrackingHeapObjectsFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("HeapprofilerStopSamplingFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -30,15 +30,16 @@ ohos_fuzztest("HeapprofilerStopTrackingHeapObjectsFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -30,15 +30,16 @@ ohos_fuzztest("HeapprofilerTakeHeapSnapshotFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("BackendBreakpointFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("BackendExceptionFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("BackendLoadModuleFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("BackendNativeCallingFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("BackendSingleStepFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtBase64DecodeFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtBase64EncodeFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsBreakpointGetBreakpointIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsBreakpointGetLocationFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsBreakpointGetNameFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsBreakpointSetBreakpointIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsBreakpointSetLocationFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedGetCallFramesFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedGetDataFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedGetHitBreakpointsFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedGetNameFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedGetReasonFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedGetReasonStringFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedHasDataFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedHasHitBreakpointsFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedSetCallFramesFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedSetDataFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedSetHitBreakpointsFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("BasePtsPausedSetReasonFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,18 @@ ohos_fuzztest("ConnectServerFuzzTest") {
|
||||
configs = [ "$toolchain_root:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$ark_third_party_root/libuv:uv",
|
||||
"$js_root:libark_jsruntime",
|
||||
"$toolchain_root/inspector:connectserver_debugger",
|
||||
"$toolchain_root/tooling:libark_ecma_debugger_set",
|
||||
sdk_libc_secshared_dep,
|
||||
"../../../inspector:connectserver_debugger",
|
||||
"../../../tooling:libark_ecma_debugger_set",
|
||||
]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("DispatchProtocolMessageFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("InitializeDebuggerFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -30,15 +30,16 @@ ohos_fuzztest("ProtocolHandlerFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("ProtocolHandlerDispatchFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -30,15 +30,16 @@ ohos_fuzztest("ProtocolHandlerGetFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -30,15 +30,16 @@ ohos_fuzztest("ProtocolHandlerNotifFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("ProtocolHandlerProcessFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -31,15 +31,16 @@ ohos_fuzztest("ProtocolHandlerResponseFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -30,15 +30,16 @@ ohos_fuzztest("ProtocolHandlerRunFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -30,15 +30,16 @@ ohos_fuzztest("ProtocolHandlerWaitFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$js_root:libark_jsruntime_test",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesBreakpointParseIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesBreakpointToStringFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesExceptionDetailsFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesExceptionDetailsColumnFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesExceptionDetailsCreateFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesExceptionDetailsExceptionFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesExceptionDetailsExceptionIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesExceptionDetailsExecutionContextIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesExceptionDetailsLineFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesExceptionDetailsScriptIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesExceptionDetailsTextFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesExceptionDetailsToJsonFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesExceptionDetailsUrlFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesFunctionRemoteObjectFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesGeneratorFunctionRemoteObjectFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesInternalPropertyDespFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesInternalPropertyDespCreateFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesInternalPropertyDespNameFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesInternalPropertyDespToJsonFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesInternalPropertyDespValueFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesObjectRemoteObjectFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesPrimitiveRemoteObjectFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesPrivatePropertyDespFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesPrivatePropertyDespCreateFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesPrivatePropertyDespGetFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesPrivatePropertyDespNameFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesPrivatePropertyDespSetFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesPrivatePropertyDespToJsonFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesPrivatePropertyDespValueFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesRemoteObjectFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesRemoteObjectDescriptionFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesRemoteObjectGetClassNameFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesRemoteObjectGetSubTypeFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesRemoteObjectGetTypeFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesRemoteObjectGetValueFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesRemoteObjectHasClassNameFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesRemoteObjectHasSubTypeFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesRemoteObjectObjectIdFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesRemoteObjectSetClassNameFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesRemoteObjectSetSubTypeFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesRemoteObjectSetTypeFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesRemoteObjectSetValueFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,15 +27,16 @@ ohos_fuzztest("PtTypesRemoteObjectUnserializableValueFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesStringRemoteObjectFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -28,15 +28,16 @@ ohos_fuzztest("PtTypesSymbolRemoteObjectFuzzTest") {
|
||||
|
||||
configs = [ "//arkcompiler/toolchain:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//arkcompiler/toolchain/tooling:libark_ecma_debugger_set",
|
||||
"//third_party/libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps = [ "../../../tooling:libark_ecma_debugger_set" ]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
@ -27,16 +27,19 @@ ohos_fuzztest("WsServerFuzzTest") {
|
||||
configs = [ "$toolchain_root:toolchain_test_config" ]
|
||||
|
||||
deps = [
|
||||
"$ark_third_party_root/libuv:uv",
|
||||
"$js_root:libark_jsruntime",
|
||||
"$toolchain_root/inspector:ark_debugger",
|
||||
"$toolchain_root/inspector:connectserver_debugger",
|
||||
"$toolchain_root/tooling:libark_ecma_debugger_set",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
|
||||
# hiviewdfx libraries
|
||||
external_deps = hiviewdfx_ext_deps
|
||||
external_deps += [
|
||||
"cJSON:cjson",
|
||||
"ets_runtime:libark_jsruntime",
|
||||
"libuv:uv",
|
||||
sdk_libc_secshared_dep,
|
||||
]
|
||||
deps += hiviewdfx_deps
|
||||
}
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user