Files
MAX_CARLINK_A270S/MXC_A27-PCB4.5-270S/lib/awtk/awtk/src/conf_io/app_conf_init_ini.h
2025-01-21 16:49:37 +08:00

45 lines
1014 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* File: app_conf_init_ini.h
* Author: AWTK Develop Team
* Brief: ini config for app
*
* Copyright (c) 2020 - 2021 Guangzhou ZHIYUAN Electronics Co.,Ltd.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* License file for more details.
*
*/
/**
* History:
* ================================================================
* 2020-06-07 Li XianJing <xianjimli@hotmail.com> created
*
*/
#ifndef TK_APP_CONF_INIT_INI_H
#define TK_APP_CONF_INIT_INI_H
#include "conf_io/app_conf_init.h"
BEGIN_C_DECLS
/**
* @method app_conf_init_ini
*
* 初始化应用程序的配置信息。
*
* @annotation ["global"]
*
* @param {const char*} app_name 应用程序名称。
*
* @return {ret_t} 返回RET_OK表示成功否则表示失败。
*/
ret_t app_conf_init_ini(const char* app_name);
END_C_DECLS
#endif /*TK_APP_CONF_INIT_INI_H*/