diff options
author | brianjjones <brian.j.jones@intel.com> | 2014-03-12 15:31:22 -0700 |
---|---|---|
committer | brianjjones <brian.j.jones@intel.com> | 2014-03-12 15:35:25 -0700 |
commit | fa8acd7989f52ce8ed9886701baa8a65e3a778b0 (patch) | |
tree | 0c6e2ddd995f15903020b02e6cab8db88fffa317 /config.xml | |
parent | b00d3569782248ebaedb59645b9f906c7089e136 (diff) | |
download | html5_UI_Nav-accepted/tizen_ivi_release.tar.gz html5_UI_Nav-accepted/tizen_ivi_release.tar.bz2 html5_UI_Nav-accepted/tizen_ivi_release.zip |
Modifying spec file to rely on Common module, and copying the code from it once installed.HEADsubmit/tizen_ivi_release/20140315.041414submit/tizen/20140312.230005accepted/tizen/ivi/release/20140315.041509accepted/tizen/ivi/panda/20140318.013844accepted/tizen/ivi/20140312.235802tizen_ivi_releasetizenaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_ivi
Change-Id: Ie40fc0f2414d639b8857744ddf2ea96200f40321
Diffstat (limited to 'config.xml')
-rw-r--r-- | config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://com.intel.tizen/navigationgoogle" version="1.0.0" viewmodes="fullscreen"> <access origin="*" subdomains="true"/> - <tizen:application id="html5POC08.html5UINav" package="html5POC08" required_version="2.1"/> + <tizen:application id="html5POC08.Nav" package="html5POC08" required_version="2.1"/> <content src="index.html"/> <icon src="icon.png"/> <name>Navigation</name> |