blob: 3d0fe6d3716e659d9d794b5671dba732ed1a6235 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>osclconfig_lib_check.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.18 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; </center>
<hr><h1>osclconfig_lib_check.h</h1><a href="osclconfig__lib__check_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
00002 <span class="preprocessor">#ifndef OSCLCONFIG_LIB_CHECK_H_INCLUDED</span>
00003 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_LIB_CHECK_H_INCLUDED</span>
00004 <span class="preprocessor"></span>
00015 <span class="preprocessor">#if !defined(OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT )</span>
00016 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT must be defined to 0 or 1"</span>
00017 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00018 <span class="preprocessor"></span>
00019 <span class="preprocessor">#if(OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT)</span>
00020 <span class="preprocessor"></span>
00025 <span class="preprocessor">#if !defined(OSCL_LIB_READ_DEBUG_LIBS)</span>
00026 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_LIB_READ_DEBUG_LIBS must be defined to 0 or 1"</span>
00027 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00028 <span class="preprocessor"></span>
00029 <span class="comment">/*</span>
00030 <span class="comment">** When OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT is 1,</span>
00031 <span class="comment">** PV_DYNAMIC_LOADING_CONFIG_FILE_PATH should be set.</span>
00032 <span class="comment">*/</span>
00033 <span class="preprocessor">#if !defined(PV_DYNAMIC_LOADING_CONFIG_FILE_PATH)</span>
00034 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: PV_DYNAMIC_LOADING_CONFIG_FILE_PATH must be set to a path where the config files are expected to be present"</span>
00035 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00036 <span class="preprocessor"></span>
00037 <span class="comment">/*</span>
00038 <span class="comment">** When OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT is 1,</span>
00039 <span class="comment">** PV_RUNTIME_LIB_FILENAME_EXTENSION should be set.</span>
00040 <span class="comment">*/</span>
00041 <span class="preprocessor">#if !defined(PV_RUNTIME_LIB_FILENAME_EXTENSION)</span>
00042 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: PV_RUNTIME_LIB_FILENAME_EXTENSION must be specified for use as the dynamic library file extension"</span>
00043 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
00044 <span class="preprocessor"></span>
00045 <span class="preprocessor">#endif // OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT</span>
00046 <span class="preprocessor"></span>
00047
00050 <span class="preprocessor">#endif // OSCLCONFIG_LIB_CHECK_H_INCLUDED</span>
00051 <span class="preprocessor"></span>
00052
</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small>
</small></address>
</body>
</html>