openvg/openvginterface/group/openvg11/openvg11_stub.mmp
changeset 0 5d03bc08d59c
child 195 f67ec42dc838
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2008-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 // Generator of .def files for OpenVG1.1
       
    15 // 
       
    16 //
       
    17  
       
    18 TARGET			libOpenVG.dll
       
    19 TARGETTYPE		dll
       
    20 CAPABILITY		All -TCB
       
    21 
       
    22 UID				0x1000008d 0x10004264
       
    23 
       
    24 MACRO			__OPENVGHEADERS_USE_VG_1_1
       
    25 MACRO			SYMBIAN_VG_DLL_EXPORTS
       
    26 
       
    27 USERINCLUDE		/epoc32/build/generatedcpp/openvgheaders
       
    28 SOURCEPATH		.
       
    29 SOURCE			openvg11_stub.cpp
       
    30 
       
    31 USERINCLUDE		../../include
       
    32 USERINCLUDE		.
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 LIBRARY			euser.lib
       
    36 
       
    37 #ifdef WINS
       
    38     deffile ../../bwins/libopenvg11.def
       
    39 #else
       
    40     deffile ../../eabi/libopenvg11.def
       
    41 #endif
       
    42 
       
    43 
       
    44 SMPSAFE