os/graphics/openvg/openvginterface/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-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 PRJ_PLATFORMS
    17 DEFAULT
    18 
    19 
    20 PRJ_EXPORTS
    21 openvg.iby			/epoc32/rom/include/openvg.iby
    22 
    23 //exported headers
    24 ../include/openvguids.hrh   /epoc32/include/VG/openvguids.hrh
    25 ../include/openvg.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/openvg.h)  
    26 ../include/vgu.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/vgu.h)
    27 ../include/1.1/openvg.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/1.1/openvg.h)
    28 ../include/1.1/vgu.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/1.1/vgu.h)
    29 ../include/1.0/openvg.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/1.0/openvg.h)
    30 ../include/1.0/vgu.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/1.0/vgu.h)
    31 
    32 
    33 //exported def files
    34 ../bwins/libopenvg10U.def    /epoc32/include/def/win32/libopenvg10u.def
    35 ../eabi/libopenvg10U.def    /epoc32/include/def/eabi/libopenvg10u.def
    36 
    37 ../bwins/libopenvgu10U.def    /epoc32/include/def/win32/libopenvgu10u.def
    38 ../eabi/libopenvgu10U.def    /epoc32/include/def/eabi/libopenvgu10u.def
    39 
    40 ../bwins/libopenvg11u.def    /epoc32/include/def/win32/libopenvg11u.def
    41 ../eabi/libopenvg11u.def    /epoc32/include/def/eabi/libopenvg11u.def
    42 
    43 ../bwins/libopenvgu11u.def    /epoc32/include/def/win32/libopenvgu11u.def
    44 ../eabi/libopenvgu11u.def    /epoc32/include/def/eabi/libopenvgu11u.def
    45 
    46 
    47 PRJ_MMPFILES
    48 openvg11.mmp
    49 openvgu11.mmp
    50 
    51 
    52 // include test code
    53 #include "../test/bld.inf"
    54 
    55 
    56 
    57 
    58