os/graphics/openvg/openvginterface/group/bld.inf
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/openvg/openvginterface/group/bld.inf	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,58 @@
     1.4 +// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +PRJ_PLATFORMS
    1.20 +DEFAULT
    1.21 +
    1.22 +
    1.23 +PRJ_EXPORTS
    1.24 +openvg.iby			/epoc32/rom/include/openvg.iby
    1.25 +
    1.26 +//exported headers
    1.27 +../include/openvguids.hrh   /epoc32/include/VG/openvguids.hrh
    1.28 +../include/openvg.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/openvg.h)  
    1.29 +../include/vgu.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/vgu.h)
    1.30 +../include/1.1/openvg.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/1.1/openvg.h)
    1.31 +../include/1.1/vgu.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/1.1/vgu.h)
    1.32 +../include/1.0/openvg.h         SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/1.0/openvg.h)
    1.33 +../include/1.0/vgu.h            SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(VG/1.0/vgu.h)
    1.34 +
    1.35 +
    1.36 +//exported def files
    1.37 +../bwins/libopenvg10U.def    /epoc32/include/def/win32/libopenvg10u.def
    1.38 +../eabi/libopenvg10U.def    /epoc32/include/def/eabi/libopenvg10u.def
    1.39 +
    1.40 +../bwins/libopenvgu10U.def    /epoc32/include/def/win32/libopenvgu10u.def
    1.41 +../eabi/libopenvgu10U.def    /epoc32/include/def/eabi/libopenvgu10u.def
    1.42 +
    1.43 +../bwins/libopenvg11u.def    /epoc32/include/def/win32/libopenvg11u.def
    1.44 +../eabi/libopenvg11u.def    /epoc32/include/def/eabi/libopenvg11u.def
    1.45 +
    1.46 +../bwins/libopenvgu11u.def    /epoc32/include/def/win32/libopenvgu11u.def
    1.47 +../eabi/libopenvgu11u.def    /epoc32/include/def/eabi/libopenvgu11u.def
    1.48 +
    1.49 +
    1.50 +PRJ_MMPFILES
    1.51 +openvg11.mmp
    1.52 +openvgu11.mmp
    1.53 +
    1.54 +
    1.55 +// include test code
    1.56 +#include "../test/bld.inf"
    1.57 +
    1.58 +
    1.59 +
    1.60 +
    1.61 +