diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-10 16:34:54 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-16 16:00:50 +0200 |
commit | 9a57e535616ce2fd84344911b02a6fe471258c93 (patch) | |
tree | a6fe4464a2fe092fb24d02bdd4f9ec1ad87fc857 /nbproject | |
parent | cf590ad67211ee634d4cb24ca97c9e65891240b9 (diff) |
includes lib-most-volume in HAL UNICENS
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 81 |
1 files changed, 77 insertions, 4 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index f7ef12b..07b5f8e 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -58,9 +58,18 @@ <in>hal-volume.c</in> </df> <df name="hal-most-unicens"> + <df name="ucs2-vol"> + <df name="src"> + <in>device_container.cpp</in> + <in>device_value.cpp</in> + <in>libmostvolume.cpp</in> + <in>setup.cpp</in> + </df> + </df> <in>hal_most_unicens.c</in> <in>wrap-json.c</in> <in>wrap_unicens.c</in> + <in>wrap_volume.c</in> </df> <df name="HAL-plugin"> <in>HalPlugPcm.c</in> @@ -397,7 +406,6 @@ ex="false" tool="0" flavor2="3"> - <cTool flags="3"> <incDir> <pElem>/opt/AGL/include/afb</pElem> <pElem>HAL-afb/hal-most-unicens</pElem> @@ -410,11 +418,55 @@ </incDir> </cTool> </item> + <item path="HAL-afb/hal-most-unicens/ucs2-vol/src/device_container.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool flags="1"> + <incDir> + <pElem>HAL-afb/hal-most-unicens/ucs2-vol/inc</pElem> + <pElem>HAL-afb/hal-most-unicens/ucs2-vol/src</pElem> + </incDir> + </ccTool> + </item> + <item path="HAL-afb/hal-most-unicens/ucs2-vol/src/device_value.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool flags="1"> + <incDir> + <pElem>HAL-afb/hal-most-unicens/ucs2-vol/src</pElem> + <pElem>HAL-afb/hal-most-unicens/ucs2-vol/inc</pElem> + </incDir> + </ccTool> + </item> + <item path="HAL-afb/hal-most-unicens/ucs2-vol/src/libmostvolume.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool flags="1"> + <incDir> + <pElem>HAL-afb/hal-most-unicens/ucs2-vol/src</pElem> + <pElem>HAL-afb/hal-most-unicens/ucs2-vol/inc</pElem> + </incDir> + </ccTool> + </item> + <item path="HAL-afb/hal-most-unicens/ucs2-vol/src/setup.cpp" + ex="false" + tool="1" + flavor2="0"> + <ccTool flags="1"> + <incDir> + <pElem>HAL-afb/hal-most-unicens/ucs2-vol/inc</pElem> + <pElem>HAL-afb/hal-most-unicens/ucs2-vol/src</pElem> + </incDir> + </ccTool> + </item> <item path="HAL-afb/hal-most-unicens/wrap-json.c" ex="false" tool="0" flavor2="3"> - <cTool flags="3"> + <cTool flags="4"> <incDir> <pElem>HAL-afb/hal-most-unicens</pElem> <pElem>/usr/lib64/gcc/x86_64-suse-linux/5/include</pElem> @@ -427,7 +479,21 @@ ex="false" tool="0" flavor2="3"> - <cTool flags="3"> + <cTool flags="4"> + <incDir> + <pElem>/opt/AGL/include/afb</pElem> + <pElem>HAL-afb/hal-most-unicens</pElem> + <pElem>/usr/include/json-c</pElem> + <pElem>/usr/lib64/gcc/x86_64-suse-linux/5/include</pElem> + <pElem>build/HAL-afb/hal-most-unicens</pElem> + </incDir> + </cTool> + </item> + <item path="HAL-afb/hal-most-unicens/wrap_volume.c" + ex="false" + tool="0" + flavor2="3"> + <cTool flags="4"> <incDir> <pElem>/opt/AGL/include/afb</pElem> <pElem>HAL-afb/hal-most-unicens</pElem> @@ -446,7 +512,7 @@ </cTool> </item> <item path="Shared-Interface/audio-interface.c" ex="false" tool="0" flavor2="3"> - <cTool flags="3"> + <cTool flags="4"> </cTool> </folder> <folder path="0/Alsa-afb"> @@ -902,6 +968,13 @@ <cTool flags="4"> </cTool> </item> + <item path="HAL-afb/hal-most-unicens/wrap_volume.c" + ex="false" + tool="0" + flavor2="3"> + <cTool flags="4"> + </cTool> + </item> <item path="HighLevel-afb/HighLevelApiConf.c" ex="false" tool="0" flavor2="3"> <cTool flags="2"> <incDir> |