mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2025-02-17 04:49:02 +00:00
!719 OS_ACCOUNT导致协同场景startRemoteAbility失败
Merge pull request !719 from hunili/master
This commit is contained in:
commit
f6b26bcf92
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2022-2023 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -17,8 +17,8 @@
|
||||
#include "js_continuation_manager.h"
|
||||
|
||||
static napi_module _module = {
|
||||
.nm_modname = "continuation.continuationManager",
|
||||
.nm_filename = "continuation/libcontinuationmanager_napi.so/continuationmanager.js",
|
||||
.nm_modname = "continuation.continuationManager",
|
||||
.nm_register_func = OHOS::DistributedSchedule::JsContinuationManagerInit,
|
||||
};
|
||||
|
||||
|
@ -24,6 +24,10 @@ config("distributed_ability_manager_config") {
|
||||
visibility = [ ":*" ]
|
||||
visibility += [ "./test/*" ]
|
||||
include_dirs = [ "include/" ]
|
||||
defines = []
|
||||
if (os_account_part) {
|
||||
defines += [ "OS_ACCOUNT_PART" ]
|
||||
}
|
||||
}
|
||||
|
||||
ohos_shared_library("distributed_ability_manager_svr") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user