diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/tools/mgmt.hefs/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/mgmt.hefs.json | 19 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/src/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt.hefs/vendor/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/mgmt.json | 19 | ||||
| -rw-r--r-- | public/tools/mgmt/src/.keep | 0 | ||||
| -rw-r--r-- | public/tools/mgmt/src/CommandLine.cc | 5 | ||||
| -rw-r--r-- | public/tools/mgmt/vendor/.keep | 0 |
9 files changed, 43 insertions, 0 deletions
diff --git a/public/tools/mgmt.hefs/.keep b/public/tools/mgmt.hefs/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/.keep diff --git a/public/tools/mgmt.hefs/mgmt.hefs.json b/public/tools/mgmt.hefs/mgmt.hefs.json new file mode 100644 index 00000000..dc1181c3 --- /dev/null +++ b/public/tools/mgmt.hefs/mgmt.hefs.json @@ -0,0 +1,19 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "./", + "../../../dev/kernel", + "../../../public/frameworks/", + "../../../dev/", + "./" + ], + "sources_path": [], + "output_name": "./dist/mgmt.hefs", + "cpp_macros": [ + "kSampleFWVersion=0x0100", + "kSampleFWVersionHighest=0x0100", + "kSampleFWVersionLowest=0x0100", + "__NE_SDK__" + ] +}
\ No newline at end of file diff --git a/public/tools/mgmt.hefs/src/.keep b/public/tools/mgmt.hefs/src/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/src/.keep diff --git a/public/tools/mgmt.hefs/vendor/.keep b/public/tools/mgmt.hefs/vendor/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt.hefs/vendor/.keep diff --git a/public/tools/mgmt/.keep b/public/tools/mgmt/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/.keep diff --git a/public/tools/mgmt/mgmt.json b/public/tools/mgmt/mgmt.json new file mode 100644 index 00000000..5cdd0ec7 --- /dev/null +++ b/public/tools/mgmt/mgmt.json @@ -0,0 +1,19 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": [ + "./", + "../../../dev/kernel", + "../../../public/frameworks/", + "../../../dev/", + "./" + ], + "sources_path": [], + "output_name": "./dist/mgmt", + "cpp_macros": [ + "kSampleFWVersion=0x0100", + "kSampleFWVersionHighest=0x0100", + "kSampleFWVersionLowest=0x0100", + "__NE_SDK__" + ] +}
\ No newline at end of file diff --git a/public/tools/mgmt/src/.keep b/public/tools/mgmt/src/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/src/.keep diff --git a/public/tools/mgmt/src/CommandLine.cc b/public/tools/mgmt/src/CommandLine.cc new file mode 100644 index 00000000..45990d08 --- /dev/null +++ b/public/tools/mgmt/src/CommandLine.cc @@ -0,0 +1,5 @@ +#include <user/SystemCalls.h> + +SInt32 _NeMain(SInt32 argc, Char* argv[]) { + return EXIT_FAILURE; +}
\ No newline at end of file diff --git a/public/tools/mgmt/vendor/.keep b/public/tools/mgmt/vendor/.keep new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/tools/mgmt/vendor/.keep |
