xml改成json

Signed-off-by: lin-yuqiang666 <linyuqiang@huawei.com>
Change-Id: I43e690fd4febb6046c6d20f15287eb8a93ea7c63
This commit is contained in:
lin-yuqiang666 2023-05-23 03:02:31 +00:00
parent a37fdc5d8d
commit a797168f41

View File

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
* Copyright (C) 2021 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>telephony</process>
<systemability> <!-- Declare a system ability and its profile -->
<name>4010</name> <!-- Declare the id of system ability. Must be same with system_ability_definition.h -->
<libpath>libtel_core_service.z.so</libpath> <!-- Declare the path of .so file which includes the system ability; Note: 1 .so file can have 1 to N system abilities. -->
<run-on-create>true</run-on-create> <!-- "true" means the system ability would start immediately, "false" means the system ability would start on demand. -->
<distributed>false</distributed> <!-- "true" means the system ability supports distributed scheduling while "false" is not. -->
<dump-level>1</dump-level> <!-- Declare the dump level. 1-high; 2-medium; 3-low -->
</systemability>
</info>