OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [doc/] [html/] [cdl-guide/] [ref.include-files.html] - Diff between revs 28 and 174

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 28 Rev 174
<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
<!-- This material may be distributed only subject to the terms      -->
<!-- This material may be distributed only subject to the terms      -->
<!-- and conditions set forth in the Open Publication License, v1.0  -->
<!-- and conditions set forth in the Open Publication License, v1.0  -->
<!-- or later (the latest version is presently available at          -->
<!-- or later (the latest version is presently available at          -->
<!-- http://www.opencontent.org/openpub/).                           -->
<!-- http://www.opencontent.org/openpub/).                           -->
<!-- Distribution of the work or derivative of the work in any       -->
<!-- Distribution of the work or derivative of the work in any       -->
<!-- standard (paper) book form is prohibited unless prior           -->
<!-- standard (paper) book form is prohibited unless prior           -->
<!-- permission is obtained from the copyright holder.               -->
<!-- permission is obtained from the copyright holder.               -->
<HTML
<HTML
><HEAD
><HEAD
><TITLE
><TITLE
>include_files</TITLE
>include_files</TITLE
><meta name="MSSmartTagsPreventParsing" content="TRUE">
><meta name="MSSmartTagsPreventParsing" content="TRUE">
<META
<META
NAME="GENERATOR"
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
"><LINK
REL="HOME"
REL="HOME"
TITLE="The eCos Component Writer's Guide"
TITLE="The eCos Component Writer's Guide"
HREF="cdl-guide.html"><LINK
HREF="cdl-guide.html"><LINK
REL="UP"
REL="UP"
TITLE="CDL Language Specification"
TITLE="CDL Language Specification"
HREF="reference.html"><LINK
HREF="reference.html"><LINK
REL="PREVIOUS"
REL="PREVIOUS"
TITLE="include_dir"
TITLE="include_dir"
HREF="ref.include-dir.html"><LINK
HREF="ref.include-dir.html"><LINK
REL="NEXT"
REL="NEXT"
TITLE="legal_values"
TITLE="legal_values"
HREF="ref.legal-values.html"></HEAD
HREF="ref.legal-values.html"></HEAD
><BODY
><BODY
CLASS="REFENTRY"
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
BGCOLOR="#FFFFFF"
TEXT="#000000"
TEXT="#000000"
LINK="#0000FF"
LINK="#0000FF"
VLINK="#840084"
VLINK="#840084"
ALINK="#0000FF"
ALINK="#0000FF"
><DIV
><DIV
CLASS="NAVHEADER"
CLASS="NAVHEADER"
><TABLE
><TABLE
SUMMARY="Header navigation table"
SUMMARY="Header navigation table"
WIDTH="100%"
WIDTH="100%"
BORDER="0"
BORDER="0"
CELLPADDING="0"
CELLPADDING="0"
CELLSPACING="0"
CELLSPACING="0"
><TR
><TR
><TH
><TH
COLSPAN="3"
COLSPAN="3"
ALIGN="center"
ALIGN="center"
>The <SPAN
>The <SPAN
CLASS="APPLICATION"
CLASS="APPLICATION"
>eCos</SPAN
>eCos</SPAN
> Component Writer's Guide</TH
> Component Writer's Guide</TH
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="10%"
WIDTH="10%"
ALIGN="left"
ALIGN="left"
VALIGN="bottom"
VALIGN="bottom"
><A
><A
HREF="ref.include-dir.html"
HREF="ref.include-dir.html"
ACCESSKEY="P"
ACCESSKEY="P"
>Prev</A
>Prev</A
></TD
></TD
><TD
><TD
WIDTH="80%"
WIDTH="80%"
ALIGN="center"
ALIGN="center"
VALIGN="bottom"
VALIGN="bottom"
></TD
></TD
><TD
><TD
WIDTH="10%"
WIDTH="10%"
ALIGN="right"
ALIGN="right"
VALIGN="bottom"
VALIGN="bottom"
><A
><A
HREF="ref.legal-values.html"
HREF="ref.legal-values.html"
ACCESSKEY="N"
ACCESSKEY="N"
>Next</A
>Next</A
></TD
></TD
></TR
></TR
></TABLE
></TABLE
><HR
><HR
ALIGN="LEFT"
ALIGN="LEFT"
WIDTH="100%"></DIV
WIDTH="100%"></DIV
><H1
><H1
><A
><A
NAME="REF.INCLUDE-FILES"><SPAN
NAME="REF.INCLUDE-FILES"><SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>include_files</SPAN
>include_files</SPAN
></H1
></H1
><DIV
><DIV
CLASS="REFNAMEDIV"
CLASS="REFNAMEDIV"
><A
><A
NAME="AEN4577"
NAME="AEN4577"
></A
></A
><H2
><H2
>Name</H2
>Name</H2
>Property <SPAN
>Property <SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>include_files</SPAN
>include_files</SPAN
>&nbsp;--&nbsp;List the header files that are exported by a package.</DIV
>&nbsp;--&nbsp;List the header files that are exported by a package.</DIV
><DIV
><DIV
CLASS="REFSYNOPSISDIV"
CLASS="REFSYNOPSISDIV"
><A
><A
NAME="AEN4581"><H2
NAME="AEN4581"><H2
>Synopsis</H2
>Synopsis</H2
><TABLE
><TABLE
BORDER="5"
BORDER="5"
BGCOLOR="#E0E0F0"
BGCOLOR="#E0E0F0"
WIDTH="70%"
WIDTH="70%"
><TR
><TR
><TD
><TD
><PRE
><PRE
CLASS="SYNOPSIS"
CLASS="SYNOPSIS"
>cdl_package &lt;name&gt; {
>cdl_package &lt;name&gt; {
    include_files &lt;file1&gt; &#8230;
    include_files &lt;file1&gt; &#8230;
    &#8230;
    &#8230;
}</PRE
}</PRE
></TD
></TD
></TR
></TR
></TABLE
></TABLE
></DIV
></DIV
><DIV
><DIV
CLASS="REFSECT1"
CLASS="REFSECT1"
><A
><A
NAME="AEN4583"
NAME="AEN4583"
></A
></A
><H2
><H2
>Description</H2
>Description</H2
><P
><P
>Most packages export one or more header files defining their public
>Most packages export one or more header files defining their public
interface. For example the C library exports header files such as
interface. For example the C library exports header files such as
<TT
<TT
CLASS="FILENAME"
CLASS="FILENAME"
>stdio.h</TT
>stdio.h</TT
> and
> and
<TT
<TT
CLASS="FILENAME"
CLASS="FILENAME"
>ctype.h</TT
>ctype.h</TT
>.
>.
If the package follows the <A
If the package follows the <A
HREF="package.html#PACKAGE.HIERARCHY"
HREF="package.html#PACKAGE.HIERARCHY"
>directory
>directory
layout conventions</A
layout conventions</A
> then the exported header files will normally
> then the exported header files will normally
be found in the package's
be found in the package's
<TT
<TT
CLASS="FILENAME"
CLASS="FILENAME"
>include</TT
>include</TT
> sub-directory. For
> sub-directory. For
packages which do not follow these conventions, typically simple ones
packages which do not follow these conventions, typically simple ones
for which a complicated sub-directory hierarchy is undesirable, there
for which a complicated sub-directory hierarchy is undesirable, there
has to be an alternative way of specifying which header file or files
has to be an alternative way of specifying which header file or files
define the public interface. The <SPAN
define the public interface. The <SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>include_files</SPAN
>include_files</SPAN
> property provides
> property provides
support for this.</P
support for this.</P
><P
><P
>By default, if a package does not have an
>By default, if a package does not have an
<TT
<TT
CLASS="FILENAME"
CLASS="FILENAME"
>include</TT
>include</TT
> subdirectory and it
> subdirectory and it
does not have an <SPAN
does not have an <SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>include_files</SPAN
>include_files</SPAN
> property then all files with a suffix
> property then all files with a suffix
of <TT
of <TT
CLASS="LITERAL"
CLASS="LITERAL"
>.h</TT
>.h</TT
>, <TT
>, <TT
CLASS="LITERAL"
CLASS="LITERAL"
>.hxx</TT
>.hxx</TT
>,
>,
<TT
<TT
CLASS="LITERAL"
CLASS="LITERAL"
>.inl</TT
>.inl</TT
> or <TT
> or <TT
CLASS="LITERAL"
CLASS="LITERAL"
>.inc</TT
>.inc</TT
> will be treated as
> will be treated as
public header files. However some of these may be private files
public header files. However some of these may be private files
containing implementation details. If there is an
containing implementation details. If there is an
<SPAN
<SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>include_files</SPAN
>include_files</SPAN
> property then only the files listed in that property
> property then only the files listed in that property
will be exported.</P
will be exported.</P
><P
><P
>If a package should not export any header files but does contain
>If a package should not export any header files but does contain
private implementation headers, an <SPAN
private implementation headers, an <SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>include_files</SPAN
>include_files</SPAN
> property with no
> property with no
arguments should be used.</P
arguments should be used.</P
></DIV
></DIV
><DIV
><DIV
CLASS="REFSECT1"
CLASS="REFSECT1"
><A
><A
NAME="AEN4601"
NAME="AEN4601"
></A
></A
><H2
><H2
>Example</H2
>Example</H2
><TABLE
><TABLE
BORDER="5"
BORDER="5"
BGCOLOR="#E0E0F0"
BGCOLOR="#E0E0F0"
WIDTH="70%"
WIDTH="70%"
><TR
><TR
><TD
><TD
><PRE
><PRE
CLASS="PROGRAMLISTING"
CLASS="PROGRAMLISTING"
>cdl_package &lt;SOME_PACKAGE&gt; {
>cdl_package &lt;SOME_PACKAGE&gt; {
    &#8230;
    &#8230;
    include_dir   &lt;some directory&gt;
    include_dir   &lt;some directory&gt;
    include_files interface.h
    include_files interface.h
}
}
 
 
cdl_package &lt;ANOTHER_PACKAGE&gt; {
cdl_package &lt;ANOTHER_PACKAGE&gt; {
    &#8230;
    &#8230;
    include_files
    include_files
}</PRE
}</PRE
></TD
></TD
></TR
></TR
></TABLE
></TABLE
></DIV
></DIV
><DIV
><DIV
CLASS="REFSECT1"
CLASS="REFSECT1"
><A
><A
NAME="AEN4604"
NAME="AEN4604"
></A
></A
><H2
><H2
>See Also</H2
>See Also</H2
><P
><P
>Property <A
>Property <A
HREF="ref.include-dir.html"
HREF="ref.include-dir.html"
><SPAN
><SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>include_dir</SPAN
>include_dir</SPAN
></A
></A
>, and
>, and
command <A
command <A
HREF="ref.cdl-package.html"
HREF="ref.cdl-package.html"
><TT
><TT
CLASS="LITERAL"
CLASS="LITERAL"
>cdl_package</TT
>cdl_package</TT
></A
></A
>.</P
>.</P
></DIV
></DIV
><DIV
><DIV
CLASS="NAVFOOTER"
CLASS="NAVFOOTER"
><HR
><HR
ALIGN="LEFT"
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
SUMMARY="Footer navigation table"
WIDTH="100%"
WIDTH="100%"
BORDER="0"
BORDER="0"
CELLPADDING="0"
CELLPADDING="0"
CELLSPACING="0"
CELLSPACING="0"
><TR
><TR
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="left"
ALIGN="left"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="ref.include-dir.html"
HREF="ref.include-dir.html"
ACCESSKEY="P"
ACCESSKEY="P"
>Prev</A
>Prev</A
></TD
></TD
><TD
><TD
WIDTH="34%"
WIDTH="34%"
ALIGN="center"
ALIGN="center"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="cdl-guide.html"
HREF="cdl-guide.html"
ACCESSKEY="H"
ACCESSKEY="H"
>Home</A
>Home</A
></TD
></TD
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="right"
ALIGN="right"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="ref.legal-values.html"
HREF="ref.legal-values.html"
ACCESSKEY="N"
ACCESSKEY="N"
>Next</A
>Next</A
></TD
></TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="left"
ALIGN="left"
VALIGN="top"
VALIGN="top"
><SPAN
><SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>include_dir</SPAN
>include_dir</SPAN
></TD
></TD
><TD
><TD
WIDTH="34%"
WIDTH="34%"
ALIGN="center"
ALIGN="center"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="reference.html"
HREF="reference.html"
ACCESSKEY="U"
ACCESSKEY="U"
>Up</A
>Up</A
></TD
></TD
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="right"
ALIGN="right"
VALIGN="top"
VALIGN="top"
><SPAN
><SPAN
CLASS="PROPERTY"
CLASS="PROPERTY"
>legal_values</SPAN
>legal_values</SPAN
></TD
></TD
></TR
></TR
></TABLE
></TABLE
></DIV
></DIV
></BODY
></BODY
></HTML
></HTML
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.