base目录aafwk外部依赖

Signed-off-by: shiqichang <shiqichang@huawei.com>
Change-Id: Ib11966b8fd900dfa53ecdebcfd143fe5bfd6ba76
This commit is contained in:
shiqichang
2022-05-25 11:19:28 +08:00
parent 74acc97d93
commit ddbeb90842
3 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -183,13 +183,13 @@ ohos_shared_library("librawfile") {
deps = [ "//base/global/resource_management/interfaces/native/resource:librawfile_ndk" ]
public_deps = [
"${aafwk_kits_path}/ability/native:abilitykit_native",
"//base/global/resource_management/frameworks/resmgr:global_resmgr",
"//foundation/arkui/napi:ace_napi",
]
external_deps = [
"ability_runtime:ability_manager",
"ability_runtime:abilitykit_native",
"hiviewdfx_hilog_native:libhilog",
]
+1 -3
View File
@@ -18,15 +18,12 @@ ohos_shared_library("resourcemanager") {
include_dirs = [
"//base/global/resource_management/interfaces/inner_api/include",
"//base/hiviewdfx/interfaces/native/innerkits/include",
"${aafwk_kits_path}/appkit/native/ability_runtime/context",
"//third_party/node/src",
]
sources = [ "src/resource_manager_napi.cpp" ]
public_deps = [
"${aafwk_kits_path}/ability/native:abilitykit_native",
"${aafwk_kits_path}/appkit:appkit_native",
"//base/global/resource_management/frameworks/resmgr:global_resmgr",
"//foundation/arkui/napi:ace_napi",
]
@@ -35,6 +32,7 @@ ohos_shared_library("resourcemanager") {
"ability_base:want",
"ability_runtime:ability_context_native",
"ability_runtime:ability_manager",
"ability_runtime:abilitykit_native",
"ability_runtime:runtime",
"eventhandler:libeventhandler",
"hiviewdfx_hilog_native:libhilog",
-2
View File
@@ -11,8 +11,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
aafwk_kits_path = "//foundation/aafwk/standard/frameworks/kits"
declare_args() {
resource_management_support_icu = true
}