summaryrefslogtreecommitdiff
path: root/src/module.c
AgeCommit message (Collapse)AuthorFilesLines
2016-07-07Fix crash of ug-client appssubmit/tizen/20160707.122156accepted/tizen/wearable/20160707.225137accepted/tizen/tv/20160707.225121accepted/tizen/mobile/20160707.225105accepted/tizen/ivi/20160707.225154accepted/tizen/common/20160707.172213Semun Lee1-6/+9
dlopen ug shared library file again to prevent crash while terminating app. In some case, unloaded memory could be accessed by other libaries clean up routine. Fix double free of ad.name Change-Id: I612c318ccb798d76a0ac8b77ab8f23dbe2b1e974 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2016-03-16Add missing path to resolving ug librarysubmit/tizen/20160316.062840accepted/tizen/wearable/20160316.081950accepted/tizen/tv/20160316.081933accepted/tizen/mobile/20160316.081919accepted/tizen/ivi/20160316.082008accepted/tizen/common/20160316.160657Sangyoon Jang1-1/+11
- Add missing path: <app_root>/lib/ug/<libname>.so Change-Id: I0271da54639c79d69208e6ffc461085880b0aeec Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2016-03-11Fix resolving ug library pathsubmit/tizen/20160311.071153accepted/tizen/wearable/20160311.145702accepted/tizen/tv/20160311.144854accepted/tizen/mobile/20160311.143310accepted/tizen/ivi/20160311.150323accepted/tizen/common/20160311.203802Sangyoon Jang1-43/+62
Change-Id: I4b931c25c9de40dc964a0d24a9a4890c06846404 Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
2016-02-26modify step of getting ug library pathsubmit/tizen/20160310.062529accepted/tizen/wearable/20160311.054820accepted/tizen/tv/20160311.054803accepted/tizen/mobile/20160311.054745accepted/tizen/ivi/20160311.054839accepted/tizen/common/20160311.201234Jiwoong Im1-55/+26
- Search shared/res/lib/ug in app root path. - When using its own ug library, search lib/ug in its own app path. Change-Id: Iba6c540f54115208ab42eb509b84706727a691eb Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2016-01-21Separate app paths for global appsubmit/tizen/20160122.030358Hwankyu Jhun1-0/+7
- There are two types of global apps. One is read only and the other is writable. Paths for those are different each other. Change-Id: I9d6c7806fd349377b74de5b9e0f0cce60481cfed Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
2015-12-09Apply tizen coding rulesJiwoong Im1-6/+5
Change-Id: I2169875f3d6252c2b992194fd2ed1ad20079a601 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-08-22Find engine shared library file properlysubmit/tizen/20150822.041009accepted/tizen/wearable/20150822.065834accepted/tizen/tv/20150822.065320accepted/tizen/mobile/20150822.064721Semun Lee1-0/+0
In the engine so file may not be in /usr/lib. Let the ld find the so file with LD_LIBRARY_PATH Change-Id: I1090cd96f26306c8b4b6e04e2a6fcd054b901c12 Signed-off-by: Semun Lee <sm79.lee@samsung.com>
2015-08-12modify ug library search path in ug module loadsubmit/tizen/20150814.080020accepted/tizen/wearable/20150814.112926accepted/tizen/tv/20150814.113010accepted/tizen/mobile/20150814.112849Jiwoong Im1-60/+103
Change-Id: If319f25895b56fb1749a22fdb225ad87a628483d Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
2015-02-26Replace app_manager_get_package() with app_manager_get_app_id()submit/tizen_wearable/20150313.022842submit/tizen_tv/20150313.022842submit/tizen_tv/20150228.021455submit/tizen_tv/20150227.073215submit/tizen_mobile/20150313.022842submit/tizen/20150304.022845accepted/tizen/wearable/20150313.083857accepted/tizen/tv/20150313.083826accepted/tizen/tv/20150302.010505accepted/tizen/mobile/20150313.083945Suchang Woo1-1/+1
app_manager_get_package() is deprecated. Signed-off-by: Suchang Woo <suchang.woo@samsung.com> Change-Id: I0e25c9faf503dfa74ad120ffe0baf79da840f933
2014-06-13Remove hardcoded paths in module.c fileChristophe Moreau1-6/+6
Bug-Tizen : TC-333 Change-Id: If4b51db9b2724cb0baac527fe6d31cadf06c8839 Signed-off-by: Christophe Moreau <christophe.moreau@open.eurogiciel.org>
2014-02-25Merge branches 'HEAD' and 'tizen_2.2' into tizenSemun Lee1-0/+73
Conflicts: CMakeLists.txt client/CMakeLists.txt client/ug-client.c include/ui-gadget.h packaging/ui-gadget-1.spec src/manager.c ui-gadget-1.manifest
2014-02-17Remove hardcoded path for multiuser supportsubmit/tizen_ivi_release/20140312.071122submit/tizen/20140312.070647submit/tizen/20140221.103828accepted/tizen/mobile/20140227.071751accepted/tizen/ivi/release/20140312.123825accepted/tizen/ivi/panda/20140312.111918accepted/tizen/ivi/20140221.200041accepted/tizen/generic/20140312.094911accepted/tizen/generic/20140221.132647accepted/tizen/genericSabera Djelti (sdi2)1-2/+4
bug-tizen: PTREL-662 Change-Id: I66ab7ff37a89703576ea90885300364cc63f8bf6 Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
2013-06-25merge latest codeHyungdeuk Kim1-0/+73
2013-04-09apply latest changesHyungdeuk Kim1-0/+26
2013-03-20add code to remove ui cb under ug_destroy_all caseHyungdeuk Kim1-1/+4
2013-03-13Tizen 2.1 baseJinkun Jang1-0/+138