sapi_sysinfo/tsrc/testing/tsysbattery/group/tsysbattery.mmp
changeset 0 14df0fbfcc4e
equal deleted inserted replaced
-1:000000000000 0:14df0fbfcc4e
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 /*TYPE TESTCLASS*//*
       
    18 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
    19 * All rights reserved.
       
    20 * This component and the accompanying materials are made available
       
    21 * under the terms of the License "Eclipse Public License v1.0"
       
    22 * which accompanies this distribution, and is available
       
    23 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    24 *
       
    25 * Initial Contributors:
       
    26 * Nokia Corporation - initial contribution.
       
    27 *
       
    28 * Contributors:
       
    29 *
       
    30 * Description:  Tests sysinfo battery implementation
       
    31 *
       
    32 */
       
    33 
       
    34 
       
    35 #include "../../../../../group/sapiincludes.mmpi"
       
    36 
       
    37 TARGET          tsysbattery.dll
       
    38 TARGETTYPE      dll
       
    39 UID             0x1000008D 0x101FB3E3
       
    40 
       
    41 CAPABILITY      ALL -TCB
       
    42 
       
    43 
       
    44 //TARGETPATH      ?target_path
       
    45 DEFFILE         tsysbattery.def
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 SOURCE          tsysbattery.cpp
       
    49 SOURCE          tsysbatteryblocks.cpp
       
    50 SOURCE          tsysbatterystrengthasync.cpp
       
    51 SOURCE          tsysbatterynot.cpp
       
    52 SOURCE          watchtimer.cpp
       
    53 
       
    54 
       
    55 USERINCLUDE     ../inc 
       
    56 USERINCLUDE     ../../../../sysinfoservice/inc
       
    57 
       
    58 LIBRARY         euser.lib
       
    59 LIBRARY         stiftestinterface.lib
       
    60 LIBRARY         sysinfoservice.lib
       
    61 
       
    62 LANG            SC
       
    63