From a69a70195774e54abae3647ec065949b69dfc941 Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Thu, 8 Jun 2023 13:14:32 +0300 Subject: [PATCH] [wakelock] Remove aurora generated --- .../wakelock_aurora/example/.gitignore | 3 + .../flutter/generated_plugin_registrant.cpp | 14 - .../flutter/generated_plugin_registrant.h | 12 - .../aurora/flutter/generated_plugins.cmake | 32 --- .../wakelock_aurora/example/pubspec.lock | 264 ++++++++++++++++++ 5 files changed, 267 insertions(+), 58 deletions(-) delete mode 100644 packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugin_registrant.cpp delete mode 100644 packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugin_registrant.h delete mode 100644 packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugins.cmake create mode 100644 packages/wakelock/wakelock_aurora/example/pubspec.lock diff --git a/packages/wakelock/wakelock_aurora/example/.gitignore b/packages/wakelock/wakelock_aurora/example/.gitignore index 24476c5..3db3823 100644 --- a/packages/wakelock/wakelock_aurora/example/.gitignore +++ b/packages/wakelock/wakelock_aurora/example/.gitignore @@ -42,3 +42,6 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +# Aurora generated +/aurora/flutter diff --git a/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugin_registrant.cpp b/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugin_registrant.cpp deleted file mode 100644 index b315972..0000000 --- a/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugin_registrant.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#include - -#include "generated_plugin_registrant.h" - -void RegisterPlugins() { - Application::RegisterPlugins({ - }); -} diff --git a/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugin_registrant.h b/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugin_registrant.h deleted file mode 100644 index 648dcb3..0000000 --- a/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugin_registrant.h +++ /dev/null @@ -1,12 +0,0 @@ -// -// Generated file. Do not edit. -// - -// clang-format off - -#ifndef GENERATED_PLUGIN_REGISTRANT -#define GENERATED_PLUGIN_REGISTRANT - -void RegisterPlugins(); - -#endif /* GENERATED_PLUGIN_REGISTRANT */ diff --git a/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugins.cmake b/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugins.cmake deleted file mode 100644 index 008ff29..0000000 --- a/packages/wakelock/wakelock_aurora/example/aurora/flutter/generated_plugins.cmake +++ /dev/null @@ -1,32 +0,0 @@ -# -# Generated file, do not edit. -# -set(ROOT_PROJECT_BINARY_DIR "${PROJECT_BINARY_DIR}") - -function(add_library TARGET) - _add_library(${TARGET} ${ARGN}) - - if ( - FALSE - ) - add_custom_command(TARGET ${TARGET} POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy - "$" - "${ROOT_PROJECT_BINARY_DIR}/bundle/lib/$") - endif() -endfunction() - -list(APPEND FLUTTER_PLATFORM_PLUGIN_LIST -) - -list(APPEND FLUTTER_FFI_PLUGIN_LIST -) - -foreach(PLUGIN ${FLUTTER_PLATFORM_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${PLUGIN}/aurora plugins/${PLUGIN}) - target_link_libraries(${BINARY_NAME} PRIVATE ${PLUGIN}_platform_plugin) -endforeach(PLUGIN) - -foreach(FFI_PLUGIN ${FLUTTER_FFI_PLUGIN_LIST}) - add_subdirectory(flutter/ephemeral/.plugin_symlinks/${FFI_PLUGIN}/aurora plugins/${FFI_PLUGIN}) -endforeach(FFI_PLUGIN) diff --git a/packages/wakelock/wakelock_aurora/example/pubspec.lock b/packages/wakelock/wakelock_aurora/example/pubspec.lock new file mode 100644 index 0000000..b5355f0 --- /dev/null +++ b/packages/wakelock/wakelock_aurora/example/pubspec.lock @@ -0,0 +1,264 @@ +# Generated by pub +# See https://dart.dev/tools/pub/glossary#lockfile +packages: + args: + dependency: transitive + description: + name: args + url: "https://pub.dartlang.org" + source: hosted + version: "2.4.1" + async: + dependency: transitive + description: + name: async + url: "https://pub.dartlang.org" + source: hosted + version: "2.9.0" + boolean_selector: + dependency: transitive + description: + name: boolean_selector + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" + characters: + dependency: transitive + description: + name: characters + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" + clock: + dependency: transitive + description: + name: clock + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + collection: + dependency: transitive + description: + name: collection + url: "https://pub.dartlang.org" + source: hosted + version: "1.16.0" + cupertino_icons: + dependency: "direct main" + description: + name: cupertino_icons + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.5" + dbus: + dependency: transitive + description: + name: dbus + url: "https://pub.dartlang.org" + source: hosted + version: "0.7.8" + fake_async: + dependency: transitive + description: + name: fake_async + url: "https://pub.dartlang.org" + source: hosted + version: "1.3.1" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.2" + flutter: + dependency: "direct main" + description: flutter + source: sdk + version: "0.0.0" + flutter_lints: + dependency: "direct dev" + description: + name: flutter_lints + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + flutter_test: + dependency: "direct dev" + description: flutter + source: sdk + version: "0.0.0" + flutter_web_plugins: + dependency: transitive + description: flutter + source: sdk + version: "0.0.0" + js: + dependency: transitive + description: + name: js + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.4" + lints: + dependency: transitive + description: + name: lints + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.1" + matcher: + dependency: transitive + description: + name: matcher + url: "https://pub.dartlang.org" + source: hosted + version: "0.12.12" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.5" + meta: + dependency: transitive + description: + name: meta + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.0" + path: + dependency: transitive + description: + name: path + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.2" + petitparser: + dependency: transitive + description: + name: petitparser + url: "https://pub.dartlang.org" + source: hosted + version: "5.1.0" + plugin_platform_interface: + dependency: transitive + description: + name: plugin_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.4" + sky_engine: + dependency: transitive + description: flutter + source: sdk + version: "0.0.99" + source_span: + dependency: transitive + description: + name: source_span + url: "https://pub.dartlang.org" + source: hosted + version: "1.9.0" + stack_trace: + dependency: transitive + description: + name: stack_trace + url: "https://pub.dartlang.org" + source: hosted + version: "1.10.0" + stream_channel: + dependency: transitive + description: + name: stream_channel + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" + string_scanner: + dependency: transitive + description: + name: string_scanner + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.1" + term_glyph: + dependency: transitive + description: + name: term_glyph + url: "https://pub.dartlang.org" + source: hosted + version: "1.2.1" + test_api: + dependency: transitive + description: + name: test_api + url: "https://pub.dartlang.org" + source: hosted + version: "0.4.12" + vector_math: + dependency: transitive + description: + name: vector_math + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.2" + wakelock: + dependency: "direct main" + description: + name: wakelock + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.2" + wakelock_aurora: + dependency: "direct main" + description: + path: ".." + relative: true + source: path + version: "0.0.1" + wakelock_macos: + dependency: transitive + description: + name: wakelock_macos + url: "https://pub.dartlang.org" + source: hosted + version: "0.4.0" + wakelock_platform_interface: + dependency: transitive + description: + name: wakelock_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "0.3.0" + wakelock_web: + dependency: transitive + description: + name: wakelock_web + url: "https://pub.dartlang.org" + source: hosted + version: "0.4.0" + wakelock_windows: + dependency: transitive + description: + name: wakelock_windows + url: "https://pub.dartlang.org" + source: hosted + version: "0.2.1" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "3.1.4" + xml: + dependency: transitive + description: + name: xml + url: "https://pub.dartlang.org" + source: hosted + version: "6.1.0" +sdks: + dart: ">=2.18.6 <3.0.0" + flutter: ">=2.5.0"