mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
Updated include headers
This commit is contained in:
parent
4ff4f09126
commit
7ddd1064e4
6 changed files with 8 additions and 24 deletions
|
|
@ -5,7 +5,7 @@ PROJECT(bbfdmd)
|
|||
ADD_DEFINITIONS(-fstrict-aliasing -Wall -Wextra -Werror -Wformat -Wformat-signedness -fPIC -D_GNU_SOURCE)
|
||||
ADD_DEFINITIONS(-DBBF_VENDOR_PREFIX="${BBF_VENDOR_PREFIX}")
|
||||
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I${CMAKE_SOURCE_DIR}")
|
||||
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I${CMAKE_SOURCE_DIR} -I${CMAKE_SOURCE_DIR}/libbbfdm-api/")
|
||||
|
||||
IF(${BBFDMD_MAX_MSG_LEN})
|
||||
ADD_DEFINITIONS(-DBBFDM_MAX_MSG_LEN=${BBFDMD_MAX_MSG_LEN})
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <libubox/blobmsg.h>
|
||||
#include <libubox/list.h>
|
||||
|
||||
#include "libbbfdm-api/dmbbf.h"
|
||||
#include "dmbbf.h"
|
||||
|
||||
struct bbfdm_async_req {
|
||||
struct ubus_context *ctx;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include <libubox/utils.h>
|
||||
#include <libubox/list.h>
|
||||
|
||||
#include "libbbfdm-api/dmcommon.h"
|
||||
#include "dmcommon.h"
|
||||
|
||||
#include "bbfdmd.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
#include "libbbfdm-api/plugin/json_plugin.h"
|
||||
#include "plugin/json_plugin.h"
|
||||
|
||||
extern struct list_head global_memhead;
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
#include "vendor_plugin.h"
|
||||
#include "../dmplugin.h"
|
||||
|
||||
#ifndef BBF_VENDOR_LIST
|
||||
#define BBF_VENDOR_LIST ""
|
||||
#endif
|
||||
|
||||
static void overwrite_param(DMOBJ *entryobj, DMLEAF *leaf)
|
||||
{
|
||||
if (entryobj->leaf) {
|
||||
|
|
|
|||
|
|
@ -108,26 +108,6 @@
|
|||
"dm_files": [
|
||||
"src/times.c"
|
||||
]
|
||||
},
|
||||
{
|
||||
"repo": "https://dev.iopsys.eu/voice/tr104.git",
|
||||
"proto": "git",
|
||||
"version": "devel",
|
||||
"dm_files": [
|
||||
"libdm/dmtree/servicesvoiceservice.c",
|
||||
"libdm/dmtree/servicesvoiceservicecallcontrol.c",
|
||||
"libdm/dmtree/servicesvoiceservicecalllog.c",
|
||||
"libdm/dmtree/servicesvoiceservicecapabilities.c",
|
||||
"libdm/dmtree/servicesvoiceservicecodecprofile.c",
|
||||
"libdm/dmtree/servicesvoiceservicedect.c",
|
||||
"libdm/dmtree/servicesvoiceservicepots.c",
|
||||
"libdm/dmtree/servicesvoiceservicereservedports.c",
|
||||
"libdm/dmtree/servicesvoiceservicesip.c",
|
||||
"libdm/dmtree/servicesvoiceservicevoipprofile.c",
|
||||
"libdm/dmtree/vendor_ext/servicesvoiceservicecallcontrol.c",
|
||||
"libdm/dmtree/vendor_ext/servicesvoiceservicecalllog.c",
|
||||
"libdm/dmtree/vendor_ext/servicesvoiceservicedect.c"
|
||||
]
|
||||
}
|
||||
],
|
||||
"output": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue