diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-11 00:27:30 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-11 00:27:30 +0100 |
commit | 521281617cec5d89725c4844eac68b5a772fab57 (patch) | |
tree | 74a5a5154c88cdae485fd2f139d50f3bf003ae9d /nbproject/configurations.xml | |
parent | 5cb52e556fed8eb0cf74d1052fe413fbb7406b0e (diff) |
Work in Progress
Static/Dynamic Lib Fixed.
Source Tree cleaned up
Compile but to be tested
Business Logic not done
Diffstat (limited to 'nbproject/configurations.xml')
-rw-r--r-- | nbproject/configurations.xml | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index ee7b001..6db5cb9 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -6,7 +6,7 @@ <df name="HALayer"> <df name="include"> <in>AlsaHalIface.h</in> - <in>MiscHelpers.h</in> + <in>AudioCommonLib.h</in> </df> </df> </df> @@ -65,16 +65,34 @@ <preBuildFirst>true</preBuildFirst> </preBuild> </makefileType> + <item path="AlsaSound/HALayer/Shared/ShareHalLib.h" + ex="false" + tool="3" + flavor2="0"> + </item> + <item path="AlsaSound/HALayer/Shared/SharedHalLib.h" + ex="false" + tool="3" + flavor2="0"> + </item> <item path="AlsaSound/HALayer/include/AlsaHalIface.h" ex="false" tool="3" flavor2="0"> </item> - <item path="AlsaSound/HALayer/include/MiscHelpers.h" + <item path="AlsaSound/HALayer/include/AudioCommonLib.h" ex="false" tool="3" flavor2="0"> </item> + <item path="Common/AudioCommonLib.h" ex="false" tool="3" flavor2="0"> + </item> + <item path="Common/include/AudioCommonLib.h" ex="false" tool="3" flavor2="0"> + </item> + <item path="Common/include/ShareHalLib.h" ex="false" tool="3" flavor2="0"> + </item> + <item path="Common/include/SharedHalLib.h" ex="false" tool="3" flavor2="0"> + </item> <item path="MostVolume/DeviceContainer.cpp" ex="false" tool="1" flavor2="0"> </item> <item path="MostVolume/DeviceValue.cpp" ex="false" tool="1" flavor2="0"> |