Phase 0: scaffold e_iwd Enlightenment module
Meson build, module entry points, and stub layout for the iwd backend (D-Bus client, gadget, popup, config, UI widgets). Bodies are TODOs; this compiles against EFL/E headers but performs no D-Bus work yet. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
b9eb5de878
29 changed files with 628 additions and 0 deletions
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Build directories
|
||||
.cache/
|
||||
build/
|
||||
builddir/
|
||||
|
||||
# Meson files
|
||||
.mesonpy*
|
||||
compile_commands.json
|
||||
|
||||
# Compiled files
|
||||
*.o
|
||||
*.so
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
|
||||
# Editor files
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
.*.sw?
|
||||
*.bak
|
||||
.vscode/
|
||||
.idea/
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Generated files
|
||||
config.h
|
||||
*.edj
|
||||
|
||||
# Core dumps
|
||||
core
|
||||
core.*
|
||||
vgcore.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue