vghwinterface/vghwapiwrapper/group/bld.inf
branchbug235_bringup_0
changeset 71 243bbc1d70db
parent 51 4f400a6ea71f
equal deleted inserted replaced
70:08233365fef6 71:243bbc1d70db
       
     1 /* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2  *
       
     3  * Permission is hereby granted, free of charge, to any person obtaining a
       
     4  * copy of this software and /or associated documentation files
       
     5  * (the "Materials "), to deal in the Materials without restriction,
       
     6  * including without limitation the rights to use, copy, modify, merge,
       
     7  * publish, distribute, sublicense, and/or sell copies of the Materials,
       
     8  * and to permit persons to whom the Materials are furnished to do so,
       
     9  * subject to the following conditions:
       
    10  *
       
    11  * The above copyright notice and this permission notice shall be included
       
    12  * in all copies or substantial portions of the Materials.
       
    13  *
       
    14  * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
       
    15  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    16  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
       
    17  * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
       
    18  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
       
    19  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE MATERIALS OR
       
    20  * THE USE OR OTHER DEALINGS IN THE MATERIALS.
       
    21  *
       
    22  * Initial Contributors:
       
    23  * Nokia Corporation - initial contribution.
       
    24  *
       
    25  * Contributors:
       
    26  *
       
    27  * Description:
       
    28  * Build information for host wrapper
       
    29  */
       
    30 
       
    31 PRJ_PLATFORMS
       
    32 TOOLS2
       
    33 
       
    34 PRJ_EXTENSIONS
       
    35 
       
    36 // Dynamic library.
       
    37 start extension graphics_simulator/hostbuild
       
    38 option TARGET_NAME      KhronosAPIWrapper
       
    39 option TARGET_TYPE      dll
       
    40 option SOURCE_DIRS      ../src
       
    41 option SOURCE_FOLDER    ../../vghwserialiser/src
       
    42 option SOURCE           eglrfc.cpp remotefunctioncall.cpp serializedfunctioncall.cpp driverrfc.cpp opengles11rfc.cpp openvgrfc.cpp
       
    43 option INCLUDES         ../inc ../../inc ../../../inc ../../vghwserialiser/inc
       
    44 option SYS_INCLUDES     OS_LAYER_PUBLIC_EXPORT_PATH(tools)
       
    45 option MACROS           KHRONOSAPIWRAPPER_EXPORTS SIMULATOR_GRAPHICSWRAPPER_EXPORTS
       
    46 option COMPILE_OPTIONS  -msse2 -mfpmath=sse -march=pentium4
       
    47 option NO_STD_INCLUDE   ON
       
    48 option SHARED_LIBS      libEGL libGLESv1 libOpenVG
       
    49 //option SHARED_LIBS libGLESv2   (when ready)
       
    50 end