-
File contains Tizen package application information. During packaging, data from this file are transferred to
config.xmlfile and placed in.wgtpackage.{ "pvod": { "name": "pvod-reference-app", "version": "2.3.999", "packageId": "4hKkWyp7UR", "packageName": "PvodMvsReferenceApp", "applicationName": "PVOD Reference App" }, "bootstrap": { "name": "pvod-reference-app-hot-reload-bootstrap", "version": "1.0.0", "packageId": "pvodLoader", "packageName": "HotReloadBootstrap", "applicationName": "PVOD Reference App Hot Reload" }, "fileDeviceConfiguration": "" }
pvodapplication information for video player reference application.bootstrapapplication information for hot/live reload bootstrap application.fileDeviceConfigurationis an optional field. It allows to override default location ofdevice-configuration.jsonfile.Default
application.jsonfile can be overridden with a custom version which will not interfere
with one obtained from repo. To overrideapplication.json, place custom version of this file in
\.local\application.json. Build scripts will overrideapplication.jsoncontent with data
contained in\.local\application.jsonfile.-
application.jsonfile:{ "pvod": { "name": "pvod-reference-app", "version": "2.3.999", "packageId": "4hKkWyp7UR", "packageName": "PvodMvsReferenceApp", "applicationName": "PVOD Reference App" }, "bootstrap": { "name": "pvod-reference-app-hot-reload-bootstrap", "version": "1.0.0", "packageId": "pvodLoader", "packageName": "HotReloadBootstrap", "applicationName": "PVOD Reference App Hot Reload" }, }
\.local\application.jsonfile:{ "fileDeviceConfiguration": "path\to\device-configuration.json" }
-