mirror of
https://github.com/openharmony/notification_ans_standard.git
synced 2026-06-30 21:57:55 -04:00
aafwk目录切换ability_ability_runtime
Signed-off-by: shiqichang <shiqichang@huawei.com> Change-Id: I6739f7fe1909575c0cce532f81e5a2cd78e58805
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user