update experimental gcc 6 patch to gcc 6.1.0 release
[AROS.git] / rom / hidds / base / system / system.conf
blob5ece920dbfcd06d36d77a7de9ea8cef58ac1456a
1 ##begin config
2 basename SystemHW
3 libbasetype struct HiddSystemIntBase
4 version 50.0
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