wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / arch / arm-native / soc / broadcom / 2708 / hidd / videocoregfx / videocoregfx.conf
blob2619e18d7f94c180b3e6ea57024dcef49457edd8
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_VideoCoreGfx
8 superclass      CLID_Hidd_Gfx
9 options         noexpunge
10 ##end config
12 ##begin cdefprivate
13 #include "videocoregfx_class.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