os/graphics/graphicstest/uibench/s60/group/glplanets.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 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 //
    15 
    16 target          glplanets.exe
    17 CAPABILITY 		SwEvent WriteDeviceData ReadDeviceData
    18 targettype      exe
    19 uid             0x100039CE 0x101FCABE
    20 vendorid        0x70000001
    21 
    22 userinclude     .
    23 userinclude     ../src
    24 userinclude     ../src/tests_zorder
    25 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    26 
    27 sourcepath      .
    28 START resource glplanets_reg.rss
    29 	TARGETPATH /private/10003a3f/apps
    30 END
    31 
    32 LIBRARY		libegl.lib
    33 library     euser.lib
    34 library     cone.lib
    35 library     ws32.lib
    36 library     eikcore.lib
    37 LIBRARY     hal.lib
    38 LIBRARY		efsrv.lib
    39 LIBRARY     eikcoctl.lib
    40 LIBRARY     apparc.lib 
    41 LIBRARY     libEGL.lib
    42 LIBRARY     libGLESv1_CM.lib
    43 
    44 SOURCEPATH ..\src
    45 SOURCE model.cpp geometrystructs.cpp eglenvironment.cpp
    46 SOURCEPATH ..\src\tests_zorder
    47 
    48 SOURCE glplanetsapp.cpp cglplanets.cpp
    49 
    50 
    51 SMPSAFE