aafwk目录切换ability_ability_runtime

Signed-off-by: shiqichang <shiqichang@huawei.com>
Change-Id: I6739f7fe1909575c0cce532f81e5a2cd78e58805
This commit is contained in:
shiqichang
2022-05-28 15:51:18 +08:00
parent f3ab1b12a7
commit b0f63e695f
3 changed files with 11 additions and 14 deletions
+4 -8
View File
@@ -15,15 +15,11 @@ import("//base/notification/distributed_notification_service/notification.gni")
import("//build/ohos.gni")
group("napi_reminder") {
deps = [
"src/reminder:reminderagent",
]
deps = [ "src/reminder:reminderagent" ]
}
group("napi_notification") {
deps = [
":notification",
]
deps = [ ":notification" ]
}
cflags = []
@@ -46,7 +42,7 @@ config("native_module_config") {
ohos_shared_library("notification") {
include_dirs = [
"${aafwk_kits_path}/ability/native/include",
"//foundation/aafwk/standard/interfaces/kits/napi/aafwk/inner/napi_common",
"//foundation/ability/ability_runtime/interfaces/kits/napi/aafwk/inner/napi_common",
"//foundation/multimedia/image_standard/interfaces/kits/js/common/include/",
"include",
"//third_party/node/src",
@@ -78,7 +74,7 @@ ohos_shared_library("notification") {
deps = [
"${core_path}:ans_core",
"${frameworks_module_ans_path}:ans_innerkits",
"//foundation/aafwk/standard/interfaces/kits/napi/aafwk/inner/napi_common:napi_common",
"//foundation/ability/ability_runtime/interfaces/kits/napi/aafwk/inner/napi_common:napi_common",
"//foundation/multimedia/image_standard/interfaces/innerkits:image",
"//third_party/jsoncpp:jsoncpp",
"//third_party/libuv:uv_static",
+2 -2
View File
@@ -34,7 +34,7 @@ config("native_module_config") {
ohos_shared_library("reminderagent") {
include_dirs = [
"${aafwk_kits_path}/ability/native/include",
"//foundation/aafwk/standard/interfaces/kits/napi/aafwk/inner/napi_common",
"//foundation/ability/ability_runtime/interfaces/kits/napi/aafwk/inner/napi_common",
"//foundation/multimedia/image_standard/interfaces/kits/js/common/include/",
"../../include",
"//third_party/node/src",
@@ -55,7 +55,7 @@ ohos_shared_library("reminderagent") {
deps = [
"${core_path}:ans_core",
"${frameworks_module_ans_path}:ans_innerkits",
"//foundation/aafwk/standard/interfaces/kits/napi/aafwk/inner/napi_common:napi_common",
"//foundation/ability/ability_runtime/interfaces/kits/napi/aafwk/inner/napi_common:napi_common",
"//foundation/multimedia/image_standard/interfaces/innerkits:image",
"//third_party/jsoncpp:jsoncpp",
"//third_party/libuv:uv_static",
+5 -4
View File
@@ -11,9 +11,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
aafwk_inner_api_path = "//foundation/aafwk/standard/interfaces/innerkits"
aafwk_services_path = "//foundation/aafwk/standard/services"
aafwk_kits_path = "//foundation/aafwk/standard/frameworks/kits"
aafwk_inner_api_path =
"//foundation/ability/ability_runtime/interfaces/innerkits"
aafwk_services_path = "//foundation/ability/ability_runtime/services"
aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits"
component_name = "distributed_notification_service"
component_path = "//base/notification/distributed_notification_service"
services_path = "${component_path}/services"
@@ -24,7 +25,7 @@ inner_api_path = "${interfaces_path}/inner_api"
core_path = "${frameworks_path}/core"
test_path = "${component_path}/test"
tools_path = "${component_path}/tools"
aafwk_path = "//foundation/aafwk/standard"
aafwk_path = "//foundation/ability/ability_runtime"
distributed_notification_supported = true
subsystem_name = "notification"
component_external_deps = [