os/graphics/openvg/openvginterface/test/topenvgu11_stub.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 // Provide dummy TEST STUB implementation for OpenVGU 1.1 version
    15 // This test stub has been manually created based on the .def file generator
    16 // utility available in ../group/openvg11
    17 // 
    18 //
    19 
    20 
    21 #include <VG/openvguids.hrh>
    22  
    23 TARGET			libOpenVGU_stub.dll
    24 TARGETTYPE		dll
    25 CAPABILITY		All -TCB
    26 
    27 UID			KUidSharedDllUidValue KUidVGUDllUidValue
    28 
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    30 
    31 MACRO			__OPENVGHEADERS_USE_VG_1_1
    32 SOURCEPATH		.
    33 SOURCE			topenvgu11_stub.cpp
    34 
    35 LIBRARY			euser.lib
    36 
    37 #ifdef WINS
    38     deffile ../bwins/libopenvgu11.def
    39 #else
    40     deffile ../eabi/libopenvgu11.def
    41 #endif
    42 NOEXPORTLIBRARY
    43 
    44 SMPSAFE