os/graphics/openvg/openvginterface/group/openvg11/openvg11_stub.cpp
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 //
    15 
    16 #include <VG/openvg.h>
    17 
    18 #include <e32def.h>
    19 #include <e32uid.h>
    20 
    21 #ifdef __cplusplus
    22 extern "C" {
    23 #endif
    24 // Read in a cpp file which has been autogenerated by the makefile
    25 // extension "graphics/gen_cpp_from_hdr" from the official Khronos
    26 // source header file "openvg.h"
    27 #include "autogenerated_openvg11_stub.cpp"
    28 #ifdef __cplusplus
    29 }
    30 #endif
    31