restructure broadcom soc file layout
[AROS.git] / arch / arm-native / soc / broadcom / 283x / hidd.videocoregfx / videocoregfx.conf
blobc28e56a546d9591b42f8143ef1f98884172a7d2f
1 ##begin config
2 basename        VideoCoreGfx
3 libbasetype     struct VideoCoreGfxBase
4 version         1.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 NewBitMap
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