From 122681ad5bc13ceece505e030a1141d2ae76c252 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 9 Oct 2024 13:06:53 +0200 Subject: IMP: Implemented SCI Memory Manager following functions: MmFillMemory and MmCopyMemory. Signed-off-by: Amlal EL Mahrouss --- dev/base/View/view.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev/base/View/view.json (limited to 'dev/base/View/view.json') diff --git a/dev/base/View/view.json b/dev/base/View/view.json new file mode 100644 index 00000000..9033eaec --- /dev/null +++ b/dev/base/View/view.json @@ -0,0 +1,21 @@ +{ + "compiler_path": "x86_64-w64-mingw32-g++", + "compiler_std": "c++20", + "headers_path": ["../../", "....//zka"], + "sources_path": ["src/*.cxx"], + "output_name": "View.exe", + "compiler_flags": [ + "-fPIC", + "-ffreestanding", + "-shared", + "-fno-rtti", + "-fno-exceptions", + "-Wl,--subsystem=17" + ], + "cpp_macros": [ + "__VIEW_IMPL__", + "cPRMVersion=0x0100", + "cPRMVersionHighest=0x0100", + "cPRMVersionLowest=0x0100" + ] +} -- cgit v1.2.3