mirror of
https://github.com/openharmony/notification_ces_standard.git
synced 2026-07-01 04:39:51 -04:00
aafwk目录切换ability_ability_runtime
Signed-off-by: shiqichang <shiqichang@huawei.com> Change-Id: I4c705123fe7d2530f044c5a65e2dba77a7cc029d
This commit is contained in:
@@ -11,13 +11,14 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
aafwk_path = "//foundation/aafwk/standard"
|
||||
aafwk_path = "//foundation/ability/ability_runtime"
|
||||
|
||||
aafwk_inner_api_path = "//foundation/aafwk/standard/interfaces/innerkits"
|
||||
aafwk_inner_api_path =
|
||||
"//foundation/ability/ability_runtime/interfaces/innerkits"
|
||||
|
||||
aafwk_services_path = "//foundation/aafwk/standard/services"
|
||||
aafwk_services_path = "//foundation/ability/ability_runtime/services"
|
||||
|
||||
aafwk_kits_path = "//foundation/aafwk/standard/frameworks/kits"
|
||||
aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits"
|
||||
|
||||
common_event_service_path = "//base/notification/common_event_service"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ config("native_module_config") {
|
||||
ohos_shared_library("commonevent") {
|
||||
include_dirs = [
|
||||
"${interfaces_path}/kits/napi/common_event/include",
|
||||
"//foundation/aafwk/standard/interfaces/kits/napi/aafwk/inner/napi_common",
|
||||
"//foundation/ability/ability_runtime/interfaces/kits/napi/aafwk/inner/napi_common",
|
||||
"//third_party/node/src",
|
||||
"//third_party/libuv/include",
|
||||
]
|
||||
@@ -50,7 +50,7 @@ ohos_shared_library("commonevent") {
|
||||
deps = [
|
||||
"${ces_common_path}:libevent_common",
|
||||
"${ces_native_path}:cesfwk_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",
|
||||
"//third_party/libuv:uv_static",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user