revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / rom / hidds / base / system / system.conf
blob760d2f6e13d227da7cf4e0c29e51fc8bc359e5de
1 ##begin config
2 basename SystemHW
3 libbasetype struct HiddSystemIntBase
4 version 50.1
5 residentpri 91
6 classid CLID_Hidd_System
7 superclass CLID_HW
8 classptr_field hsi_csd.oopclass
9 classdatatype struct HIDDSystemData
10 oopbase_field  hsi_csd.cs_OOPBase
11 seglist_field  hsi_csd.cs_SegList
12 ##end config
14 ##begin cdefprivate
15 #include "system_intern.h"
16 ##end cdefprivate
18 ##begin methodlist
19 .interface Root
20 New
21 Dispose
22 ##end methodlist