camera_plat/active_palette_2_api/tsrc/group/ActivePalette2ApiTest.mmp
changeset 19 d9aefe59d544
parent 3 8b2d6d0384b0
child 21 fa6d9f75d6a6
child 28 3075d9b614e6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
     1 /*TYPE TESTCLASS*/
       
     2 /*
       
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4 * All rights reserved.
       
     5 * This component and the accompanying materials are made available
       
     6 * under the terms of "Eclipse Public License v1.0"
       
     7 * which accompanies this distribution, and is available
       
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 *
       
    10 * Initial Contributors:
       
    11 * Nokia Corporation - initial contribution.
       
    12 *
       
    13 * Contributors:
       
    14 * 
       
    15 * Description: Active Palette 2 API tests
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          ActivePalette2ApiTest.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x101FB3E3
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 VENDORID        VID_DEFAULT
       
    27 DEFFILE         ActivePalette2ApiTest.def
       
    28 
       
    29 
       
    30 APP_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 USERINCLUDE     ../inc 
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          ActivePalette2ApiTest.cpp
       
    36 SOURCE          ActivePalette2ApiTestBlocks.cpp ActivePaletteContainer.cpp
       
    37 
       
    38 LIBRARY         euser.lib
       
    39 LIBRARY         stiftestinterface.lib
       
    40 LIBRARY         stiftestengine.lib cone.lib activepalette.lib eikcore.lib apgrfx.lib ws32.lib 
       
    41 LIBRARY         fbscli.lib bitgdi.lib 
       
    42 
       
    43 LANG            SC
       
    44 
       
    45 // End of File