mirror of
https://github.com/openharmony/js_sys_module.git
synced 2026-07-01 22:04:01 -04:00
ace_engine、napi 部件名仓名和目录名整改
Change-Id: Ic6b5f80a6cad5986b7f133ebc668c39552612f3a Signed-off-by: zhangxiao72 <zhangxiao72@huawei.com>
This commit is contained in:
+5
-5
@@ -15,19 +15,19 @@ import("//build/ohos.gni")
|
||||
|
||||
ohos_shared_library("dfx") {
|
||||
include_dirs = [
|
||||
"//foundation/ace/napi",
|
||||
"//foundation/ace/napi/native_engine",
|
||||
"//foundation/arkui/napi",
|
||||
"//foundation/arkui/napi/native_engine",
|
||||
"//third_party/icu/icu4c/source/common",
|
||||
"//third_party/node/src",
|
||||
"//foundation/ace/napi/interfaces/kits",
|
||||
"//foundation/arkui/napi/interfaces/kits",
|
||||
"//base/compileruntime/js_api_module/dfx",
|
||||
]
|
||||
|
||||
sources = [ "native_module_dfx.cpp" ]
|
||||
|
||||
deps = [
|
||||
"//foundation/ace/napi/:ace_napi",
|
||||
"//foundation/ace/napi/:ace_napi_quickjs",
|
||||
"//foundation/arkui/napi/:ace_napi",
|
||||
"//foundation/arkui/napi/:ace_napi_quickjs",
|
||||
"//third_party/icu/icu4c:static_icuuc",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
+3
-3
@@ -17,7 +17,7 @@ ohos_shared_library("process") {
|
||||
include_dirs = [
|
||||
"//third_party/icu/icu4c/source/common",
|
||||
"//third_party/node/src",
|
||||
"//foundation/ace/napi/interfaces/kits",
|
||||
"//foundation/arkui/napi/interfaces/kits",
|
||||
"//base/compileruntime/js_sys_module/process",
|
||||
]
|
||||
|
||||
@@ -28,8 +28,8 @@ ohos_shared_library("process") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//foundation/ace/napi/:ace_napi",
|
||||
"//foundation/ace/napi/:ace_napi_quickjs",
|
||||
"//foundation/arkui/napi/:ace_napi",
|
||||
"//foundation/arkui/napi/:ace_napi_quickjs",
|
||||
"//third_party/icu/icu4c:static_icuuc",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
@@ -24,10 +24,10 @@ ohos_unittest("test_process_unittest") {
|
||||
include_dirs = [
|
||||
"//base/compileruntime/js_sys_module/process",
|
||||
"//ark/js_runtime",
|
||||
"//foundation/ace/napi",
|
||||
"//foundation/ace/napi/interfaces/kits",
|
||||
"//foundation/ace/napi/native_engine",
|
||||
"//foundation/ace/napi/native_engine/impl/ark",
|
||||
"//foundation/arkui/napi",
|
||||
"//foundation/arkui/napi/interfaces/kits",
|
||||
"//foundation/arkui/napi/native_engine",
|
||||
"//foundation/arkui/napi/native_engine/impl/ark",
|
||||
"//third_party/bounds_checking_function/include",
|
||||
"//third_party/googletest/include",
|
||||
"//third_party/node/src",
|
||||
@@ -43,8 +43,8 @@ ohos_unittest("test_process_unittest") {
|
||||
deps = [
|
||||
"//ark/js_runtime:libark_jsruntime",
|
||||
"//base/compileruntime/js_sys_module/process:process_packages",
|
||||
"//foundation/ace/napi/:ace_napi",
|
||||
"//foundation/ace/napi/:ace_napi_ark",
|
||||
"//foundation/arkui/napi/:ace_napi",
|
||||
"//foundation/arkui/napi/:ace_napi_ark",
|
||||
"//third_party/bounds_checking_function:libsec_static",
|
||||
"//third_party/googletest:gtest",
|
||||
"//third_party/googletest:gtest_main",
|
||||
|
||||
Reference in New Issue
Block a user