diff --git a/staticModule/src/main/cpp/napi_har.h b/staticModule/src/main/cpp/napi_har.h index 84d15a739d7454ead9636d845b8139114e3bff35..a419b4210729a2b75d2215aa02487d903b6bb668 100644 --- a/staticModule/src/main/cpp/napi_har.h +++ b/staticModule/src/main/cpp/napi_har.h @@ -12,15 +12,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +// [Start napi_har_start] // [Start har_start] // staticModule\src\main\cpp\napi_har.h #ifndef CROSSMODULEREFERENCE_NAPI_HAR_H #define CROSSMODULEREFERENCE_NAPI_HAR_H #include +// [StartExclude napi_har_start] napi_env g_main_env; void setHarEnv(napi_env env); +// [EndExclude napi_har_start] double harNativeAdd(double a, double b); napi_value harArkTSAdd(double a, double b); #endif //CROSSMODULEREFERENCE_NAPI_HAR_H -// [End har_start] \ No newline at end of file +// [End har_start] +// [End napi_har_start] \ No newline at end of file