camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxememorymonitor/hal.cpp
changeset 56 01e205c615b9
parent 48 42ba2d16bf40
equal deleted inserted replaced
48:42ba2d16bf40 56:01e205c615b9
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "hal.h"
    18 #include "hal.h"
    19 
    19 
    20 TInt HAL::Get(TAttribute /*aAttribute*/, TInt& /*aValue*/)
    20 TInt HAL::Get(TAttribute /*aAttribute*/, TInt& aValue)
    21 {
    21 {
       
    22     aValue = 1000000;
    22     return KErrNone;
    23     return KErrNone;
    23 }
    24 }