From f2e85e5368ac1e8f17220223e8fcdb4b5b8aa003 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 5 Jul 2025 10:18:39 +0200 Subject: feat: remove OpenMSG framework, deprecated in favor of LibMSG. Signed-off-by: Amlal El Mahrouss --- public/frameworks/OpenMSG.fwrk/.keep | 0 public/frameworks/OpenMSG.fwrk/OpenMSG.json | 19 ------------------- public/frameworks/OpenMSG.fwrk/headers/.keep | 0 public/frameworks/OpenMSG.fwrk/src/.keep | 0 public/frameworks/OpenMSG.fwrk/src/DylibMain.cc | 5 ----- public/frameworks/OpenMSG.fwrk/xml/.keep | 0 public/frameworks/OpenMSG.fwrk/xml/app.xml | 2 -- 7 files changed, 26 deletions(-) delete mode 100644 public/frameworks/OpenMSG.fwrk/.keep delete mode 100644 public/frameworks/OpenMSG.fwrk/OpenMSG.json delete mode 100644 public/frameworks/OpenMSG.fwrk/headers/.keep delete mode 100644 public/frameworks/OpenMSG.fwrk/src/.keep delete mode 100644 public/frameworks/OpenMSG.fwrk/src/DylibMain.cc delete mode 100644 public/frameworks/OpenMSG.fwrk/xml/.keep delete mode 100644 public/frameworks/OpenMSG.fwrk/xml/app.xml diff --git a/public/frameworks/OpenMSG.fwrk/.keep b/public/frameworks/OpenMSG.fwrk/.keep deleted file mode 100644 index e69de29b..00000000 diff --git a/public/frameworks/OpenMSG.fwrk/OpenMSG.json b/public/frameworks/OpenMSG.fwrk/OpenMSG.json deleted file mode 100644 index 4bda8798..00000000 --- a/public/frameworks/OpenMSG.fwrk/OpenMSG.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compiler_path": "clang++", - "compiler_std": "c++20", - "headers_path": [ - "./", - "../../../dev/kernel", - "../../../public/frameworks/", - "../../../dev/", - "./" - ], - "sources_path": [], - "output_name": "./dist/libOpenMSG.fwrk.dylib", - "cpp_macros": [ - "kSampleFWVersion=0x0100", - "kSampleFWVersionHighest=0x0100", - "kSampleFWVersionLowest=0x0100", - "__NE_SDK__" - ] -} \ No newline at end of file diff --git a/public/frameworks/OpenMSG.fwrk/headers/.keep b/public/frameworks/OpenMSG.fwrk/headers/.keep deleted file mode 100644 index e69de29b..00000000 diff --git a/public/frameworks/OpenMSG.fwrk/src/.keep b/public/frameworks/OpenMSG.fwrk/src/.keep deleted file mode 100644 index e69de29b..00000000 diff --git a/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc b/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc deleted file mode 100644 index 99eebd26..00000000 --- a/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc +++ /dev/null @@ -1,5 +0,0 @@ -#include - -SInt32 _DylibAttach(SInt32 argc, Char* argv[]) { - return EXIT_FAILURE; -} \ No newline at end of file diff --git a/public/frameworks/OpenMSG.fwrk/xml/.keep b/public/frameworks/OpenMSG.fwrk/xml/.keep deleted file mode 100644 index e69de29b..00000000 diff --git a/public/frameworks/OpenMSG.fwrk/xml/app.xml b/public/frameworks/OpenMSG.fwrk/xml/app.xml deleted file mode 100644 index 6a46e598..00000000 --- a/public/frameworks/OpenMSG.fwrk/xml/app.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file -- cgit v1.2.3