Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // template\template_variant\inc\mconf.h
15 // Template Persistent Machine Configuration
25 class TDigitizerCalibrateValues
36 class TTemplateMachineConfig : public TMachineConfig
39 TSoundInfoV1 iSoundInfo;
40 TOnOffInfoV1 iOnOffInfo;
41 TTimeK iMainBatteryInsertionTime;
42 Int64 iMainBatteryInUseMicroSeconds;
43 Int64 iExternalPowerInUseMicroSeconds;
44 Int64 iMainBatteryMilliAmpTicks;
45 TDigitizerCalibrateValues iCalibration;
46 TDigitizerCalibrateValues iCalibrationSaved;
47 TDigitizerCalibrateValues iCalibrationFactory;
50 typedef TTemplateMachineConfig TActualMachineConfig;
52 inline TActualMachineConfig& TheActualMachineConfig()
53 {return (TActualMachineConfig&)Kern::MachineConfig();}