1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3<title>osclconfig_lib_check.h Source File</title> 4<link href="doxygen.css" rel="stylesheet" type="text/css"> 5</head><body> 6<!-- Generated by Doxygen 1.2.18 --> 7<center> 8<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9<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 1000002 <span class="preprocessor">#ifndef OSCLCONFIG_LIB_CHECK_H_INCLUDED</span> 1100003 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_LIB_CHECK_H_INCLUDED</span> 1200004 <span class="preprocessor"></span> 1300015 <span class="preprocessor">#if !defined(OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT )</span> 1400016 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT must be defined to 0 or 1"</span> 1500017 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 1600018 <span class="preprocessor"></span> 1700019 <span class="preprocessor">#if(OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT)</span> 1800020 <span class="preprocessor"></span> 1900025 <span class="preprocessor">#if !defined(OSCL_LIB_READ_DEBUG_LIBS)</span> 2000026 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_LIB_READ_DEBUG_LIBS must be defined to 0 or 1"</span> 2100027 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 2200028 <span class="preprocessor"></span> 2300029 <span class="comment">/*</span> 2400030 <span class="comment">** When OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT is 1,</span> 2500031 <span class="comment">** PV_DYNAMIC_LOADING_CONFIG_FILE_PATH should be set.</span> 2600032 <span class="comment">*/</span> 2700033 <span class="preprocessor">#if !defined(PV_DYNAMIC_LOADING_CONFIG_FILE_PATH)</span> 2800034 <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> 2900035 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 3000036 <span class="preprocessor"></span> 3100037 <span class="comment">/*</span> 3200038 <span class="comment">** When OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT is 1,</span> 3300039 <span class="comment">** PV_RUNTIME_LIB_FILENAME_EXTENSION should be set.</span> 3400040 <span class="comment">*/</span> 3500041 <span class="preprocessor">#if !defined(PV_RUNTIME_LIB_FILENAME_EXTENSION)</span> 3600042 <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> 3700043 <span class="preprocessor"></span><span class="preprocessor">#endif</span> 3800044 <span class="preprocessor"></span> 3900045 <span class="preprocessor">#endif // OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT</span> 4000046 <span class="preprocessor"></span> 4100047 4200050 <span class="preprocessor">#endif // OSCLCONFIG_LIB_CHECK_H_INCLUDED</span> 4300051 <span class="preprocessor"></span> 4400052 45</pre></div><hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 46<address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 47</small></address> 48</body> 49</html> 50