Every new device family must implement this interface.
| ISettings.getDefaultBootModule() // module-wide |
 |
returns the family-specific Boot module
String getDefaultBootModule();
| ISettings.getDefaultCacheDelegate() // module-wide |
 |
returns the family-specific CacheSupport module delegate
String getDefaultCacheDelegate();
| ISettings.getDefaultClockTickPeriod() // module-wide |
 |
returns the family-specific Clock tickPeriod
UInt32 getDefaultClockTickPeriod();
| ISettings.getDefaultClockTimerDelegate() // module-wide |
 |
returns the family-specific Clock Timer module delegate
String getDefaultClockTimerDelegate();
| ISettings.getDefaultCoreDelegate() // module-wide |
 |
returns the family-specific Core module delegate
String getDefaultCoreDelegate();
| ISettings.getDefaultHwiDelegate() // module-wide |
 |
returns the family-specific Hwi module delegate
String getDefaultHwiDelegate();
| ISettings.getDefaultIntrinsicsSupportDelegate() // module-wide |
 |
returns the family-specific IntrinsicsSupport module delegate
String getDefaultIntrinsicsSupportDelegate();
| ISettings.getDefaultMmuModule() // module-wide |
 |
returns the family-specific Mmu module
String getDefaultMmuModule();
| ISettings.getDefaultPowerDelegate() // module-wide |
 |
returns the family-specific Power module delegate
String getDefaultPowerDelegate();
| ISettings.getDefaultSecondsDelegate() // module-wide |
 |
returns the family-specific Seconds module delegate
String getDefaultSecondsDelegate();
| ISettings.getDefaultSysCallDelegate() // module-wide |
 |
returns the family-specific SysCall module delegate
String getDefaultSysCallDelegate();
| ISettings.getDefaultTaskSupportDelegate() // module-wide |
 |
returns the family-specific TaskSupport module delegate
String getDefaultTaskSupportDelegate();
| ISettings.getDefaultTimerDelegate() // module-wide |
 |
returns the family-specific Timer module delegate
String getDefaultTimerDelegate();
| ISettings.getDefaultTimerSupportDelegate() // module-wide |
 |
returns the family-specific Timer Support module delegate
String getDefaultTimerSupportDelegate();
| ISettings.getDefaultTimestampDelegate() // module-wide |
 |
returns the family-specific Timestamp module delegate
String getDefaultTimestampDelegate();
| ISettings.getFamilySettingsXml() // module-wide |
 |
Returns the path to the family-specific Grace page
String getFamilySettingsXml();