X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=registryd%2Fpaths.h;h=918df67c5c8f03020ab9183eb7d01c5f99cda812;hb=d63149557f668ba2ec224a8ab61d367a22ef1195;hp=6ef98bd7db2df23adcf988e884a30d881bc88fde;hpb=3ab84d890e525ed271e844ba8b161352d5f589b9;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/registryd/paths.h b/registryd/paths.h index 6ef98bd..918df67 100644 --- a/registryd/paths.h +++ b/registryd/paths.h @@ -33,12 +33,17 @@ #define SPI_DBUS_NAME_REGISTRY SPI_DBUS_NAME_PREFIX "Registry" #define SPI_DBUS_INTERFACE_REGISTRY SPI_DBUS_INTERFACE_PREFIX "Registry" +#define SPI_DBUS_PATH_REGISTRY SPI_DBUS_PATH_PREFIX "registry" #define SPI_DBUS_PATH_DEC SPI_DBUS_PATH_PREFIX "registry/deviceeventcontroller" #define SPI_DBUS_INTERFACE_DEC SPI_DBUS_INTERFACE_PREFIX "DeviceEventController" #define SPI_DBUS_INTERFACE_DEVICE_EVENT_LISTENER SPI_DBUS_INTERFACE_PREFIX "DeviceEventListener" +#define SPI_DBUS_PATH_CACHE SPI_DBUS_PATH_PREFIX "cache" +#define SPI_DBUS_INTERFACE_CACHE SPI_DBUS_INTERFACE_PREFIX "Cache" + #define SPI_DBUS_INTERFACE_ACCESSIBLE SPI_DBUS_INTERFACE_PREFIX "Accessible" +#define SPI_DBUS_INTERFACE_APPLICATION SPI_DBUS_INTERFACE_PREFIX "Application" #define SPI_DBUS_INTERFACE_COMPONENT SPI_DBUS_INTERFACE_PREFIX "Component" #define SPI_DBUS_INTERFACE_EVENT_KEYBOARD SPI_DBUS_INTERFACE_PREFIX "Keyboard" #define SPI_DBUS_INTERFACE_EVENT_MOUSE SPI_DBUS_INTERFACE_PREFIX "Event.Mouse"