xml改成json

Signed-off-by: lin-yuqiang666 <linyuqiang@huawei.com>
Change-Id: I5bfd8e5850cc8cb7c895d01782d1114977cc7c5c
Signed-off-by: lin-yuqiang666 <linyuqiang@huawei.com>
This commit is contained in:
lin-yuqiang666 2023-05-24 09:51:59 +00:00
parent 077841420a
commit 71bb840233
3 changed files with 2 additions and 27 deletions

View File

@ -3,7 +3,7 @@
"systemability": [
{
"name": 404,
"libpath": "/system/lib64/libsrms.z.so",
"libpath": "libsrms.z.so",
"run-on-create": false,
"distributed": false,
"dump_level": 1

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (c) 2023 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.
-->
<info>
<process>service_router</process>
<systemability>
<name>404</name>
<libpath>/system/lib64/libsrms.z.so</libpath>
<run-on-create>false</run-on-create>
<distributed>false</distributed>
<dump-level>1</dump-level>
</systemability>
</info>

View File

@ -22,7 +22,7 @@ group("srms") {
}
ohos_sa_profile("srms_sa_profile") {
sources = [ "service_router.json" ]
sources = [ "404.json" ]
part_name = "ability_runtime"
}