os/ossrv/ossrv_pub/math_operations_api/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description:   File that exports the files belonging to 
    15 :                Math Operations API
    16 *
    17 */
    18 
    19 
    20 
    21 #include <platform_paths.hrh>
    22 
    23 PRJ_PLATFORMS
    24 DEFAULT
    25 
    26 PRJ_EXPORTS
    27 
    28 ../inc/stdapis/stlport/climits     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/climits)
    29 ../inc/stdapis/stlport/stl/_cmath.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/stl/_cmath.h)
    30 ../inc/stdapis/stlport/complex     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/complex)
    31 ../inc/stdapis/stlport/stl/_numeric.c     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/stl/_numeric.c)
    32 ../inc/stdapis/stlport/stl/_numeric.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/stl/_numeric.h)
    33 ../inc/stdapis/stlport/cfloat     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/cfloat)
    34 
    35 ../inc/stdapis/stlport/stl/_limits.c     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/stl/_limits.c)
    36 ../inc/stdapis/stlport/stl/_limits.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/stl/_limits.h)
    37 ../inc/stdapis/stlport/cmath     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/cmath)
    38 ../inc/stdapis/stlport/math.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/math.h)
    39 
    40 ../inc/stdapis/stlport/limits     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/limits)
    41 
    42 ../inc/stdapis/stlport/stl/_complex.c     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/stl/_complex.c)
    43 ../inc/stdapis/stlport/stl/_complex.h     OS_LAYER_PUBLIC_EXPORT_PATH(stdapis/stlport/stl/_complex.h)
    44 
    45