-
Notifications
You must be signed in to change notification settings - Fork 88
Embed
The EMBED file is an optional list of files in the application directory to be embedded into the application binary. These files will be extracted into the system directory when the application is first run on the target device. Subsequent runs will not overwrite the files. For example, this makes it possible to transfer default configuration data and similar databases. In particular the circumvents problems accessing resource files on Android, where normal apk resources are located inside a zip archive.
For example, an EMBED file with the content
config/settings config/database
will pack the files config/settings and config/database in the app directory into the app. After launch on the target device, these files will appear in a config subfolder of the system directory, as reported by the (system-directory) call.
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip