Rules in rule file should be written in below format
allow "iface=wl_pointer and type=event"
allow "iface=wl_touch and msg=down"
...
cf) enlightenment_info -protocol_rule add allow "iface=wl_pointer and type=event"
Signed-off-by: Duna Oh <duna.oh@samsung.com>
Change-Id: Ibdbae9223d805d646159646e40382dded303a3e1
e_info_protocol_rule_set(argc, (const char**)&(argv[0]), reply, &len);
- INF("%s: rule_path : %s\n", __func__, reply);
+ INF("%s: rule_path : %s\n", __func__, rule_path);
+ INF("%s\n", reply);
return EINA_TRUE;
}
E_EVENT_INFO_ROTATION_MESSAGE = ecore_event_type_new();
e_info_protocol_init();
+ e_info_server_protocol_rule_path_init(getenv("E_INFO_RULE_FILE"));
return 1;