make the linux-ppc packags be in synch with other platforms
[tangerine.git] / arch / common / hidd.radeon / radeon.conf
blobef23475431cd5c74b53476601dd89d78afdf896c
1 ##begin config
2 basename        ATI
3 version         1.0
4 libbasetype     struct atibase
5 classptr_field  sd.AtiClass
6 classid         CLID_Hidd_Gfx_Ati
7 superclass      CLID_Hidd_Gfx
8 residentpri     -1
9 ##end config
11 ##begin cdefprivate
12 #include "ati.h"
13 #include <hidd/i2c.h>
14 ##end cdefprivate
16 ##begin methodlist
17 .interface Root
18 New
19 Get
20 Set
21 .interface Hidd_Gfx
22 NewBitMap
23 Show
24 CopyBox
25 SetCursorShape
26 SetCursorVisible
27 SetCursorPos
28 ##end methodlist
30 ##begin class
31 ##begin config
32 basename       ATII2C
33 type           hidd
34 superclass     CLID_Hidd_I2C
35 classptr_field sd.AtiI2C
36 ##end config
37 ##begin methodlist
38 .interface Hidd_I2C
39 PutBits
40 GetBits
41 ##end methodlist
42 ##end class
44 ##begin class
45 ##begin config
46 basename        ATIOnBM
47 type            hidd
48 superclass      CLID_Hidd_BitMap
49 classptr_field sd.OnBMClass
50 classdatatype atiBitMap
51 ##end config
52 ##begin methodlist
53 .interface Root
54 New
55 Dispose
56 Get
57 .interface Hidd_BitMap
58 Clear
59 PutPixel
60 GetPixel
61 DrawLine
62 DrawRect
63 FillRect
64 DrawPolygon
65 BytesPerLine
66 PutImageLUT
67 PutImage
68 GetImage
69 PutTemplate
70 PutPattern
71 ObtainDirectAccess
72 ReleaseDirectAccess
73 ##end methodlist
74 ##end class
76 ##begin class
77 ##begin config
78 basename        ATIOffBM
79 type            hidd
80 superclass      CLID_Hidd_BitMap
81 classptr_field sd.OffBMClass
82 classdatatype atiBitMap
83 ##end config
84 ##begin methodlist
85 .interface Root
86 New
87 Dispose
88 Get
89 .interface Hidd_BitMap
90 Clear
91 PutPixel
92 GetPixel
93 DrawLine
94 DrawRect
95 FillRect
96 DrawPolygon
97 BytesPerLine
98 PutImageLUT
99 PutImage
100 GetImage
101 PutTemplate
102 PutPattern
103 ObtainDirectAccess
104 ReleaseDirectAccess
105 ##end methodlist
106 ##end class