resourcemgmt/powerandmemorynotificationservice/group/bld.inf
changeset 0 4e1aa6a622a0
child 48 86cf7a1b7eb9
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Power, memory and disk usage management
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 
       
    24 DEFAULT WINC
       
    25 
       
    26 
       
    27 PRJ_EXPORTS
       
    28 
       
    29 ../inc/savenotf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(savenotf.h)
       
    30 ../inc/savepriv.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(savepriv.h)
       
    31 ../inc/power.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(power.h)
       
    32 ../inc/shutdownsrv.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(shutdownsrv.h)
       
    33 ../inc/shutdownsess.h  SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(shutdownsess.h)
       
    34 ../group/PwrCli.iby	/epoc32/rom/include/pwrcli.iby
       
    35 
       
    36 
       
    37 PRJ_MMPFILES
       
    38 
       
    39 ../group/pwrcli.mmp
       
    40 #ifndef WINC
       
    41 ../group/shutdownsrv.mmp
       
    42 ../group/shutdownsrvs.mmp
       
    43 #endif
       
    44 
       
    45 
       
    46 PRJ_TESTEXPORTS
       
    47    
       
    48 // batch file that runs all automatic bitgdi tests on hardware
       
    49 ../group/PwrCliTests.bat   /epoc32/data/z/system/test/pwrclitests.bat
       
    50 #ifdef SYSLIBS_TEST
       
    51 ../group/PwrCliTest.iby    /epoc32/rom/include/pwrclitest.iby
       
    52 #endif
       
    53 
       
    54 PRJ_TESTMMPFILES
       
    55 
       
    56 #ifdef SYSLIBS_TEST
       
    57 ../group/t_pwrbasic.mmp
       
    58 ../group/t_pwroffevents.mmp
       
    59 ../group/t_shutdownserver.mmp
       
    60 #endif