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