mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 17:08:01 +00:00
- meta: CORE_PLUGIN_RELOAD_ONE(48) / LIST_LOADED(49) / IS_DISABLED(50) - sdk: PluginMgrAPI 接口(ReloadOne/ListLoadedPlugins/IsPluginDisabled) + PluginSDK.SetPluginMgrAPI/PluginMgr() 访问器 - plugindev 模板: dispatchPluginMgr 桥接注入,走 C ABI 48/49/50
33 lines
407 B
Plaintext
33 lines
407 B
Plaintext
# Build artifacts
|
|
*.so
|
|
*.dll
|
|
*.o
|
|
*.exe
|
|
*.hmap
|
|
plugin.json
|
|
|
|
# Build output directories
|
|
build/
|
|
dist/
|
|
|
|
# Test artifacts
|
|
testdist/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Generated bridge files
|
|
z_bridge_gen.go
|
|
z_entry.c
|
|
|
|
# Binaries (except pre-built distributions in bin/)
|
|
/plugindev
|
|
*_debug*
|
|
|
|
# Pre-built plugindev binaries in bin/ should be tracked
|
|
!bin/plugindev*
|
|
!bin/*.exe
|
|
|
|
# plugindev binary in tools/
|
|
tools/plugindev/plugindev
|