camera_plat/active_palette_2_api/tsrc/group/ActivePalette2ApiTest.mmp
branchRCL_3
changeset 24 bac7acad7cb3
parent 0 1ddebce53859
equal deleted inserted replaced
23:61bc0f252b2b 24:bac7acad7cb3
       
     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