未验证 提交 a53990e3 编写于 作者: O openharmony_ci 提交者: Gitee

!8630 【OpenHarmony 4.0.6.5】【安全子系统】【master】certificate and useriam component based modification

Merge pull request !8630 from qiaozzzh/05111_1
...@@ -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
......
...@@ -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"
......
...@@ -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
......
...@@ -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"
......
...@@ -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"
......
...@@ -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.
先完成此消息的编辑!
想要评论请 注册