mirror of
https://github.com/openharmony/global_resmgr_standard.git
synced 2026-07-01 03:22:20 -04:00
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user