Add functions to represent package directories
authorAdam Banasiak <a.banasiak@samsung.com>
Tue, 10 Sep 2013 15:46:22 +0000 (17:46 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Sun, 15 Sep 2013 09:07:32 +0000 (09:07 +0000)
commit8bb66612dc682d7887772653eabe1f3141954855
tree5f2db960b9f764eaa7e2c2c2b1b347d2cf9ceb04
parent9bc3f3edcbe39574d3bfb8698bd1a2326aa6f7e2
Add functions to represent package directories

[Issue#]   LINUXWRT-358
[Problem]  Function wasn't invoked due to objective programming standards
[Cause]    N/A
[Solution] Add two new functions in src/misc/widget_location.cpp:
            - getUsrSharePackagesDir
            - getOptSharePackagesDir

Change-Id: Ia38d2982443274ec300e376f5b8c94457e417b9a
src/jobs/widget_install/task_manifest_file.cpp
src/misc/widget_location.cpp