diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-10-24 23:46:20 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-10-24 23:46:20 +0200 |
commit | 4d5bc0ad794aba9b732b73ddb3c289b085b63d49 (patch) | |
tree | 0cd28723e1be38a15007f1b7cd93d28703193795 /nbproject | |
parent | d6641e89e321e972914fd538c405886670ad0e60 (diff) |
Initial Compiling version as independent repo
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 39 | ||||
-rw-r--r-- | nbproject/project.xml | 4 |
2 files changed, 41 insertions, 2 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 9700858..31d7d59 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -75,6 +75,11 @@ <in>HighLevelApiConf.c</in> <in>HighLevelBinding.c</in> </df> + <df name="MOST_UNICENS"> + <in>hal_most_unicens.c</in> + <in>wrap_unicens.c</in> + <in>wrap_volume.c</in> + </df> <df name="MostVolume"> <df name="external"> <in>ConnectionInfo.cpp</in> @@ -524,6 +529,18 @@ <cTool flags="3"> </cTool> </item> + <item path="MOST_UNICENS/hal_most_unicens.c" ex="false" tool="0" flavor2="0"> + <cTool flags="0"> + </cTool> + </item> + <item path="MOST_UNICENS/wrap_unicens.c" ex="false" tool="0" flavor2="0"> + <cTool flags="0"> + </cTool> + </item> + <item path="MOST_UNICENS/wrap_volume.c" ex="false" tool="0" flavor2="0"> + <cTool flags="0"> + </cTool> + </item> <item path="MostVolume/DeviceContainer.cpp" ex="false" tool="1" flavor2="4"> </item> <item path="MostVolume/DeviceValue.cpp" ex="false" tool="1" flavor2="4"> @@ -757,6 +774,28 @@ </preprocessorList> </cTool> </folder> + <folder path="0/MOST_UNICENS"> + <cTool> + <incDir> + <pElem>/usr/include/json-c</pElem> + <pElem>../../../opt/include</pElem> + <pElem>/usr/include/p11-kit-1</pElem> + <pElem>../../../opt/include/alsa</pElem> + <pElem>MOST_UNICENS/ucs2-vol/inc</pElem> + <pElem>hal-utilities-4a</pElem> + <pElem>afb-utilities</pElem> + <pElem>build/MOST_UNICENS</pElem> + </incDir> + <preprocessorList> + <Elem>CONTROL_MAXPATH_LEN=255</Elem> + <Elem>MAX_LINEAR_DB_SCALE=24</Elem> + <Elem>MAX_SND_CARD=16</Elem> + <Elem>NATIVE_LINUX</Elem> + <Elem>TLV_BYTE_SIZE=256</Elem> + <Elem>hal_most_unicens_EXPORTS</Elem> + </preprocessorList> + </cTool> + </folder> <folder path="0/MostVolume"> <cTool> <incDir> diff --git a/nbproject/project.xml b/nbproject/project.xml index 59b688d..824d0e8 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -3,10 +3,10 @@ <type>org.netbeans.modules.cnd.makeproject</type> <configuration> <data xmlns="http://www.netbeans.org/ns/make-project/1"> - <name>AFB-aaaa</name> + <name>unicens-4a</name> <c-extensions>c</c-extensions> <cpp-extensions>cpp,cxx</cpp-extensions> - <header-extensions>h</header-extensions> + <header-extensions>h,hpp</header-extensions> <sourceEncoding>UTF-8</sourceEncoding> <make-dep-projects/> <sourceRootList> |