mirror of
https://gitee.com/openharmony/startup_init
synced 2025-03-04 10:37:09 +00:00
modify for l2 init
This commit is contained in:
parent
8ffb704cf5
commit
b31e561a60
@ -22,7 +22,11 @@ extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef OHOS_LITE
|
||||
#define INIT_CONFIGURATION_FILE "/init.cfg"
|
||||
#else
|
||||
#define INIT_CONFIGURATION_FILE "/etc/init.cfg"
|
||||
#endif
|
||||
#define MAX_PATH_ARGS_CNT 20
|
||||
#define MAX_ONE_ARG_LEN 200 // max length of one param/path
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user