baseport/syborg/specific/assp.cpp
changeset 103 7727572da7af
parent 55 2c1e559d48bf
equal deleted inserted replaced
102:5d2aacefd978 103:7727572da7af
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 * NTT Docomo, Inc : BUG 1296
    13 * NTT Docomo, Inc : BUG 1296
       
    14 * NTT DOCOMO, INC - Fix for bug 1292 "E32test t_mstim.exe failed to load test LDD"
    14 *
    15 *
    15 * Description: implementation of class Syborg
    16 * Description: implementation of class Syborg
    16 *
    17 *
    17 */
    18 */
    18 
    19 
    79 		{
    80 		{
    80 			TVariantInfoV01Buf infoBuf;
    81 			TVariantInfoV01Buf infoBuf;
    81 			TVariantInfoV01& info = infoBuf();
    82 			TVariantInfoV01& info = infoBuf();
    82 			TUint clock=0;
    83 			TUint clock=0;
    83 			info.iRomVersion = Epoc::RomHeader().iVersion;
    84 			info.iRomVersion = Epoc::RomHeader().iVersion;
    84     		info.iMachineUniqueId = (TInt64(HALData::EMachineUid_OmapH4)<<32);
    85 // NTT Docomo - Defect 1292 fix - E32test t_mstim.exe failed to load test LDD - start
       
    86 			const TInt KMachineUid_Syborg = 0x10005152;
       
    87     		info.iMachineUniqueId = (TInt64(KMachineUid_Syborg)<<32);
       
    88 // NTT Docomo - Defect 1292 fix - E32test t_mstim.exe failed to load test LDD - end
    85    			info.iLedCapabilities = (8<<16) + KLedMaskGreen1;
    89    			info.iLedCapabilities = (8<<16) + KLedMaskGreen1;
    86 			info.iProcessorClockInKHz = clock;
    90 			info.iProcessorClockInKHz = clock;
    87 			info.iSpeedFactor = clock/25;
    91 			info.iSpeedFactor = clock/25;
    88 			Kern::InfoCopy(*(TDes8*)a1,infoBuf);
    92 			Kern::InfoCopy(*(TDes8*)a1,infoBuf);
    89 			break;
    93 			break;