platform/core/system/deviced.git
9 years agodeviced: Remove Eina_list codes 26/37826/4
Jiyoung Yun [Tue, 7 Apr 2015 04:43:53 +0000 (13:43 +0900)]
deviced: Remove Eina_list codes

Do not use Eina_list anymore.
Instead deviced will use glist api in glibc.

Change-Id: Ia9a2a8a24baadb14e1b5c6fe02f315c56d9b500c
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Remove unused vconf key and logics 61/37761/3
Jiyoung Yun [Fri, 3 Apr 2015 11:52:12 +0000 (20:52 +0900)]
deviced: Remove unused vconf key and logics

Removed vconf key list:
VCONFKEY_SYSMAN_MMC_DEVICE_CHANGED
VCONFKEY_STARTER_SEQUENCE
VCONFKEY_SETAPPL_PWRSV_CUSTMODE_CPU
VCONFKEY_LCD_BRIGHTNESS_INIT
VCONFKEY_INTERNAL_PRIVATE_MMC_ID
VCONFKEY_DEVICED_BOOT_POWER_ON_STATUS
VCONFKEY_SETAPPL_ACCESSIBILITY_TTS

Change-Id: Ia256ac802c65ca6c0725f1bbe690beca6802ffaf
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agousb: Fix usb connection on 64bit machine 61/37661/2 accepted/tizen/common/20150408.102937 accepted/tizen/mobile/20150408.104258 accepted/tizen/tv/20150413.065414 accepted/tizen/wearable/20150408.103939 submit/tizen/20150407.103222 submit/tizen_tv/20150413.000000
Jiyoung Yun [Thu, 2 Apr 2015 04:00:45 +0000 (13:00 +0900)]
usb: Fix usb connection on 64bit machine

In 64bit machine, sdb can't connect properly to a host.
This patch fixed the issue by changing fconf value.

Change-Id: Ib2c8ac40f7e8a06d93c63141b3e5c5a8945b54c7
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoudev: Change the device-change-handler to udev module 46/37746/3
Jiyoung Yun [Fri, 3 Apr 2015 08:46:51 +0000 (17:46 +0900)]
udev: Change the device-change-handler to udev module

Sliding keyboard and tvout is not supported currently.
These logic will add as per the common kernel interface.
Change the device-change-handler to udev module.
And remove the unnecessary codes and defines.
Remove device-handler.h file.

Change-Id: Iecb44fd52cafd7fc3708f3834eecf4f3e7b1df12
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: Do not invoke the update() if the status is the same as before 39/37739/3
Jiyoung Yun [Fri, 3 Apr 2015 07:35:14 +0000 (16:35 +0900)]
extcon: Do not invoke the update() if the status is the same as before

Do not invoke the update func. if the status is the same as before.
And do not printout error logs for not matched device.
The information of not matched device is already printed out on booting time.
So it's redundant logs.

Change-Id: I8bd2696036bb4633eb05a128d5a9de46dc35fed1
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agofs: Support to mount ext4 file system 55/37755/2
Jiyoung Yun [Fri, 3 Apr 2015 10:43:11 +0000 (19:43 +0900)]
fs: Support to mount ext4 file system

Change-Id: Ib3bd2b33ea540c87b7c2e1ee4b6d9d825ccdc7bc
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agommc: Change the udev register way 52/37752/2
Jiyoung Yun [Fri, 3 Apr 2015 10:28:29 +0000 (19:28 +0900)]
mmc: Change the udev register way

Do not use an extra udev logic.
Instead I shared the core udev logic.

Change-Id: I879f5f7e2fdbcdac46f06e035e058f3db7c2339a
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: Support hdmi devices 35/37735/2
Jiyoung Yun [Fri, 3 Apr 2015 06:46:44 +0000 (15:46 +0900)]
extcon: Support hdmi devices

Hdmi-hdcp, hdmi-audio are not common interfaces in kernel side.
So I removed the codes depends on product kernel.

Change-Id: I38da3fc3215a5d814e48a6ba582403053e1920fb
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: Support dock devices 17/37717/3
Jiyoung Yun [Fri, 3 Apr 2015 04:19:48 +0000 (13:19 +0900)]
extcon: Support dock devices

Dock module will be activated by extcon event.
If there is no event for dock, it doesn't work.

Change-Id: I13992b2b1d8736ee84e84623aea1bae651f23ccc
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agopackaging/postinst: remove erroneous -i on vconftool call 80/37580/2
Stephane Desneux [Tue, 31 Mar 2015 10:19:45 +0000 (12:19 +0200)]
packaging/postinst: remove erroneous -i on vconftool call

This suppresses the following warning at installation time:
WARNING: only keys beginning with memory/ are allowing option -i

Change-Id: I3763268f849bb551d4dd6356261622661f277a8c
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
9 years agoextcon: Load all attached extcon nodes 16/37716/2
Jiyoung Yun [Fri, 3 Apr 2015 03:33:07 +0000 (12:33 +0900)]
extcon: Load all attached extcon nodes

I tried to get the information of extcon nodes from udev_enumerate,
but it was failed, it depended on kernel extcon uevent logic.
So deviced searches the attached extcon nodes by accessing the node directly.

Change-Id: I1e6ce69a85b9b3a917079a3570e747b3a0880f7d
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: Enable earjack control logic and remove unused files(ta,usb) 64/37664/2
Jiyoung Yun [Thu, 2 Apr 2015 06:21:05 +0000 (15:21 +0900)]
extcon: Enable earjack control logic and remove unused files(ta,usb)

Deviced recognizes the ta(charger) status by using power-supply uevent.
So extcon doesn't care about the ta status.
Usb-handler logic launches usb-server whenever usb is connected,
but usb-server is deprecated and usb logic is included in deviced.

Change-Id: I21d526fb44aebbdac9e21671e45c0237a6335c8b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Remove unnecessary modules like factory, csc and testmode 62/37662/2
Jiyoung Yun [Thu, 2 Apr 2015 04:21:39 +0000 (13:21 +0900)]
deviced: Remove unnecessary modules like factory, csc and testmode

Change-Id: I566e9a04a4b255e30c24c37e2bb8a047e96ba73b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Add tool pkgs for deviced 35/37635/1
Jiyoung Yun [Wed, 1 Apr 2015 12:32:55 +0000 (21:32 +0900)]
deviced: Add tool pkgs for deviced

Add deviced-tool pkg to install helper programs.

Change-Id: Ibe36c5dc4fc86acb8f01ba2f8c6da4b0d8ec5f61
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodisplay: Use libinput to get input events 90/37590/4
Jiyoung Yun [Tue, 31 Mar 2015 13:57:37 +0000 (22:57 +0900)]
display: Use libinput to get input events

Remove the exisiting input code and use libinput for getting input events
It's for common use with wayland input system.

Change-Id: I2de534b73250e8d1fdfccd3b02f64eb13efcb45a
Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
9 years agodeviced: Move direct_set_debug script from usb-server 16/37516/4 accepted/tizen/common/20150407.101605 accepted/tizen/tv/20150407.082059 accepted/tizen/wearable/20150405.123350 submit/tizen/20150401.022148
Jiyoung Yun [Mon, 30 Mar 2015 10:04:02 +0000 (19:04 +0900)]
deviced: Move direct_set_debug script from usb-server

Usb-server is no longer used.
Instead to control usb devices will be replaced by deviced.
direct_set_debug script is for controlling sdb or ssh tools manually.
It is a very helpful when deviced does not work normally.

Change-Id: Ib0b3369677d1a1819fb5d57c5072c477e2b389f5
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Remove unnecessary service files 75/37575/2
Jiyoung Yun [Tue, 31 Mar 2015 08:11:53 +0000 (17:11 +0900)]
deviced: Remove unnecessary service files

devicectl-start@/stop@ service files are just helper modules.
It does not need to register by systemd.
You can execute the devicectl binary directly.

Change-Id: I24516c642d558e30e2288b36ee0b81fec0cef244
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: Add extcon test module on devicectl 84/37384/5
Jiyoung Yun [Wed, 25 Mar 2015 12:03:04 +0000 (21:03 +0900)]
extcon: Add extcon test module on devicectl

To test extcon devices, devicectl supports to enable/disable device manually.

commands:
devicectl extcon enable [MODULE NAME]
devicectl extcon disable [MODULE NAME]

Change-Id: I7f032aee5eb5415380a3dc040e4b13bd9a85af74
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agousb-host: Fix dbus segfault issue on GetDeviceList method call 27/37527/2
Jiyoung Yun [Mon, 30 Mar 2015 12:50:25 +0000 (21:50 +0900)]
usb-host: Fix dbus segfault issue on GetDeviceList method call

dbus_message_iter_append_basic() makes segfault
when string is NULL.
So the null is changed to "" string.

Change-Id: I1afe2971d2c3ca7221c40c1e67959531de60e86b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoGet rid of unnecesary dbus-glib dependency 43/37543/1
Maciej Wereski [Mon, 30 Mar 2015 14:45:49 +0000 (16:45 +0200)]
Get rid of unnecesary dbus-glib dependency

None of dbus-glib functions were used in libdeviced. Besides dbus-glib is
deprecated.

Change-Id: I6ea986bc3548b36390493050078edacb26a7cb7f
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
9 years agousb-host: Add the attached usb host device on booting time 08/37508/1
Jiyoung Yun [Mon, 30 Mar 2015 08:23:05 +0000 (17:23 +0900)]
usb-host: Add the attached usb host device on booting time

When usb host devices are connected before boot,
it will add usb host list automatically by udev enumerate.

Change-Id: I9d0c56405d3c31a8921f0cd724722381110169cf
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agousb-host: Add ChangedDevice signal 79/37479/5
Jiyoung Yun [Fri, 27 Mar 2015 10:47:49 +0000 (19:47 +0900)]
usb-host: Add ChangedDevice signal

Whenever usb host devices are connected and disconnected,
ChangedDevice signal will broacast with whole information about the device.

Added signal:
ChangedDevice("isiiiiisss")
 - int32 : Usbhost state(0:remove, 1:add)
 - The order of other signatures are the same with that of dbus method.
   (devpath, baseclass, subclass, protocol, vendorid, productid,
    manufacturer, product, serial)

Change-Id: I23002f1a0766584b49bc9dd4c4c42ea5bde5a002
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agousb-host: Add dbus method to provide the current device list and count 71/37471/4
Jiyoung Yun [Fri, 27 Mar 2015 08:36:53 +0000 (17:36 +0900)]
usb-host: Add dbus method to provide the current device list and count

Added dbus method:
GetDeviceList("i")
 - "i" : baseclass
 - Return whole device information about the matching baseclass.
GetDeviceListCount("i")
 - "i" : baseclass
 - Return device count about the matching baseclass.
PrintDeviceList
 - Print out whole device information for debugging

Change-Id: Iebf51ec81d30b431e384cd2e57a0c1fc3ca2b1cb
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agousb-host: Add usb host logic 38/37438/7
Jiyoung Yun [Thu, 26 Mar 2015 12:29:15 +0000 (21:29 +0900)]
usb-host: Add usb host logic

When usb host device is added or removed,
deviced receives the usb uevent and control internal usb host list.

Usb host device must have at least one interface.
And an interface is matched with a specific usb class.

Change-Id: Ib0164daa4b7649820146092f2f04e814f5cef4ca
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agommc: Enable filesystem routine 81/37481/2
Jiyoung Yun [Fri, 27 Mar 2015 11:02:17 +0000 (20:02 +0900)]
mmc: Enable filesystem routine

MMC directory is interlaced with filesystem and mmc logic.
Filesystem logic should be enable regardless of the supported devices.
So I enable MMC routine first and will be separated two logics.
And MMC routine works when sdcard is connected.
So it does not make any overhead at present.

Change-Id: I7c02968aa989df842fc8c43d92af94e92a588be1
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: Changed the function name easily identifiable 82/37382/1
Jiyoung Yun [Wed, 25 Mar 2015 11:57:39 +0000 (20:57 +0900)]
extcon: Changed the function name easily identifiable

get_extcon_uevent_state is changed to get_extcon_state_node.
This function is for getting state node string.
And remove the duplicated logic regarding extcon_changed() and extcon_update().

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: Ifdd5f5f3d1a1b710d9ead02bce64d7cb7e388fdc

9 years agodeviced: Update usb vconf key whenever usb is connected or not 34/36634/2 accepted/tizen/common/20150313.083716 accepted/tizen/mobile/20150313.084749 accepted/tizen/tv/20150313.084452 accepted/tizen/wearable/20150313.084617 submit/tizen/20150312.105238
Jiyoung Yun [Wed, 11 Mar 2015 06:33:48 +0000 (15:33 +0900)]
deviced: Update usb vconf key whenever usb is connected or not

Currently, runtime-info uses VCONFKEY_SYSMAN_USB_STATUS vconf key
to judge if usb is connected or not.
Deviced will update the vconf key whenever usb is changed.

Change-Id: I97ab2e9a7a8228fe33b14297b4c002398fd9532c
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Apply display HAL structure 28/36428/2
Jiyoung Yun [Fri, 6 Mar 2015 09:04:05 +0000 (18:04 +0900)]
deviced: Apply display HAL structure

Deviced will control display power using display HAL.
It also supports to control display brightness.

Change-Id: Ie15c0abe434610dfe60bbda7949ba6e5f71d174f
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Add inline function to make dbus reply automatically 78/35878/4
Jiyoung Yun [Wed, 25 Feb 2015 12:30:05 +0000 (21:30 +0900)]
deviced: Add inline function to make dbus reply automatically

Apply new function in extcon module

Change-Id: Ia9a77fd88be8151288e9f51bc1ddd3e9ece74f8b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: remove out unsupported device from device list 08/36008/2
Jiyoung Yun [Fri, 27 Feb 2015 09:56:33 +0000 (18:56 +0900)]
deviced: remove out unsupported device from device list

Unsupported device remove out from device list.
It does not invoke any function of unsuppoted device include exit() function.

Change-Id: Ia09a9a0b3676b0fc8cca8cbf3875c72961d51d1b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: resolve resource leak issue 31/35931/2
Jiyoung Yun [Thu, 26 Feb 2015 08:03:49 +0000 (17:03 +0900)]
deviced: resolve resource leak issue

DD_LIST_FOREACH define is not proper to remove elementary in loop.
Instead, DD_LIST_FOREACH_SAFE define redeems the issue.
So change the FOREACH define to FOREACH_SAFE.

Change-Id: I722ca291115f2a82b06d29764a7bfc4ae8cc7256
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Enable vibrator and check whether it is available at runtime 10/35910/3
Jiyoung Yun [Thu, 26 Feb 2015 03:51:46 +0000 (12:51 +0900)]
deviced: Enable vibrator and check whether it is available at runtime

Deviced will check if there is an external vibrator plugin.
It should be named 'libhaptic-module.so' in lib directory.
If not, it checks whether this target supports the input force feedback.
If there is no valid module, it will return fail
and do not register any function and method related to vibrator.

Change-Id: I3bc1da9cb378fac1ecea3cb0480915e0485c229f
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: add null point check 07/36007/1 accepted/tizen/common/20150227.160943 accepted/tizen/mobile/20150302.010819 accepted/tizen/tv/20150302.010441 accepted/tizen/wearable/20150302.084024 submit/tizen/20150227.111152
Jiyoung Yun [Fri, 27 Feb 2015 09:54:59 +0000 (18:54 +0900)]
deviced: add null point check

When deviced is terminated,
if there is no led device, it makes a segfault issue by null point access.

Change-Id: I8724c9f235b090e04682d514e9de8f030b7591ca
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Enable camera led module and check whether it is available at runtime 11/35311/5
Jiyoung Yun [Thu, 12 Feb 2015 01:51:13 +0000 (10:51 +0900)]
deviced: Enable camera led module and check whether it is available at runtime

Deviced loads led HAL structure at loading time.
If it is failed, the device does not support camera led module.

Change-Id: Ie45423cdd920ae5192b56a678c4c256b1e5f4a2f
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Change wrong dbus configuration 67/35867/1
Jiyoung Yun [Wed, 25 Feb 2015 11:35:32 +0000 (20:35 +0900)]
deviced: Change wrong dbus configuration

Root, console and default user can send to device object path.

Change-Id: I22e24d33cf5b3f93731982f805aba6f2fadccd03
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Set vconf as NOTSUP error in no battery model 63/35763/1 accepted/tizen/common/20150226.084940 accepted/tizen/mobile/20150226.100235 accepted/tizen/tv/20150226.094323 accepted/tizen/wearable/20150226.095552 submit/tizen/20150226.021716
Jiyoung Yun [Tue, 24 Feb 2015 10:08:05 +0000 (19:08 +0900)]
deviced: Set vconf as NOTSUP error in no battery model

Runtime-info and Capi-system-device api uses battery vconf
to get battery status.
So if there is no battery in target, deviced set vconf as -ENOTSUP value.

Change-Id: I9fe23fb6671493394a02ff5b4c7d8a91437e48fe
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoMerge "usb: set default usb config to usb sdb" into tizen accepted/tizen/common/20150224.112435 accepted/tizen/mobile/20150224.104531 accepted/tizen/mobile/20150225.010310 accepted/tizen/tv/20150224.103627 accepted/tizen/tv/20150225.005303 accepted/tizen/wearable/20150225.005441 submit/tizen/20150223.080852 submit/tizen_mobile/20150224.072501 submit/tizen_tv/20150224.072452
taeyoung [Mon, 23 Feb 2015 08:05:22 +0000 (00:05 -0800)]
Merge "usb: set default usb config to usb sdb" into tizen

9 years agousb: set default usb config to usb sdb 94/35194/7
taeyoung [Tue, 10 Feb 2015 11:13:38 +0000 (20:13 +0900)]
usb: set default usb config to usb sdb

- Default usb config is used from Tizen 1.0 to tizen 2.3.
  USB nodes at sysfs are used to set usb configuration.
- Default usb config is not plugin type since it will be used
  when other plugin does not exist

Change-Id: I0f1f3ed1ff128d6cb62c410529c6227981a1f5de
Signed-off-by: taeyoung <ty317.kim@samsung.com>
9 years agoextcon: Replace device-notifier with update callback function 08/35408/1
Jiyoung Yun [Fri, 13 Feb 2015 09:18:21 +0000 (18:18 +0900)]
extcon: Replace device-notifier with update callback function

Device-notifier makes to be tight code among each other modules.
And update callback is more useful without any effort to
register or unregister device-notifier.

Change-Id: I6a9ba2eafb26973bf15f18b2dc74a0e1bd970e43
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: Register GetStatus dbus method 97/35397/2
Jiyoung Yun [Fri, 13 Feb 2015 05:04:46 +0000 (14:04 +0900)]
extcon: Register GetStatus dbus method

GetStatus method returns the current device status.
The first string argument should be the same with EXTCON_XXX name.

Change-Id: Ifaf2baa26e1189bc6d91e4be6e522df7631ce53f
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: Register extcon uevent inside extcon module 95/35395/2
Jiyoung Yun [Fri, 13 Feb 2015 04:59:06 +0000 (13:59 +0900)]
extcon: Register extcon uevent inside extcon module

If there is no extcon module,
deviced does not need to register extcon uevent.
So the code is moved into extcon module.

Change-Id: Ib36295a1f54c3528bb0c3473201b1f1d36671e9c
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agousb: add plugin interfaces for usb configuration 79/35179/8
taeyoung [Tue, 10 Feb 2015 07:54:30 +0000 (16:54 +0900)]
usb: add plugin interfaces for usb configuration

- USB configuration manner can be changed according to the Kernel or vendors.
  Thus USB configuration setting codes should be implemented by plugin structure.
- This modification contains basic structure for the USB configuration plugin.

Change-Id: I4afb1033fb59ba132182ae16ffef9fbb34192f13
Signed-off-by: taeyoung <ty317.kim@samsung.com>
9 years agousb: add usb handler 35/34935/8
taeyoung [Wed, 4 Feb 2015 13:27:18 +0000 (22:27 +0900)]
usb: add usb handler

- Usb connection status is delivered to the handler by extcon module

Change-Id: Ieec715641fa758693a5614203f865adb9eb17732
Signed-off-by: taeyoung <ty317.kim@samsung.com>
9 years agodeviced: Change the way to register edbus object and interface 52/35252/3
Jiyoung Yun [Wed, 11 Feb 2015 08:27:29 +0000 (17:27 +0900)]
deviced: Change the way to register edbus object and interface

Each module can register their method using the same interface.
In that case, edbus will return error because object is already registered.
And there are no ways to get an edbus interface using another information.
So I change implementation to register by object and interface string.
Edbus logic will maintain each edbus interface in edbus_object_list.

Change-Id: I175973b1a7d59088cb93545ed2701b30e3d0fadc
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Add extcon probe function 41/35341/1
Jiyoung Yun [Thu, 12 Feb 2015 10:20:27 +0000 (19:20 +0900)]
deviced: Add extcon probe function

If there is no extcon class,
deviced does not load extcon module.

Change-Id: I07f7986e4f4d0c27d4020683ea8a3039fbe9d805
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoextcon: change extcon object type from 'const' to normal 03/35103/2
taeyoung [Mon, 9 Feb 2015 06:59:19 +0000 (15:59 +0900)]
extcon: change extcon object type from 'const' to normal

- Extcon object contains status element and it can be updated
  by extcon status. Thus 'const' is removed for the extcon object

Change-Id: I7a26af7ac8c878a145a4a68d77e9af2cc72607b1
Signed-off-by: taeyoung <ty317.kim@samsung.com>
9 years agoextcon: add function to get current device status 33/34933/4
taeyoung [Wed, 4 Feb 2015 13:18:15 +0000 (22:18 +0900)]
extcon: add function to get current device status

- Each extcon device can have scenario in which they should
  get the current status of itself. Thus the getter function
  for current device status is added.

Change-Id: I4898d5d9968ff95ee27d7c871cf65b13ca7fc559
Signed-off-by: taeyoung <ty317.kim@samsung.com>
9 years agonotifier: change the function name for unregistering device notification 25/34925/4
taeyoung [Wed, 4 Feb 2015 11:15:42 +0000 (20:15 +0900)]
notifier: change the function name for unregistering device notification

- There is a mismatching for the function name between the prototype
  and its implementation. Thus the name is changed correctly.

  unregister_notifier_del() -> unregister_notifier()

Change-Id: I5387aae2837d457d0ad610e767e0979ea38a67e5
Signed-off-by: taeyoung <ty317.kim@samsung.com>
9 years agoextcon: add extcon uevent handler 03/34903/3
taeyoung [Wed, 4 Feb 2015 08:46:53 +0000 (17:46 +0900)]
extcon: add extcon uevent handler

- The following is a example of extcon state in the uevent delivered
  when extcon devices are connected.
    USB=1
    TA=0
    FAST-CHARGER=0
    SLOW-CHARGER=0
    CHARGER-DOWNSTREAM=0
    JIG-USB-ON=0
    JIG-USB-OFF=0
    JIG-UART-OFF=0
    JIG-UART-ON=0

- extcon handler parses the extcon state information and
  notifies to the deviced modules related with the extcon devices.
- 'struct extcon_ops' is used to register extcon devices.

Change-Id: I612c4b38f527a0095c49b72958c595d72a99e56f
Signed-off-by: taeyoung <ty317.kim@samsung.com>
9 years agodeviced: Fix library path under 64-bit architecture on pc file 22/35022/2
Jiyoung Yun [Fri, 6 Feb 2015 06:44:17 +0000 (15:44 +0900)]
deviced: Fix library path under 64-bit architecture on pc file

Change-Id: I2801f800b7251ae76daf634a2dd9906db77993d0
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Remove unnecessary initialization 15/35015/2
Jiyoung Yun [Fri, 6 Feb 2015 02:47:05 +0000 (11:47 +0900)]
deviced: Remove unnecessary initialization

DEVICE_PRIORITY_NORMAL value is zero.
And static structure value is initilized zero automatically.
Do not need to reassign the same value.

Change-Id: Ib03242ebbf246ee8fbfc0f099cd5808886cfb68a
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Do not register dbus object in the case of deactive module 73/34973/4
Jiyoung Yun [Thu, 5 Feb 2015 06:42:16 +0000 (15:42 +0900)]
deviced: Do not register dbus object in the case of deactive module

If there is no power-supply class,
deviced does not register battery dbus object.

Change-Id: Idf6e390f5ffb3e622247d2c6d5727f5b498edd06
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoMerge "deviced: Do not use device-node in battery case" into tizen
Jiyoung Yun [Thu, 5 Feb 2015 06:43:32 +0000 (22:43 -0800)]
Merge "deviced: Do not use device-node in battery case" into tizen

9 years agoMerge "deviced: Enable battery module and check whether it is available at runtime...
Jiyoung Yun [Thu, 5 Feb 2015 06:43:27 +0000 (22:43 -0800)]
Merge "deviced: Enable battery module and check whether it is available at runtime" into tizen

9 years agoMerge "deviced: Support runtime deviced" into tizen
Jiyoung Yun [Thu, 5 Feb 2015 06:43:18 +0000 (22:43 -0800)]
Merge "deviced: Support runtime deviced" into tizen

9 years agodeviced: Do not use device-node in battery case 93/34893/1
Jiyoung Yun [Wed, 4 Feb 2015 08:20:52 +0000 (17:20 +0900)]
deviced: Do not use device-node in battery case

deviced control battery module using power-supply class.
So we do not need to use device-node to get battery information.
Instead we can receive the changed event by using power-supply uevent.

Change-Id: I4a94a8f35009c655c2a8ce760fe39e9426f557c2
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Enable battery module and check whether it is available at runtime 84/34884/2
Jiyoung Yun [Wed, 4 Feb 2015 06:26:51 +0000 (15:26 +0900)]
deviced: Enable battery module and check whether it is available at runtime

Some build issue is also fixed.

Change-Id: I4b4d9be3a4ca10cbbe44eba412ae4546c182a0dd
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Support runtime deviced 82/34882/2
Jiyoung Yun [Wed, 4 Feb 2015 06:06:41 +0000 (15:06 +0900)]
deviced: Support runtime deviced

The available module has been determined by build configuration.
Now deviced will support to judge what module is valid or avaliable at runtime.

If there is no probe which is always true case or the probe succeed,
deviced will activate the module at runtime.
If not, we do not support any method call or operation of the module.

Change-Id: I866c645a4ee193f5473bfc1909894f0e96ba8dc3
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agorename sensor.h to sensor_internal.h 49/34849/2
Kibak Yoon [Tue, 3 Feb 2015 12:49:27 +0000 (21:49 +0900)]
rename sensor.h to sensor_internal.h

the header file for sensor internal API was changed to sensor_internal.h.

Signed-off-by: Kibak Yoon <kibak.yoon@samsung.com>
Change-Id: If42f246a4733efd51cc7f066b7771fb52e7e0a8d

9 years agoMerge "Replace Syspopup by Notification" into tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150128.145734 submit/tizen_common/20150128.103956 submit/tizen_mobile/20150129.000000 submit/tizen_mobile/20150213.000000 submit/tizen_mobile/20150223.000000
Jiyoung Yun [Tue, 27 Jan 2015 05:23:49 +0000 (21:23 -0800)]
Merge "Replace Syspopup by Notification" into tizen

9 years agoReplace Syspopup by Notification 07/33607/5
Loïc Plassart [Tue, 13 Jan 2015 09:48:15 +0000 (10:48 +0100)]
Replace Syspopup by Notification

Replace calls to various Syspopup programs by calls to the
notification API.

Change-Id: Icba61a3b9f590be0cbe7f3e9235de532fe8faa24
Author: Loïc Plassart <loic.plassart@eurogiciel.org>
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
9 years agodeviced: Fixed wrong parameter on booting_done signal 84/34384/1
Jiyoung Yun [Mon, 26 Jan 2015 10:32:41 +0000 (19:32 +0900)]
deviced: Fixed wrong parameter on booting_done signal

Change-Id: Idfa0f163eb67324494d04a0134c74954aa0ebe9f
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoMerge "deviced: Remove unused define "PROP_DISPLAY_MAX_BRIGHTNESS"" into tizen accepted/tizen/common/20150115.180505 accepted/tizen/mobile/20150116.011319 accepted/tizen/tv/20150116.010704 accepted/tizen/wearable/20150116.010357 submit/tizen/20150115.095403 submit/tizen_common/20150114.092505
Jiyoung Yun [Tue, 13 Jan 2015 05:55:31 +0000 (21:55 -0800)]
Merge "deviced: Remove unused define "PROP_DISPLAY_MAX_BRIGHTNESS"" into tizen

9 years agoFix a runtime dependency 98/33498/1
José Bollo [Mon, 12 Jan 2015 10:14:58 +0000 (11:14 +0100)]
Fix a runtime dependency

Making libdeviced requiring deviced has more meaning
that deviced requiring itself ^_^

Change-Id: I0dedc4a466e6f0f295cd3bef96c868141c1f9674
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
9 years agodeviced: Remove unused define "PROP_DISPLAY_MAX_BRIGHTNESS" 94/33494/1
Jiyoung Yun [Mon, 12 Jan 2015 09:00:29 +0000 (18:00 +0900)]
deviced: Remove unused define "PROP_DISPLAY_MAX_BRIGHTNESS"

The value is redefined btw libdevice-node and deviced.
So I remove an unused define at deviced side.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I00d9fe78f9048694403a5e085926cf59746a3e13

9 years agoFix bugs in managing the system group 29/32829/2
José Bollo [Wed, 24 Dec 2014 13:48:39 +0000 (14:48 +0100)]
Fix bugs in managing the system group

Change-Id: I274bcf8a0b310a264a1a4ea2fed814dbd8b2db10
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
9 years agoFix typo in format string 32/33432/1
Suchang Woo [Fri, 9 Jan 2015 11:43:55 +0000 (20:43 +0900)]
Fix typo in format string

When loading a config file is failed, this typo makes SIGSEGV.

Change-Id: I5291f29bafd8f3412667d8c350c8d4612d20456c
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
9 years agodeviced: Separate hall, buzzer and sim features from core logic 43/30443/5 accepted/tizen/common/20141229.125009 accepted/tizen/mobile/20141230.002544 accepted/tizen/tv/20141230.002011 accepted/tizen/wearable/20141230.002210 submit/tizen/20141224.122800
jy910.yun [Tue, 18 Nov 2014 13:27:52 +0000 (22:27 +0900)]
deviced: Separate hall, buzzer and sim features from core logic

Features of Deviced:
- Common
- Battery
- Buzzer
- Camera led
- Display
- Extcon
- Hall
- Sdcard
- Sim
- Usb
- Vibrator

Change-Id: I3ee600d299ca1422ac113bc9d91217a8164c162b
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
9 years agodeviced: Fix wrong rpm dependencies 19/32819/1
Jiyoung Yun [Wed, 24 Dec 2014 11:25:39 +0000 (20:25 +0900)]
deviced: Fix wrong rpm dependencies

Libsysman, libslp-pm, libdevman should be in need of deviced library.
Because those library invoke libdeviced function internally.
In contrast, libhaptic does not have any dependency with deviced library.

Change-Id: I1f2f2640f19c44f0024ffc7687014469fb202c2e
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Remove hardcoded library path for x64 17/32817/3
Jiyoung Yun [Wed, 24 Dec 2014 11:16:43 +0000 (20:16 +0900)]
deviced: Remove hardcoded library path for x64

Change-Id: Ic413b37c78bb81b990a9596b473b042e35195b2b
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoRevert "deviced: Remove libhaptic package" 62/32662/1 submit/tizen/20141222.104708
Jiyoung Yun [Mon, 22 Dec 2014 08:38:35 +0000 (17:38 +0900)]
Revert "deviced: Remove libhaptic package"

This reverts commit 4c5b290103c91b29f35b3505088e8c72dc86cd88.

Libhaptic is still used in Tizen:Common.
So I added it again.
This module should be replaced to libdeviced ASAP.

Change-Id: I50cb1592af6d575bd16ef7545d4ac22051c815fe

9 years agodeviced: Change the vconf header file name 11/32511/2 submit/tizen/20141222.083159
Jiyoung Yun [Thu, 18 Dec 2014 15:37:35 +0000 (00:37 +0900)]
deviced: Change the vconf header file name

The vconf.h file includes vconf-keys.h file internally.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I5820d7ec5278041b644fd0959e70d15152a8d954

9 years agodeviced: Fix wrong type cast on 64bit build machine 34/32434/4
Jiyoung Yun [Thu, 18 Dec 2014 07:21:41 +0000 (16:21 +0900)]
deviced: Fix wrong type cast on 64bit build machine

Deviced sometimes pass int value to void * value.
It occurs warning on 64bit build machine
so I fixed wrong type cast from int to 64bit value.

Change-Id: If68a26d5911b803a0793488da64fd22fd1d92867
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodeviced: Remove haptic build errors on 64bit build machine 00/31800/2
Jiyoung Yun [Wed, 10 Dec 2014 13:07:00 +0000 (22:07 +0900)]
deviced: Remove haptic build errors on 64bit build machine

The haptic handle need to be passed to other process by dbus
at that time it should typecast void * to int.
To avoid it, change the type of haptic handle to int.
Handle will be managed by unique id instead of memory address.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I6db6d11aae0eff50b2ca0f1aed4718a63faf1a4f

9 years agodeviced: Remove libhaptic package 08/31808/1
Jiyoung Yun [Wed, 10 Dec 2014 12:03:42 +0000 (21:03 +0900)]
deviced: Remove libhaptic package

Libhatpic had included on Tizen 2.2.1 so I added to keep compatibility.
But Tizen:Common project does not need it now.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I1c43444f78b0a275fa05265a1c745de906c2226d

9 years agoMerge "Fix build under 64-bit architecture" into tizen
Jiyoung Yun [Fri, 5 Dec 2014 18:08:19 +0000 (10:08 -0800)]
Merge "Fix build under 64-bit architecture" into tizen

9 years agoFix build under 64-bit architecture 94/31194/1
loul [Tue, 2 Dec 2014 10:35:01 +0000 (11:35 +0100)]
Fix build under 64-bit architecture

- Ignore cast warnings
- Install to "lib64"
- Use default macro

Change-Id: If6b246ceb411fc703fd688a9cb10255d2cecdac1
Signed-off-by: loul <loic.plassart@open.eurogiciel.org>
9 years agodeviced: Separate battery feature from core logic 60/30560/5
jy910.yun [Thu, 20 Nov 2014 10:49:58 +0000 (19:49 +0900)]
deviced: Separate battery feature from core logic

Disable the battery feature by default
Add functions to register udev monitor filter at run-time
to separate battery logic from core uevent logic

Change-Id: Ic9d6742c7190cf0e456a9efe043b478d1936839b
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
9 years agodeviced: Separate deviced modules for each feature 24/30424/3
jy910.yun [Tue, 18 Nov 2014 08:23:14 +0000 (17:23 +0900)]
deviced: Separate deviced modules for each feature

Deviced can be defined as below features.
- Common
- Battery
- Camera led
- Display
- Extcon
- Sdcard
- Usb
- Vibrator

Change-Id: Icb36e4f77c3dd9bc32b5697992c3f33574a54845
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
9 years agodeviced: Delete unused set_pmon source 89/30089/4
jy910.yun [Mon, 10 Nov 2014 10:39:29 +0000 (19:39 +0900)]
deviced: Delete unused set_pmon source

The set_pmon is not used now.
So removed related files pmon, set_pmon and regpmon.

Change-Id: I3efd8984ba5953427294d34bcc13cd3195194ca8
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
9 years agodeviced: Use libdeviced functions inside libdevman and libsysman 88/30088/2
jy910.yun [Mon, 10 Nov 2014 10:36:34 +0000 (19:36 +0900)]
deviced: Use libdeviced functions inside libdevman and libsysman

libdevman and libsysman will be deprecated,
but these library still be used on another modules yet.
And the way to request to deviced is not compatible with recently deviced.
So remove the existing codes and use libdeviced functions.

Change-Id: I4c14e6d640db890cfc9d84fa8b1e0b7d893eb6aa
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
9 years agodeviced: Merge Tizen 2.3 source code into tizen branch 27/30027/4
jy910.yun [Fri, 7 Nov 2014 14:27:37 +0000 (23:27 +0900)]
deviced: Merge Tizen 2.3 source code into tizen branch

Deviced is a new device daemon instead of system-server.
We have a plan to upgrade system-server to deviced.
But there are more than 500 different patches.
Besides some patches in Tizen 2.3 has mobile product features.
And deviced should provide some library which have provided by
system-server to keep compatibility with another modules.
So I merge Tizen 2.3 source code into public branch manually.
(Remove mobile product features and Keep library compatibility)

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I53d5cfb76ae05c4a240f00cab719e4c699b70592

9 years agodeviced: Change the deviced domain to the floor domain 76/30076/1
jy910.yun [Mon, 10 Nov 2014 03:03:59 +0000 (12:03 +0900)]
deviced: Change the deviced domain to the floor domain

Remove deviced domain according to tizen smack guideline
Remove the README.api file which manages deviced domain smack authority

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I34024294277e517f80e275e4cb222c499f2fba27

9 years agodeviced: Refartoring directory hierarchy 90/29790/3
jy910.yun [Tue, 4 Nov 2014 11:26:06 +0000 (20:26 +0900)]
deviced: Refartoring directory hierarchy

All source directory move into src/.
Most script move into scripts/.
All library directory has a prefix, like lib-.

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I6e8807f4e67c9e266c1e9067bcab014a0046a6d0

9 years agosystemd: properly activate socket units 29/28329/1
Maciej Wereski [Thu, 2 Oct 2014 15:54:50 +0000 (17:54 +0200)]
systemd: properly activate socket units

Change-Id: Ia4b8988b894e1500acd449b79ff1e5d6fc4dbab8
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
9 years agoMerge "Remove hardcoded path for multiuser support" into tizen
Jiyoung Yun [Tue, 26 Aug 2014 01:30:20 +0000 (18:30 -0700)]
Merge "Remove hardcoded path for multiuser support" into tizen

10 years agoRemove hardcoded path for multiuser support 91/24291/3
Maciej Wereski [Thu, 10 Jul 2014 00:03:29 +0000 (09:03 +0900)]
Remove hardcoded path for multiuser support

FS_EXT_SMACK_LABEL include the function call for multiuser support,
it should be converted to character array to be invoked by system call.

Signed-off-by: Maciej Wereski<m.wereski@partner.samsung.com>
Change-Id: Iaab437a1b3097a8a234cd8a484536d5241fc213e

10 years agoMake path argument in sure _get_file_count const 91/23291/1
Maciej Wereski [Mon, 23 Jun 2014 07:49:29 +0000 (09:49 +0200)]
Make path argument in sure _get_file_count const

Change-Id: Ia66d2fa9703a0ba8732c7e18a9943693a1201f9d
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoFix all compile warnings 55/23155/1
sh.pi [Mon, 23 Sep 2013 04:58:27 +0000 (13:58 +0900)]
Fix all compile warnings

Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I9c30213b498b5871c36e7e5572c605aa625f3d84

10 years agodelete warning regarding the const arument of register_edbus_method func 30/23130/2
jy910.yun [Thu, 25 Jul 2013 10:59:04 +0000 (19:59 +0900)]
delete warning regarding the const arument of register_edbus_method func

Change-Id: I3861a18e481732cb49e2c5d4b3e9c04351896b87
Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agoinsert dbus control logic about deviced lib for dbus test system 29/23129/2
giyeol.ok [Fri, 19 Jul 2013 04:36:31 +0000 (13:36 +0900)]
insert dbus control logic about deviced lib for dbus test system

Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
Change-Id: I0e716534846fe7aafbde7d92f5d7017d2516f2a1

10 years agoAdd missing definitions 28/23128/1
Maciej Wereski [Thu, 12 Jun 2014 10:29:25 +0000 (12:29 +0200)]
Add missing definitions

Change-Id: I4e90dd704239accd493e608b1f7a7b9d0619d1aa
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agochange to use oom_score_adj instead of oom_adj 52/22952/2
Byungsoo Kim [Sat, 29 Jun 2013 06:33:09 +0000 (15:33 +0900)]
change to use oom_score_adj instead of oom_adj

- redefine oomadj value with oom_score_adj
- execute lowmem and crash popup with oom_score_adj is zero
- set init value for oom_score_adj
- block to set -1000 value by other process
- don't support sysconf_set_mempolicy api
- change all function names and variables to use oom score adj

Change-Id: I15b1b5c879cf0f6e0e0d44ff9491b4dd6e1666e4
Signed-off-by: Byungsoo Kim <bs1770.kim@samsung.com>
10 years agoproc-handler: remove obsolete function 51/22951/2
Maciej Wereski [Fri, 13 Jun 2014 11:29:15 +0000 (13:29 +0200)]
proc-handler: remove obsolete function

Change-Id: I4803d28cab7985da35b2e801664f0b9e3604fe51
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
10 years agotime: remove unnecessary grobal variable 36/23036/2
jy910.yun [Mon, 16 Jun 2014 10:56:24 +0000 (19:56 +0900)]
time: remove unnecessary grobal variable

Signed-off-by: jy910.yun <jy910.yun@samsung.com>
Change-Id: I1d5ef5ec89b2bf26bad41ff2b6d2eb01adbb0980

10 years agoRemove hardcoded path for multiuser support 92/22892/4
Sabera Djelti [Fri, 13 Jun 2014 01:47:18 +0000 (10:47 +0900)]
Remove hardcoded path for multiuser support

Change-Id: I5094dd358fb75fc618a196477725b4227e4d8b6b
Bug-Tizen: PTREL-283
Signed-off-by: Sabera Djelti (sdi2) <sabera.djelti@open.eurogiciel.org>
10 years agoMerge "device-change-handler: remove unneded casting" into tizen
MyungJoo Ham [Mon, 16 Jun 2014 10:30:06 +0000 (03:30 -0700)]
Merge "device-change-handler: remove unneded casting" into tizen

10 years agoRemove SMACK rule file(.rule) according three domain model 91/22891/3
seong.chung [Fri, 11 Apr 2014 14:28:16 +0000 (23:28 +0900)]
Remove SMACK rule file(.rule) according three domain model

Since SMACK only allows three labels, "_"(floor), "User", "System"
The labels of current rule file are not appropriate

Solution:
- Remove rule file (packaging/system-server.rule)
- Remove install statement about installing rule file described in CMakeLists.txt
- Remove file path and name declaration of spec file (packaging/system-server.spec)

Reference site
https://wiki.tizen.org/wiki/Security:SmackThreeDomainModel

Change-Id: I55e2e1b34d35b5a8d2dc7328cbc763135663a598
Signed-off-by: seong.chung <seong.chung@samsung.com>
10 years agoFix package build for Tizen:IVI 90/22890/3
Ed Bartosh [Sun, 9 Mar 2014 14:17:56 +0000 (16:17 +0200)]
Fix package build for Tizen:IVI

Build of deviced fails for OBS projects with enabled debuginfo and
defined 'simulator' macro with this error:

error: Installed (but unpackaged) file(s) found:
   /usr/lib/debug/.build-id/6e/480d9a978edacf116bd409aa09b97923290f3b
   /usr/lib/debug/.build-id/6e/480d9a978edacf116bd409aa09b97923290f3b.debug
   /usr/lib/debug/usr/bin/restart.debug

The reason of this failure is explained in this bug
https://bugzilla.redhat.com/show_bug.cgi?id=878863#c2:
Debuginfo generation operates on the disk contents and knows exactly
nothing about specs.

In plain English it means that debuginfo doesn't care about %exclude
statements in %files section of the .spec and processes all binaries,
installed into build root.

This fix removes /usr/bin/restart from buildroot to avoid generation of
debug info for it if 'simulator' macro is defined and includes this binary
into the package only if 'simulator' macro is not defined.

Change-Id: I8368ecc53edb54fb068d394db1abf8d1d73e593a
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
10 years agodevice-change-handler: remove unneded casting 28/22828/2
Maciej Wereski [Thu, 12 Jun 2014 11:56:02 +0000 (13:56 +0200)]
device-change-handler: remove unneded casting

Change-Id: If584856d5cf89e0d15f4b973d7a903f262a8d51b
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>