diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-05 10:29:47 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-12 15:26:21 +0200 |
commit | 322f8932476eda944c7d3ac65eafde12c69b2ae9 (patch) | |
tree | 3146f053d8f3f8f8324d7e41493b929d348a3f9c /nbproject | |
parent | 545c14e62971b23c704bc3d7f696e934e330656d (diff) |
Rewrite of the High Level API using the new HAL model
The new HAL model need the High Level API to be rewritten.
This is the first version of this rewrite, still in progress
but should work.
Change-Id: I5c94cf39d84cefae6b7a179c09d95e645673e8d4
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 85 | ||||
-rw-r--r-- | nbproject/project.xml | 26 |
2 files changed, 0 insertions, 111 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml deleted file mode 100644 index 5bd3283..0000000 --- a/nbproject/configurations.xml +++ /dev/null @@ -1,85 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<configurationDescriptor version="100"> - <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> - <df root="." name="0"> - <df name="afb-utilities"> - <in>filescan-utils.c</in> - <in>wrap-json.c</in> - </df> - <df name="ahl-binding"> - <in>ahl-binding.c</in> - <in>ahl-config.c</in> - <in>ahl-deviceenum.c</in> - <in>ahl-json.c</in> - </df> - <df name="ahl-policy"> - <in>ahl-policy.c</in> - </df> - <df name="ahl-utilities"> - <in>ahl-policy-utils.c</in> - </df> - </df> - <logicalFolder name="ExternalFiles" - displayName="Important Files" - projectFiles="false" - kind="IMPORTANT_FILES_FOLDER"> - <itemPath>build/Makefile</itemPath> - <itemPath>nbproject/private/launcher.properties</itemPath> - </logicalFolder> - </logicalFolder> - <sourceFolderFilter>^(nbproject)$</sourceFolderFilter> - <sourceRootList> - <Elem>.</Elem> - </sourceRootList> - <projectmakefile>build/Makefile</projectmakefile> - <confs> - <conf name="Default" type="0"> - <toolsSet> - <compilerSet>default</compilerSet> - <dependencyChecking>false</dependencyChecking> - <rebuildPropChanged>false</rebuildPropChanged> - </toolsSet> - <codeAssistance> - <buildAnalyzer>false</buildAnalyzer> - </codeAssistance> - <makefileType> - <makeTool> - <buildCommandWorkingDir>build</buildCommandWorkingDir> - <buildCommand>${MAKE} -f Makefile</buildCommand> - <cleanCommand>${MAKE} -f Makefile clean</cleanCommand> - <executablePath></executablePath> - <cTool> - <incDir> - <pElem>.</pElem> - </incDir> - </cTool> - <ccTool> - <incDir> - <pElem>.</pElem> - </incDir> - </ccTool> - </makeTool> - <preBuild> - <preBuildCommandWorkingDir>build</preBuildCommandWorkingDir> - <preBuildCommand>cmake ..</preBuildCommand> - </preBuild> - </makefileType> - <item path="afb-utilities/filescan-utils.c" ex="false" tool="0" flavor2="0"> - </item> - <item path="afb-utilities/wrap-json.c" ex="false" tool="0" flavor2="0"> - </item> - <item path="ahl-binding/ahl-binding.c" ex="false" tool="0" flavor2="0"> - </item> - <item path="ahl-binding/ahl-config.c" ex="false" tool="0" flavor2="0"> - </item> - <item path="ahl-binding/ahl-deviceenum.c" ex="false" tool="0" flavor2="0"> - </item> - <item path="ahl-binding/ahl-json.c" ex="false" tool="0" flavor2="0"> - </item> - <item path="ahl-policy/ahl-policy.c" ex="false" tool="0" flavor2="0"> - </item> - <item path="ahl-utilities/ahl-policy-utils.c" ex="false" tool="0" flavor2="0"> - </item> - </conf> - </confs> -</configurationDescriptor> diff --git a/nbproject/project.xml b/nbproject/project.xml deleted file mode 100644 index 91d2ad4..0000000 --- a/nbproject/project.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://www.netbeans.org/ns/project/1"> - <type>org.netbeans.modules.cnd.makeproject</type> - <configuration> - <data xmlns="http://www.netbeans.org/ns/make-project/1"> - <name>agl-service-audio-4a</name> - <c-extensions>c</c-extensions> - <cpp-extensions/> - <header-extensions>h,hpp</header-extensions> - <sourceEncoding>UTF-8</sourceEncoding> - <make-dep-projects/> - <sourceRootList> - <sourceRootElem>.</sourceRootElem> - </sourceRootList> - <confList> - <confElem> - <name>Default</name> - <type>0</type> - </confElem> - </confList> - <formatting> - <project-formatting-style>false</project-formatting-style> - </formatting> - </data> - </configuration> -</project> |