mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 13:48:17 +00:00
lxip: VFS plugin
Provides file-system compatible to libc socket-fs requirements. This includes pseudo file for network configuration.
This commit is contained in:
committed by
Christian Helmuth
parent
1f29e1854a
commit
304f2eaf38
9
repos/dde_linux/src/lib/vfs/lxip/symbol.map
Normal file
9
repos/dde_linux/src/lib/vfs/lxip/symbol.map
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
global:
|
||||
|
||||
vfs_file_system_factory;
|
||||
|
||||
local:
|
||||
|
||||
*;
|
||||
};
|
2
repos/dde_linux/src/lib/vfs/lxip/target.mk
Normal file
2
repos/dde_linux/src/lib/vfs/lxip/target.mk
Normal file
@ -0,0 +1,2 @@
|
||||
TARGET = dummy-vfs_lxip
|
||||
LIBS = vfs_lxip
|
1653
repos/dde_linux/src/lib/vfs/lxip/vfs.cc
Normal file
1653
repos/dde_linux/src/lib/vfs/lxip/vfs.cc
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user