remove not needed

This commit is contained in:
SaschaNes
2025-08-13 08:47:12 +02:00
parent dc8c5fa19e
commit ffa476217b
2 changed files with 0 additions and 41 deletions

View File

@@ -1,15 +0,0 @@
// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "vendor.shadowcreator.hardware.nordic@1.0",
root: "vendor.shadowcreator.hardware.nordic",
required: ["manifest_vendor.shadowcreator.hardware.nordic.xml"],
// vendor: true,
srcs: [
"INordic.hal",
],
interfaces: [
"android.hidl.base@1.0",
],
gen_java: true,
}

View File

@@ -1,26 +0,0 @@
/*
* controller's Nordic Hal Interface
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
package vendor.shadowcreator.hardware.nordic@1.0;
interface INordic {
helloWorld(string name) generates (string result);
Nordic_Start() generates (int32_t result);
Nordic_Get_Memory() generates(handle mem_prt, int32_t size);
Nordic_Stop() generates (int32_t result);
Nordic_Get_Nordic_Version() generates (float result);
Nordic_Get_Controller_Version(int32_t lr) generates (float result);
Nordic_Bind_Controller(int32_t lr) generates (int32_t result);
Nordic_Unbind_Controller(int32_t lr) generates (int32_t result);
Nordic_Cancel_Bind() generates (int32_t result);
Nordic_Get_Bind_State() generates (int32_t result);
Nordic_Set_Vibration(int32_t value) generates (int32_t result);
};