Orb/lib/flm/doxygen.xml
changeset 3 d8fccb2cd802
parent 0 42188c7ea2d9
child 4 468f4c8d3d5b
equal deleted inserted replaced
2:932c358ece3e 3:d8fccb2cd802
       
     1 <?xml version="1.0" encoding="iso-8859-1"?>
       
     2 <build xmlns="http://symbian.com/xml/build"
       
     3        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     4        xsi:schemaLocation="http://symbian.com/xml/build ../../schema/build/2_0.xsd">
       
     5   <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     6   <!-- This component and the accompanying materials are made available under the terms of the License 
       
     7 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     8 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     9   <!-- Initial Contributors:
       
    10         Nokia Corporation - initial contribution.
       
    11 Contributors: 
       
    12 -->
       
    13   <!-- interfaces which do not correspond to target types:
       
    14          they are added automatically to the build specification for a given
       
    15          build configuration if listed in its INTERFACE.config variable -->
       
    16   <interface extends="Symbian.mmp"
       
    17              flm="doxygen.flm"
       
    18              name="doxygen">
       
    19     <param name="OUTPUTPATH" />
       
    20     <param name="SBS_DOXYGEN" />
       
    21     <param name="GNUTOUCH" />
       
    22     <param name="GNUSED" />
       
    23     <param name="GNUCAT" />
       
    24     <param name="GNUCPP" />
       
    25     <param name='GNUCP' />
       
    26     <param name="GNUTR" />
       
    27     <param name="SBS_PYTHON" />
       
    28     <param default=''
       
    29            name="EXPORTHEADERS" />
       
    30     <param default=''
       
    31            name='TARGETTYPE' />
       
    32     <param default=''
       
    33            name='CAPABILITY' />
       
    34     <param default=''
       
    35            name='CDEFS' />
       
    36     <param default=''
       
    37            name='OPT.PREINCLUDE' />
       
    38     <param default=''
       
    39            name='OPT.SPLITINCLUDE' />
       
    40     <param default=''
       
    41            name='OPT.SYSINCLUDE' />
       
    42     <param default=''
       
    43            name='OPT.USERINCLUDE' />
       
    44     <param default=''
       
    45            name='SYSTEMINCLUDE' />
       
    46   </interface>
       
    47   <interface flm="null.flm"
       
    48              name="doxygen.nop" />
       
    49   <interface extends="doxygen"
       
    50              name="doxygen.exe" />
       
    51   <interface extends="doxygen"
       
    52              name="doxygen.dll" />
       
    53 </build>