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

!4828 add subsystem name and part name

Merge pull request !4828 from 小马奔腾/master
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# 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("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
...@@ -21,6 +21,9 @@ ohos_js_hap_suite("atomics_js_hap") { ...@@ -21,6 +21,9 @@ ohos_js_hap_suite("atomics_js_hap") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsAtomicsJSTest" hap_name = "ActsAtomicsJSTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
} }
ohos_js_assets("atomics_js_assets") { ohos_js_assets("atomics_js_assets") {
js2abc = true js2abc = true
......
...@@ -27,8 +27,8 @@ ohos_js_hap_suite("convertxml_js_test") { ...@@ -27,8 +27,8 @@ ohos_js_hap_suite("convertxml_js_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsConvertxmlJSApiTest" hap_name = "ActsConvertxmlJSApiTest"
# part_name = "prebuilt_hap" subsystem_name = "commonlibrary"
# subsystem_name = "xts" part_name = "ets_utils"
} }
ohos_js_assets("convertxml_js_assets") { ohos_js_assets("convertxml_js_assets") {
js2abc = true js2abc = true
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# 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("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("process_js_test") { ohos_js_hap_suite("process_js_test") {
...@@ -27,8 +27,8 @@ ohos_js_hap_suite("process_js_test") { ...@@ -27,8 +27,8 @@ ohos_js_hap_suite("process_js_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsProcessJSApiTest" hap_name = "ActsProcessJSApiTest"
# part_name = "prebuilt_hap" subsystem_name = "commonlibrary"
# subsystem_name = "xts" part_name = "ets_utils"
} }
ohos_js_assets("process_js_assets") { ohos_js_assets("process_js_assets") {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# 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("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("uri_js_test") { ohos_js_hap_suite("uri_js_test") {
...@@ -27,8 +27,8 @@ ohos_js_hap_suite("uri_js_test") { ...@@ -27,8 +27,8 @@ ohos_js_hap_suite("uri_js_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsUriJSApiTest" hap_name = "ActsUriJSApiTest"
# part_name = "prebuilt_hap" subsystem_name = "commonlibrary"
# subsystem_name = "xts" part_name = "ets_utils"
} }
ohos_js_assets("uri_js_assets") { ohos_js_assets("uri_js_assets") {
js2abc = true js2abc = true
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# 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("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("url_js_test") { ohos_js_hap_suite("url_js_test") {
...@@ -27,8 +27,8 @@ ohos_js_hap_suite("url_js_test") { ...@@ -27,8 +27,8 @@ ohos_js_hap_suite("url_js_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsUrlJsTest" hap_name = "ActsUrlJsTest"
# part_name = "prebuilt_hap" subsystem_name = "commonlibrary"
# subsystem_name = "xts" part_name = "ets_utils"
} }
ohos_js_assets("url_js_assets") { ohos_js_assets("url_js_assets") {
js2abc = true js2abc = true
......
...@@ -27,8 +27,8 @@ ohos_js_hap_suite("util_js_test") { ...@@ -27,8 +27,8 @@ ohos_js_hap_suite("util_js_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsUtilJsTest" hap_name = "ActsUtilJsTest"
# part_name = "prebuilt_hap" subsystem_name = "commonlibrary"
# subsystem_name = "xts" part_name = "ets_utils"
} }
ohos_js_assets("util_js_assets") { ohos_js_assets("util_js_assets") {
js2abc = true js2abc = true
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# 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("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
...@@ -21,6 +21,9 @@ ohos_js_hap_suite("worker_js_hap") { ...@@ -21,6 +21,9 @@ ohos_js_hap_suite("worker_js_hap") {
] ]
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsWorkerJSTest" hap_name = "ActsWorkerJSTest"
subsystem_name = "commonlibrary"
part_name = "ets_utils"
} }
ohos_js_assets("worker_js_assets") { ohos_js_assets("worker_js_assets") {
js2abc = true js2abc = true
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# 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("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("xml_js_test") { ohos_js_hap_suite("xml_js_test") {
...@@ -27,8 +27,8 @@ ohos_js_hap_suite("xml_js_test") { ...@@ -27,8 +27,8 @@ ohos_js_hap_suite("xml_js_test") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsXmlJSApiTest" hap_name = "ActsXmlJSApiTest"
# part_name = "prebuilt_hap" subsystem_name = "commonlibrary"
# subsystem_name = "xts" part_name = "ets_utils"
} }
ohos_js_assets("xml_js_assets") { ohos_js_assets("xml_js_assets") {
js2abc = true js2abc = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册