input: add the input dbus interface
Add a getter and setter function of input device event status
With input device id parameter, it is possible to enable/disable input device event
Input device event getter/setter dbus methods
1. Set input event state
path: /Org/Tizen/System/DeviceD/Input
interface: org.tizen.system.deviced.input
member: InputSetEventState
parameter: "(ii)", input device id to be set event state, value to be set
return: "(i)", 0 on success, negative on error.
2. Get input event state
path: /Org/Tizen/System/DeviceD/Input
interface: org.tizen.system.deviced.input
member: InputGetEventState
parameter: "(i)", input device id to be get event state
return: "(i)", get value on success, negative on error.
Change-Id: I820add4689222198e3cc9a24fd616382800bcf16
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>