ewol/sample/wallpaper/GLD_ewol-sample-wallpaper.json

65 lines
1.2 KiB
JSON

{
"type":"BINARY",
"sub-type":"SAMPLE",
"group-id":"com.atria-soft",
"description":"ewol Wallpaper sample",
"license":"MPL-2",
"license-file":"file://../../LICENSE",
"maintainer":"file://../../authors.txt",
"author":"file://../../authors.txt",
"version":"file://../../version.txt",
"code-quality":"MEDIUM",
"source": [
"appl/Main.cpp",
"appl/debug.cpp",
"appl/WidgetDisplay.cpp",
"appl/Windows.cpp"
],
"compilation-version": {
"c++": 2017
},
"dependency": [
"ewol"
],
"flag": {
"c++": [
"-DPROJECT_NAME=\"\\\"{{{project.name}}}\\\"\"",
"-DAPPL_VERSION=\"\\\"{{{project.version}}}\\\"\""
]
},
"copy": [
"data/SnowFlake.svg"
],
"path": [
"."
],
"package":{
"SECTION": "example",
"ICON": "../data/icon.png",
"PRIORITY": "extra",
"ANDROID_APPL_TYPE": "WALLPAPER",
"ANDROID_WALLPAPER_PROPERTIES": [
[
"list",
"testpattern",
"Select test pattern",
"Choose which test pattern to display",
[
["key","value display"],
["key2","value display 2"]
]
], [
"bool",
"movement",
"Motion",
"Apply movement to test pattern",
[
"Moving test pattern",
"Still test pattern"
]
]
]
}
}