Home | History | Annotate | Download | only in thunk
      1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 #include "ppapi/thunk/interfaces_preamble.h"
      6 
      7 // This file contains lists of interfaces. It's intended to be included by
      8 // another file which defines implementations of the macros. This allows files
      9 // to do specific registration tasks for each supported interface.
     10 //
     11 // When adding an interface, you must also add the hash value for the
     12 // interface's name to tools/metrics/histograms/histograms.xml. This is so we
     13 // get human-readable UMA tracking for interface usage.
     14 //
     15 // Use the 'pepper_hash_for_uma' tool in ppapi/tools to determine the hash for
     16 // a given interface string.
     17 
     18 // Api categories
     19 // --------------
     20 // Enumerates the categories of APIs. These correspnd to the *_api.h files in
     21 // this directory. One API may implement one or more actual interfaces.
     22 //
     23 // For PROXIED_APIs, these also correspond to *_Proxy objects. The proxied ones
     24 // define factory functions for each of these classes.
     25 PROXIED_API(PPB_Audio)
     26 PROXIED_API(PPB_Core)
     27 PROXIED_API(PPB_Graphics3D)
     28 PROXIED_API(PPB_ImageData)
     29 PROXIED_API(PPB_Instance)
     30 
     31 // Interfaces
     32 // ----------
     33 // Enumerates interfaces as (interface_name, interface_struct).
     34 //
     35 // The api_name corresponds to the class in the list above for the object
     36 // that implements the API. Some things may be special and aren't implemented
     37 // by any specific API object, and we use "NoAPIName" for those. Implementors
     38 // of these macros should handle this case. There can be more than one line
     39 // referring to the same api_name (typically different versions of the
     40 // same interface).
     41 //
     42 // The interface_name is the string that corresponds to the interface.
     43 //
     44 // The interface_struct is the typename of the struct corresponding to the
     45 // interface string.
     46 // Note: Core is special and is registered manually.
     47 PROXIED_IFACE(PPB_AUDIO_INTERFACE_1_0, PPB_Audio_1_0)
     48 PROXIED_IFACE(PPB_AUDIO_INTERFACE_1_1, PPB_Audio_1_1)
     49 PROXIED_IFACE(PPB_AUDIOBUFFER_INTERFACE_0_1, PPB_AudioBuffer_0_1)
     50 PROXIED_IFACE(PPB_FILEREF_INTERFACE_1_0, PPB_FileRef_1_0)
     51 PROXIED_IFACE(PPB_FILEREF_INTERFACE_1_1, PPB_FileRef_1_1)
     52 PROXIED_IFACE(PPB_FILEREF_INTERFACE_1_2, PPB_FileRef_1_2)
     53 PROXIED_IFACE(PPB_FILESYSTEM_INTERFACE_1_0, PPB_FileSystem_1_0)
     54 PROXIED_IFACE(PPB_GRAPHICS_3D_INTERFACE_1_0, PPB_Graphics3D_1_0)
     55 PROXIED_IFACE(PPB_IMAGEDATA_INTERFACE_1_0, PPB_ImageData_1_0)
     56 PROXIED_IFACE(PPB_CONSOLE_INTERFACE_1_0, PPB_Console_1_0)
     57 PROXIED_IFACE(PPB_GAMEPAD_INTERFACE_1_0, PPB_Gamepad_1_0)
     58 PROXIED_IFACE(PPB_INSTANCE_INTERFACE_1_0, PPB_Instance_1_0)
     59 PROXIED_IFACE(PPB_FILEIO_INTERFACE_1_0, PPB_FileIO_1_0)
     60 PROXIED_IFACE(PPB_FILEIO_INTERFACE_1_1, PPB_FileIO_1_1)
     61 PROXIED_IFACE(PPB_GRAPHICS_2D_INTERFACE_1_0, PPB_Graphics2D_1_0)
     62 PROXIED_IFACE(PPB_GRAPHICS_2D_INTERFACE_1_1, PPB_Graphics2D_1_1)
     63 PROXIED_IFACE(PPB_HOSTRESOLVER_INTERFACE_1_0, PPB_HostResolver_1_0)
     64 PROXIED_IFACE(PPB_IME_INPUT_EVENT_INTERFACE_1_0, PPB_IMEInputEvent_1_0)
     65 PROXIED_IFACE(PPB_INPUT_EVENT_INTERFACE_1_0, PPB_InputEvent_1_0)
     66 PROXIED_IFACE(PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_0,
     67               PPB_KeyboardInputEvent_1_0)
     68 PROXIED_IFACE(PPB_KEYBOARD_INPUT_EVENT_INTERFACE_1_2,
     69               PPB_KeyboardInputEvent_1_2)
     70 PROXIED_IFACE(PPB_MOUSE_INPUT_EVENT_INTERFACE_1_0, PPB_MouseInputEvent_1_0)
     71 PROXIED_IFACE(PPB_MOUSE_INPUT_EVENT_INTERFACE_1_1, PPB_MouseInputEvent_1_1)
     72 PROXIED_IFACE(PPB_WHEEL_INPUT_EVENT_INTERFACE_1_0, PPB_WheelInputEvent_1_0)
     73 PROXIED_IFACE(PPB_TOUCH_INPUT_EVENT_INTERFACE_1_0, PPB_TouchInputEvent_1_0)
     74 PROXIED_IFACE(PPB_FULLSCREEN_INTERFACE_1_0, PPB_Fullscreen_1_0)
     75 PROXIED_IFACE(PPB_MEDIASTREAMAUDIOTRACK_INTERFACE_0_1,
     76               PPB_MediaStreamAudioTrack_0_1)
     77 PROXIED_IFACE(PPB_MEDIASTREAMVIDEOTRACK_INTERFACE_0_1,
     78               PPB_MediaStreamVideoTrack_0_1)
     79 PROXIED_IFACE(PPB_MESSAGING_INTERFACE_1_0, PPB_Messaging_1_0)
     80 PROXIED_IFACE(PPB_MESSAGING_INTERFACE_1_2, PPB_Messaging_1_2)
     81 PROXIED_IFACE(PPB_MOUSECURSOR_INTERFACE_1_0, PPB_MouseCursor_1_0)
     82 PROXIED_IFACE(PPB_MOUSELOCK_INTERFACE_1_0, PPB_MouseLock_1_0)
     83 PROXIED_IFACE(PPB_NETADDRESS_INTERFACE_1_0, PPB_NetAddress_1_0)
     84 PROXIED_IFACE(PPB_NETWORKLIST_INTERFACE_1_0, PPB_NetworkList_1_0)
     85 PROXIED_IFACE(PPB_NETWORKMONITOR_INTERFACE_1_0, PPB_NetworkMonitor_1_0)
     86 PROXIED_IFACE(PPB_NETWORKPROXY_INTERFACE_1_0, PPB_NetworkProxy_1_0)
     87 PROXIED_IFACE(PPB_TCPSOCKET_INTERFACE_1_0, PPB_TCPSocket_1_0)
     88 PROXIED_IFACE(PPB_TCPSOCKET_INTERFACE_1_1, PPB_TCPSocket_1_1)
     89 PROXIED_IFACE(PPB_TEXTINPUTCONTROLLER_INTERFACE_1_0,
     90               PPB_TextInputController_1_0)
     91 PROXIED_IFACE(PPB_UDPSOCKET_INTERFACE_1_0, PPB_UDPSocket_1_0)
     92 PROXIED_IFACE(PPB_URLLOADER_INTERFACE_1_0, PPB_URLLoader_1_0)
     93 PROXIED_IFACE(PPB_URLREQUESTINFO_INTERFACE_1_0, PPB_URLRequestInfo_1_0)
     94 PROXIED_IFACE(PPB_URLRESPONSEINFO_INTERFACE_1_0, PPB_URLResponseInfo_1_0)
     95 PROXIED_IFACE(PPB_VAR_ARRAY_INTERFACE_1_0, PPB_VarArray_1_0)
     96 PROXIED_IFACE(PPB_VAR_DICTIONARY_INTERFACE_1_0, PPB_VarDictionary_1_0)
     97 PROXIED_IFACE(PPB_VIDEODECODER_INTERFACE_0_2, PPB_VideoDecoder_0_2)
     98 PROXIED_IFACE(PPB_VIDEOFRAME_INTERFACE_0_1, PPB_VideoFrame_0_1)
     99 PROXIED_IFACE(PPB_WEBSOCKET_INTERFACE_1_0, PPB_WebSocket_1_0)
    100 
    101 // Note: PPB_Var and PPB_VarArrayBuffer are special and registered manually.
    102 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_0, PPB_View_1_0)
    103 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_1, PPB_View_1_1)
    104 PROXIED_IFACE(PPB_VIEW_INTERFACE_1_2, PPB_View_1_2)
    105 
    106 // This has no corresponding _Proxy object since it does no IPC.
    107 PROXIED_IFACE(PPB_AUDIO_CONFIG_INTERFACE_1_0, PPB_AudioConfig_1_0)
    108 PROXIED_IFACE(PPB_AUDIO_CONFIG_INTERFACE_1_1, PPB_AudioConfig_1_1)
    109 
    110 #include "ppapi/thunk/interfaces_postamble.h"
    111