## Finding the Machine ID for a specific Mobile. Require to identify which mobile it is

Note that Machine ID is fixed for each model of Mobile Handsets

Required Header file: hal.h

Required Library:  hal.lib

Code:

TInt uid;
HAL::Get(HAL::EMachineUid, uid);