classicui_plat/battery_pane_api/tsrc/group/testdombatterypane.mmp
changeset 0 2f259fa3e83a
child 51 fcdfafb36fe7
child 67 5f6e7f84c9d1
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*TYPE TESTCLASS*//*
       
     2 * Copyright (c) 2002 - 2007 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 "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:  battery_pane_api
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #ifdef SBSV2
       
    21     #include <platform_paths.hrh>
       
    22 #else // SBSV2 not defined
       
    23     #include <platform_paths.hrh>
       
    24 #endif // SBSV2
       
    25 
       
    26 TARGET          testdombatterypane.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testdombatterypane.def
       
    33 
       
    34 #ifdef SBSV2
       
    35 USERINCLUDE     ../inc 
       
    36 
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38     SOURCEPATH ../data
       
    39     START RESOURCE testdombatterypane.rss
       
    40     TARGETPATH RESOURCE_FILES_DIR
       
    41     HEADER
       
    42     END
       
    43 SOURCEPATH      ../src
       
    44 #else // SBSV2 not defined
       
    45 USERINCLUDE     ../inc 
       
    46 
       
    47     MW_LAYER_SYSTEMINCLUDE
       
    48     SOURCEPATH ../data
       
    49     START RESOURCE testdombatterypane.rss
       
    50     TARGETPATH RESOURCE_FILES_DIR
       
    51     HEADER
       
    52     END
       
    53 SOURCEPATH      ../src
       
    54 #endif // SBSV2
       
    55 
       
    56 SOURCE          testdombatterypane.cpp
       
    57 SOURCE          testdombatterypaneblocks.cpp 
       
    58 SOURCE          testdombpprotectedclass.cpp
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         stiftestinterface.lib
       
    62 LIBRARY         stiftestengine.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         cone.lib 
       
    65 
       
    66 
       
    67 LANG            SC
       
    68 
       
    69 // End of File
       
    70