11cb0ef41Sopenharmony_ci#ifndef JS_NATIVE_API_ENTRY_POINT_H_ 21cb0ef41Sopenharmony_ci#define JS_NATIVE_API_ENTRY_POINT_H_ 31cb0ef41Sopenharmony_ci 41cb0ef41Sopenharmony_ci#include <node_api.h> 51cb0ef41Sopenharmony_ci 61cb0ef41Sopenharmony_ciEXTERN_C_START 71cb0ef41Sopenharmony_cinapi_value Init(napi_env env, napi_value exports); 81cb0ef41Sopenharmony_ciEXTERN_C_END 91cb0ef41Sopenharmony_ci 101cb0ef41Sopenharmony_ciNAPI_MODULE(NODE_GYP_MODULE_NAME, Init) 111cb0ef41Sopenharmony_ci 121cb0ef41Sopenharmony_ci#endif // JS_NATIVE_API_ENTRY_POINT_H_ 13