Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
a53990e3
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
a53990e3
编写于
5月 15, 2023
作者:
O
openharmony_ci
提交者:
Gitee
5月 15, 2023
浏览文件
操作
浏览文件
下载
差异文件
!8630 【OpenHarmony 4.0.6.5】【安全子系统】【master】certificate and useriam component based modification
Merge pull request !8630 from qiaozzzh/05111_1
上级
1e8d80aa
a7248888
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
16 addition
and
8 deletion
+16
-8
security/BUILD.gn
security/BUILD.gn
+4
-2
security/certificate_framework/js_api_test_one/BUILD.gn
security/certificate_framework/js_api_test_one/BUILD.gn
+2
-1
useriam/BUILD.gn
useriam/BUILD.gn
+4
-2
useriam/face_auth/js_api_test/function_test/userauth/BUILD.gn
...iam/face_auth/js_api_test/function_test/userauth/BUILD.gn
+2
-1
useriam/face_auth/js_api_test/function_test/userauthnopermission/BUILD.gn
...h/js_api_test/function_test/userauthnopermission/BUILD.gn
+2
-1
useriam/face_auth/js_api_test/function_test/userauthpart2/BUILD.gn
...ace_auth/js_api_test/function_test/userauthpart2/BUILD.gn
+2
-1
未找到文件。
security/BUILD.gn
浏览文件 @
a53990e3
...
@@ -10,8 +10,10 @@
...
@@ -10,8 +10,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//build/ohos_var.gni")
import("//test/xts/tools/build/suite.gni")
base_root = "../../../../"
import("$base_root/build/ohos_var.gni")
import("$base_root/test/xts/tools/build/suite.gni")
group("security") {
group("security") {
testonly = true
testonly = true
...
...
security/certificate_framework/js_api_test_one/BUILD.gn
浏览文件 @
a53990e3
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
base_root = "../../../../../../"
import("$base_root/test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsCertificateFrameworkJSNormalTest") {
ohos_js_hap_suite("ActsCertificateFrameworkJSNormalTest") {
hap_profile = "./src/main/config.json"
hap_profile = "./src/main/config.json"
...
...
useriam/BUILD.gn
浏览文件 @
a53990e3
...
@@ -10,8 +10,10 @@
...
@@ -10,8 +10,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//build/ohos_var.gni")
import("//test/xts/tools/build/suite.gni")
base_root = "../../../../"
import("$base_root/build/ohos_var.gni")
import("$base_root/test/xts/tools/build/suite.gni")
group("useriam") {
group("useriam") {
testonly = true
testonly = true
...
...
useriam/face_auth/js_api_test/function_test/userauth/BUILD.gn
浏览文件 @
a53990e3
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
base_root = "../../../../../../../../"
import("$base_root/test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUserauthTest") {
ohos_js_hap_suite("ActsUserauthTest") {
hap_profile = "./src/main/config.json"
hap_profile = "./src/main/config.json"
...
...
useriam/face_auth/js_api_test/function_test/userauthnopermission/BUILD.gn
浏览文件 @
a53990e3
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
base_root = "../../../../../../../../"
import("$base_root/test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUserauthnopermissionTest") {
ohos_js_hap_suite("ActsUserauthnopermissionTest") {
hap_profile = "./src/main/config.json"
hap_profile = "./src/main/config.json"
...
...
useriam/face_auth/js_api_test/function_test/userauthpart2/BUILD.gn
浏览文件 @
a53990e3
...
@@ -11,7 +11,8 @@
...
@@ -11,7 +11,8 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
base_root = "../../../../../../../../"
import("$base_root/test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUserauthTwoTest") {
ohos_js_hap_suite("ActsUserauthTwoTest") {
hap_profile = "./src/main/config.json"
hap_profile = "./src/main/config.json"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录