mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
- Load plugins from micro-services - Unified path for core datamodel plugins(JSON and DotSO) - Helper function to install plugin in core - Manage plugins based on input.json - Removed CONFIG_BBFDM_ENABLE_JSON_PLUGIN - Removed CONFIG_BBFDM_ENABLE_DOTSO_PLUGIN
23 lines
441 B
Text
23 lines
441 B
Text
config BBF_VENDOR_EXTENSION
|
|
bool "Enable Vendor Extension"
|
|
default y
|
|
|
|
config BBF_VENDOR_LIST
|
|
string "Vendor List"
|
|
default "iopsys"
|
|
|
|
config BBF_VENDOR_PREFIX
|
|
string "Vendor Prefix"
|
|
default "X_IOPSYS_EU_"
|
|
|
|
config BBF_TR143
|
|
bool "Enable TR-143 Data Model Support"
|
|
default y
|
|
|
|
config BBF_TR471
|
|
bool "Enable TR-471 Data Model Support"
|
|
default y
|
|
|
|
config BBF_MAX_OBJECT_INSTANCES
|
|
int "Maximum number of instances per object"
|
|
default 255
|