huks l2 init boot

Signed-off-by: Vincentchenhao <chenhao286@huawei.com>
This commit is contained in:
陈浩mac 2021-07-20 01:09:59 +08:00
parent 09d39ca193
commit 37421825b6
3 changed files with 1 additions and 26 deletions

View File

@ -38,7 +38,6 @@ ohos_shared_library("huks_service") {
"ipc:ipc_core",
"safwk:system_ability_fwk",
"samgr_L2:samgr_proxy",
]
}

View File

@ -13,7 +13,7 @@
on post-fs-data
start huks_service
service huks_service /system/bin/sa_main /system/profile/huks_service.xml
class z_core
user system

View File

@ -1,24 +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>huks_service</process>
<systemability> <!-- Declare a system ability and its profile -->
<name>3510</name> <!-- Declare the name of system ability -->
<libpath>/system/lib/libhuks_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-media; 3-low -->
</systemability>
</info>