diff options
Diffstat (limited to 'src/libASN')
| -rw-r--r-- | src/libASN/AsnKit/VirtualMixer.h | 13 | ||||
| -rw-r--r-- | src/libASN/libASN.json | 23 | ||||
| -rw-r--r-- | src/libASN/src/VirtualMixer.cpp | 6 |
3 files changed, 0 insertions, 42 deletions
diff --git a/src/libASN/AsnKit/VirtualMixer.h b/src/libASN/AsnKit/VirtualMixer.h deleted file mode 100644 index ab705882..00000000 --- a/src/libASN/AsnKit/VirtualMixer.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) -// Distributed under the Boost Software License, Version 1.0. (See accompanying -// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -// Official repository: https://github.com/ne-foss-org/nekernel - -#ifndef ASNKIT_SOUNDMIXER_H -#define ASNKIT_SOUNDMIXER_H - -#include <libSystem/SystemKit/System.h> - -namespace ASN {} - -#endif diff --git a/src/libASN/libASN.json b/src/libASN/libASN.json deleted file mode 100644 index f1a5e267..00000000 --- a/src/libASN/libASN.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "compiler_path": "x86_64-w64-mingw32-gcc", - "compiler_std": "c++20", - "headers_path": ["../", "./"], - "sources_path": ["src/*.cpp"], - "output_name": "libASN.dll", - "compiler_flags": [ - "-ffreestanding", - "-shared", - "-fno-rtti", - "-fno-exceptions", - "-Wl,--subsystem=17" - ], - "cpp_macros": [ - "__NEOSKRNL__", - "__ASN_AMD64__", - "__ASN__", - "kASNVersionHighest=0x0100", - "kASNVersionLowest=0x0100", - "kASNVersion=0x0100" - ], - "description": "Audio Subsystem for NeKernel—handle multimedia requests." -} diff --git a/src/libASN/src/VirtualMixer.cpp b/src/libASN/src/VirtualMixer.cpp deleted file mode 100644 index 9613cb84..00000000 --- a/src/libASN/src/VirtualMixer.cpp +++ /dev/null @@ -1,6 +0,0 @@ -// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) -// Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/ne-foss-org/nekernel - -#include <AsnKit/VirtualMixer.h> - |
