remaining clean-up and build fix.
[AROS.git] / arch / arm-native / soc / broadcom / 2708 / hidd / vc4gfx / vc4gfx.conf
blob86ffb2762f3f653292f13db7edd3431be97836f4
1 ##begin config
2 basename        VideoCoreGfx
3 libbasetype     struct VideoCoreGfxBase
4 version         45.0
5 residentpri     9
6 classptr_field  vsd.vcsd_VideoCoreGfxClass
7 classid         CLID_Hidd_Gfx_VideoCore4
8 superclass      CLID_Hidd_Gfx
9 options         noexpunge
10 ##end config
12 ##begin cdefprivate
13 #include "vc4gfx_hidd.h"
14 ##end cdefprivate
16 ##begin methodlist
17 .interface Root
18 New
19 Dispose
20 Get
21 .interface Hidd_Gfx
22 CreateObject
23 ##end methodlist
26 ##begin class
27 ##begin config
28 basename VideoCoreGfxOnBM
29 type hidd
30 classptr_field vsd.vcsd_VideoCoreGfxOnBMClass
31 superclass CLID_Hidd_ChunkyBM
32 classdatatype struct BitmapData
33 ##end config
35 ##begin methodlist
36 .interface Root
37 New
38 Dispose
39 Get
40 .interface Hidd_BitMap
41 SetColors
42 ##end methodlist
43 ##end class