提交 b75c6ed5 编写于 作者: X xionglei6

init: fix codedex

Signed-off-by: Nxionglei6 <xionglei6@huawei.com>
上级 3747e9e4
......@@ -27,9 +27,9 @@ fs_manager_sources = [
ohos_shared_library("libbegetutil") {
sources = [
"begetctl_utils/begetctl_utils.c",
"file/init_file.c",
"reboot/init_reboot_innerkits.c",
"service_control/service_control.c",
"socket/init_socket.c",
]
sources += fs_manager_sources
......@@ -59,8 +59,8 @@ ohos_shared_library("libbegetutil") {
}
# watcher lib must separate compilation avoid interdependence.
ohos_shared_library("libbegetctl_watcher") {
sources = [ "begetctl_watcher/begetctl_watcher.c" ]
ohos_shared_library("libservice_watcher") {
sources = [ "service_watcher/service_watcher.c" ]
include_dirs = [
"//base/startup/init_lite/services/include",
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "begetctl_utils.h"
#include "service_control.h"
#include <errno.h>
#include <stdio.h>
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include "begetctl_watcher.h"
#include "service_watcher.h"
#include <errno.h>
#include <stdio.h>
......
......@@ -20,7 +20,7 @@
"fs_manager/fs_manager_log.h",
"fs_manager/fs_manager.h",
"init_reboot.h",
"begetctl_utils.h"
"service_control.h"
],
"header_base": "//base/startup/init_lite/interfaces/innerkits/include/"
},
......@@ -28,11 +28,11 @@
}, {
"header": {
"header_files": [
"begetctl_watcher.h"
"service_watcher.h"
],
"header_base": "//base/startup/init_lite/interfaces/innerkits/include/"
},
"name": "//base/startup/init_lite/interfaces/innerkits:libbegetctl_watcher"
"name": "//base/startup/init_lite/interfaces/innerkits:libservice_watcher"
}
],
"test_list": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册