mirror of
https://gitee.com/openharmony/useriam_user_auth_framework
synced 2024-11-23 07:39:51 +00:00
独立编译
Change-Id: Ib2add7f2de30cf6c3fd3850c4e277d6e8e23b38a Signed-off-by: chenweijian <chenweijian16@huawei.com>
This commit is contained in:
parent
eb730447d3
commit
16a6d9b2ab
@ -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": {
|
||||
|
@ -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"
|
||||
|
@ -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") {
|
||||
|
@ -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") {
|
||||
|
@ -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" ]
|
||||
|
@ -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" ]
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user