18e745fdaSopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 28e745fdaSopenharmony_ci<!-- 38e745fdaSopenharmony_ci * Copyright (c) 2021 Huawei Device Co., Ltd. 48e745fdaSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 58e745fdaSopenharmony_ci * you may not use this file except in compliance with the License. 68e745fdaSopenharmony_ci * You may obtain a copy of the License at 78e745fdaSopenharmony_ci * 88e745fdaSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 98e745fdaSopenharmony_ci * 108e745fdaSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 118e745fdaSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 128e745fdaSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 138e745fdaSopenharmony_ci * See the License for the specific language governing permissions and 148e745fdaSopenharmony_ci * limitations under the License. 158e745fdaSopenharmony_ci --> 168e745fdaSopenharmony_ci<info> 178e745fdaSopenharmony_ci <process>netmanager</process> 188e745fdaSopenharmony_ci <systemability> <!-- Declare a system ability and its profile --> 198e745fdaSopenharmony_ci <name>1154</name> <!-- Declare the id of system ability. Must be same with system_ability_definition.h --> 208e745fdaSopenharmony_ci <libpath>libnet_tether_manager.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. --> 218e745fdaSopenharmony_ci <!--<depend></depend> --> <!-- Declare the name of system abilities which the system ability depends on, using ";" as separator among names. If there are dependencies, it needs to check if all those dependencies are available in service manager before starting the system ability. --> 228e745fdaSopenharmony_ci <!--<depend-time-out></depend-time-out> --> <!-- Check all dependencies are available before the timeout period ended. The MAX_DEPENDENCY_TIMEOUT is 60s. --> 238e745fdaSopenharmony_ci <run-on-create>true</run-on-create> <!-- "true" means the system ability would start immediately, "false" means the system ability would start on demand. --> 248e745fdaSopenharmony_ci <distributed>false</distributed> <!-- "true" means the system ability supports distributed scheduling while "false" is not. --> 258e745fdaSopenharmony_ci <dump-level>1</dump-level> <!-- Declare the dump level. 1-high; 2-media; 3-low --> 268e745fdaSopenharmony_ci </systemability> 278e745fdaSopenharmony_ci</info> 28