diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-25 08:26:08 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-25 08:26:08 +0200 |
| commit | daa4f8c748d290feba8a71e889743a8a3097ad7d (patch) | |
| tree | 4b4869dbe3ec5f7c1d78c3d88241db96d006a445 /dev/base/EncryptFS/src/EncryptBlock.cxx | |
| parent | 8f62fbe30655e4d18837f196f01bb203126f474f (diff) | |
Refactor codebase: Move Objects to obj/, fix flags, remove .vscode, add syscalls
- Refactored Objects directory to obj/ for better organization.
- Fixed incorrect flags in the build process.
- Removed .vscode folder to clean up unnecessary IDE settings.
- Added syscall implementations for enhanced functionality.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/base/EncryptFS/src/EncryptBlock.cxx')
| -rw-r--r-- | dev/base/EncryptFS/src/EncryptBlock.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev/base/EncryptFS/src/EncryptBlock.cxx b/dev/base/EncryptFS/src/EncryptBlock.cxx deleted file mode 100644 index b3f2fc56..00000000 --- a/dev/base/EncryptFS/src/EncryptBlock.cxx +++ /dev/null @@ -1,14 +0,0 @@ -/* ------------------------------------------- - - Copyright ZKA Technologies. - -------------------------------------------- */ - -#include <cstddef> -#include <cstdint> - -enum -{ - eEFSFlagEncrypted = 0x3f, - eEFSFlagEncryptedEPM = 0xf3, -}; |
