mirror of
https://github.com/openharmony/useriam_user_auth.git
synced 2026-07-19 14:23:34 -04:00
merge sa_profile
Signed-off-by: youliang_1314 <youliang4@huawei.com> Change-Id: Ic3d160e8dba9f7fdfc0c6c508d6f01dd681fd1b5
This commit is contained in:
+2
-4
@@ -35,12 +35,10 @@
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//base/user_iam/user_auth/sa_profile/user_auth:userauth_sa_profile",
|
||||
"//base/user_iam/user_auth/sa_profile:userauth_sa_profile",
|
||||
"//base/user_iam/user_auth/sa_profile:useriam.init",
|
||||
"//base/user_iam/user_auth/services:userauthservice",
|
||||
"//base/user_iam/user_auth/sa_profile/co_auth:coauth_sa_profile",
|
||||
"//base/user_iam/user_auth/sa_profile/co_auth:useriam.init",
|
||||
"//base/user_iam/user_auth/services/co_auth/common:useriam_common_lib",
|
||||
"//base/user_iam/user_auth/sa_profile/user_idm:useridm_sa_profile",
|
||||
"//base/user_iam/user_auth/frameworks/js/napi/user_idm:useridm"
|
||||
],
|
||||
"inner_kits": [
|
||||
|
||||
@@ -14,8 +14,12 @@
|
||||
import("//build/ohos.gni")
|
||||
import("//build/ohos/sa_profile/sa_profile.gni")
|
||||
|
||||
ohos_sa_profile("coauth_sa_profile") {
|
||||
sources = [ "931.xml" ]
|
||||
ohos_sa_profile("userauth_sa_profile") {
|
||||
sources = [
|
||||
"901.xml",
|
||||
"921.xml",
|
||||
"931.xml",
|
||||
]
|
||||
part_name = "user_auth"
|
||||
}
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
# Copyright (c) 2022 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
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//build/ohos/sa_profile/sa_profile.gni")
|
||||
|
||||
ohos_sa_profile("userauth_sa_profile") {
|
||||
sources = [ "921.xml" ]
|
||||
part_name = "user_auth"
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
# Copyright (c) 2022 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
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import("//build/ohos.gni")
|
||||
import("//build/ohos/sa_profile/sa_profile.gni")
|
||||
|
||||
ohos_sa_profile("useridm_sa_profile") {
|
||||
sources = [ "901.xml" ]
|
||||
part_name = "user_auth"
|
||||
}
|
||||
Reference in New Issue
Block a user