Add spec and manifest files for supporting tizen v3.0
authorYoungsoo Choi <kenshin.choi@samsung.com>
Wed, 28 Jan 2015 04:07:02 +0000 (13:07 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit220dd1018a4242c13c19dbb3b87068d4d50971f9
tree74ad5348f15088544e485ac4254bf691187039d9
parent56159fa268ec4636734e4a4b237fac4eeef27bbd
Add spec and manifest files for supporting tizen v3.0

Tizen v3.0 has some constraints of package configuration
which are diffrent from Tizen v2.x.

1. xml file should be installed in '/usr/share/packages'.
2. app should be installed in '/usr/apps'.
3. appid should be consist of '.' such as 'org.tizen.chromium-efl'.
4. environment variable 'ELM_ENGINE' has to be set as 'gl'.

bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=11063

Change-Id: I106cca288ef15c4618452602bd725960404b9f5e
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
tizen_src/ewk/efl_webview_app/chromium-efl_v3.0.xml [new file with mode: 0644]
tizen_src/ewk/efl_webview_app/mini_browser.c
tizen_src/packaging/chromium-efl.manifest
tizen_src/packaging/chromium-efl.spec
tizen_src/packaging/chromium-efl_v3.0.manifest [new file with mode: 0644]