mirror of
https://github.com/openharmony/global_resmgr_standard.git
synced 2026-07-01 03:22:20 -04:00
base目录aafwk外部依赖
Signed-off-by: shiqichang <shiqichang@huawei.com> Change-Id: Ib11966b8fd900dfa53ecdebcfd143fe5bfd6ba76
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user