Import app manager, samples and test-tools
This commit is contained in:
8
samples/simple/src/ext_lib_export.c
Normal file
8
samples/simple/src/ext_lib_export.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include "lib_export.h"
|
||||
#include "sensor_api.h"
|
||||
|
||||
static NativeSymbol extended_native_symbol_defs[] = {
|
||||
#include "runtime_sensor.inl"
|
||||
};
|
||||
|
||||
#include "ext_lib_export.h"
|
||||
Reference in New Issue
Block a user