camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxememorymonitor/hal.cpp
changeset 52 7e18d488ac5f
parent 42 feebad15db8c
equal deleted inserted replaced
46:c826656d6714 52:7e18d488ac5f
    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 }