diff options
Diffstat (limited to 'src_no_quickstep')
-rw-r--r-- | src_no_quickstep/com/android/launcher3/dagger/Modules.kt (renamed from src_no_quickstep/com/android/launcher3/dagger/LauncherAppModule.java) | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src_no_quickstep/com/android/launcher3/dagger/LauncherAppModule.java b/src_no_quickstep/com/android/launcher3/dagger/Modules.kt index f7b8489f62..dab33a04ee 100644 --- a/src_no_quickstep/com/android/launcher3/dagger/LauncherAppModule.java +++ b/src_no_quickstep/com/android/launcher3/dagger/Modules.kt @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 The Android Open Source Project + * Copyright (C) 2025 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,9 +14,14 @@ * limitations under the License. */ -package com.android.launcher3.dagger; +package com.android.launcher3.dagger -import dagger.Module; +import dagger.Module -@Module -public class LauncherAppModule { } +private object Modules {} + +@Module abstract class WindowManagerProxyModule {} + +@Module abstract class ApiWrapperModule {} + +@Module abstract class PluginManagerWrapperModule {} |