summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 13:52:53 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-02 13:52:53 +0900
commitca756b3f04bb2cb89e0f1f19e197dfa6a809be8d (patch)
treef918b52d44a69060aee41aefa77e6659d2213822 /package
parenta35b3631420ac051a1b50a00806ee29900f03250 (diff)
add camapp source
Diffstat (limited to 'package')
-rw-r--r--package/config.xml9
-rw-r--r--package/package.pro2
2 files changed, 5 insertions, 6 deletions
diff --git a/package/config.xml b/package/config.xml
index a8047f7..6582fda 100644
--- a/package/config.xml
+++ b/package/config.xml
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="als-meter-demo" version="0.1">
- <name>Als-meter-demo</name>
+<widget xmlns="http://www.w3.org/ns/widgets" id="camapp" version="0.1">
+ <name>camapp</name>
<icon src="icon.svg"/>
- <content src="bin/als-meter-demo" type="application/vnd.agl.native"/>
- <description>This is a steering-wheel binding's demo application</description>
+ <content src="bin/camapp" type="application/vnd.agl.native"/>
+ <description>This is a demo application</description>
<author>TOYOTA</author>
<license>APL 2.0</license>
<feature name="urn:AGL:widget:required-api">
- <param name="steering-wheel" value="ws" />
<param name="windowmanager" value="ws"/>
<param name="homescreen" value="ws"/>
</feature>
diff --git a/package/package.pro b/package/package.pro
index a69111f..d826c11 100644
--- a/package/package.pro
+++ b/package/package.pro
@@ -14,6 +14,6 @@ QMAKE_EXTRA_TARGETS += copy_config
PRE_TARGETDEPS += $$copy_config.target
wgt.target = package
-wgt.commands = wgtpkg-pack -f -o als-meter-demo.wgt root
+wgt.commands = wgtpkg-pack -f -o camapp.wgt root
QMAKE_EXTRA_TARGETS += wgt