!156 aafwk绝对路径整改

Merge pull request !156 from 施其昌/master
This commit is contained in:
openharmony_ci
2022-05-24 08:35:00 +00:00
committed by Gitee
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -183,8 +183,8 @@ 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/aafwk/standard/frameworks/kits/ability/native:abilitykit_native",
"//foundation/arkui/napi:ace_napi",
]
+4 -3
View File
@@ -11,22 +11,23 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//base/global/resource_management/resmgr.gni")
import("//build/ohos.gni")
ohos_shared_library("resourcemanager") {
include_dirs = [
"//base/global/resource_management/interfaces/inner_api/include",
"//base/hiviewdfx/interfaces/native/innerkits/include",
"//foundation/aafwk/standard/frameworks/kits/appkit/native/ability_runtime/context",
"${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/aafwk/standard/frameworks/kits/ability/native:abilitykit_native",
"//foundation/aafwk/standard/frameworks/kits/appkit:appkit_native",
"//foundation/arkui/napi:ace_napi",
]
+2
View File
@@ -11,6 +11,8 @@
# 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
}