enable the new framebuffer resizing code.
[AROS.git] / rom / hidds / acpi / button / acpibutton.conf
blobe6b2b235b1810e84310acad2f2c8e542fd9c68dd
1 ##begin config
2 basename ACPIButton
3 libbasetype struct HWACPIButtonIntBase
4 version 50.1
5 residentpri 91
6 classid CLID_HW_ACPIButton
7 superclass CLID_Hidd
8 classptr_field hsi_csd.oopclass
9 classdatatype struct HWACPIButtonData
10 oopbase_field  hsi_csd.cs_OOPBase
11 seglist_field  hsi_csd.cs_SegList
12 ##end config
14 ##begin cdefprivate
15 #include "acpibutton_intern.h"
16 ##end cdefprivate
18 ##begin methodlist
19 .interface Root
20 New
21 Dispose
22 Get
23 ##end methodlist
25 ##begin interface
26 ##begin config
27 interfaceid   hw.acpi.acpibutton
28 interfacename HW_ACPIButton
29 methodstub    HW_ACPIButton
30 methodbase    HWACPIButton
31 attributebase HWACPIButtonAB
32 ##end config
34 ##begin attributelist
35 ULONG Type # [I.G]
36 ACPI_HANDLE Handle              # [I.G]
37 struct Hook *Hook               # [I.G]
38 struct Hook *ServiceTask        # [..G]
39 UBYTE ServiceSigPower           # [..G]
40 UBYTE ServiceSigSleep           # [..G]
41 UBYTE ServiceSigLid             # [..G]
42 ##end   attributelist
43 ##end interface