独立编译

Change-Id: Ib2add7f2de30cf6c3fd3850c4e277d6e8e23b38a
Signed-off-by: chenweijian <chenweijian16@huawei.com>
This commit is contained in:
chenweijian 2024-10-08 14:16:51 +08:00
parent eb730447d3
commit 16a6d9b2ab
7 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@openharmony/user_auth_framework",
"name": "@ohos/user_auth_framework",
"version": "4.0",
"description": "User Authentication capability",
"homePage": "https://gitee.com/openharmony",
@ -49,7 +49,8 @@
"common_event_service",
"window_manager",
"device_manager",
"dsoftbus"
"dsoftbus",
"ets_frontend"
]
},
"build": {

View File

@ -39,7 +39,10 @@ ohos_shared_library("cj_userauth_ffi") {
deps = [ "../../native/client:userauth_client" ]
external_deps = [ "napi:cj_bind_native" ]
external_deps = [
"ipc:ipc_core",
"napi:cj_bind_native",
]
innerapi_tags = [ "platformsdk" ]
subsystem_name = "useriam"

View File

@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/config/components/ets_frontend/es2abc_config.gni")
import("//build/ohos.gni")
es2abc_gen_abc("gen_user_auth_extension_ability_abc") {

View File

@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/config/components/ets_frontend/es2abc_config.gni")
import("//build/ohos.gni")
es2abc_gen_abc("gen_user_auth_icon_abc") {

View File

@ -50,6 +50,7 @@ ohos_source_set("userauth_service_base") {
"init:libbegetutil",
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr:samgr_proxy",
]
public_configs = [ ":userauth_service_base_config" ]

View File

@ -84,6 +84,7 @@ ohos_source_set("userauth_service_context") {
"hitrace:hitrace_meter",
"init:libbegetutil",
"napi:ace_napi",
"samgr:samgr_proxy",
]
public_configs = [ ":userauth_service_context_config" ]

View File

@ -62,6 +62,7 @@ ohos_source_set("userauth_services_ipc") {
"c_utils:utils",
"device_manager:devicemanagersdk",
"drivers_interface_user_auth:libuser_auth_proxy_2.0",
"dsoftbus:softbus_client",
"hilog:libhilog",
"hitrace:hitrace_meter",
"init:libbeget_proxy",