tbm_module: make tbm_module_bufmgr_bind_native_display
[platform/core/uifw/libtbm.git] / protocol / wayland-tbm-drm-auth.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <protocol name="tbm_drm_auth">
3
4   <copyright>
5     Copyright 2015 Samsung Electronics co., Ltd. All Rights Reserved.
6
7     Permission to use, copy, modify, distribute, and sell this
8     software and its documentation for any purpose is hereby granted
9     without fee, provided that\n the above copyright notice appear in
10     all copies and that both that copyright notice and this permission
11     notice appear in supporting documentation, and that the name of
12     the copyright holders not be used in advertising or publicity
13     pertaining to distribution of the software without specific,
14     written prior permission.  The copyright holders make no
15     representations about the suitability of this software for any
16     purpose.  It is provided "as is" without express or implied
17     warranty.
18
19     THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS
20     SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
21     FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
22     SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
23     WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
24     AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
25     ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
26     THIS SOFTWARE.
27   </copyright>
28
29   <!-- tbm support. This object is created by the server and published
30        using the display's global event. -->
31   <interface name="wl_tbm_drm_auth" version="1">
32     <enum name="error">
33       <entry name="authenticate_fail" value="0"/>
34     </enum>
35
36     <request name="get_authentication_info">
37     </request>
38
39     <event name="authentication_info">
40         <arg name="device_name" type="string"/>
41         <arg name="capabilities" type="uint"/>
42         <arg name="auth_fd" type="fd"/>
43     </event>
44
45   </interface>
46
47 </protocol>