mirror of
https://github.com/openharmony/device_profile_core.git
synced 2026-07-01 22:14:01 -04:00
09913857ca
Signed-off-by: Gymee <yumeijie@huawei.com> Change-Id: I296507f759354cf22ff48efd0d1e39eb7d0abea6
23 lines
1.0 KiB
XML
23 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--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.
|
|
-->
|
|
<configuration ver="2.0">
|
|
<target name="profile_authority_test">
|
|
<preparer>
|
|
<option name="push" value="authority/valid_authority.json -> /data/test/resource/deviceprofile/authority/" src="res"/>
|
|
<option name="push" value="authority/invalid_authority.json -> /data/test/resource/deviceprofile/authority/" src="res"/>
|
|
</preparer>
|
|
</target>
|
|
</configuration>
|