[dev_arch_opt_3.0] 打开rsm的控制开关
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.mogo.eagle.core.function.autopilot;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String LIBRARY_PACKAGE_NAME = "com.mogo.eagle.core.function.autopilot";
|
||||
/**
|
||||
* @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String APPLICATION_ID = "com.mogo.eagle.core.function.autopilot";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "0.0.58.10";
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.mogo.eagle.core.function.autopilot.MoGoAutopilotProvider;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Group$$auto_pilot implements IRouteGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> atlas) {
|
||||
atlas.put("/auto_pilot/api", RouteMeta.build(RouteType.PROVIDER, MoGoAutopilotProvider.class, "/auto_pilot/api", "auto_pilot", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.mogo.eagle.core.function.autopilot.MoGoTelematicProvider;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Group$$telematic implements IRouteGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> atlas) {
|
||||
atlas.put("/telematic/api", RouteMeta.build(RouteType.PROVIDER, MoGoTelematicProvider.class, "/telematic/api", "telematic", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IProviderGroup;
|
||||
import com.mogo.eagle.core.function.autopilot.MoGoAutopilotProvider;
|
||||
import com.mogo.eagle.core.function.autopilot.MoGoTelematicProvider;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Providers$$mogocorefunctionautopilot implements IProviderGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> providers) {
|
||||
providers.put("com.mogo.eagle.core.function.api.telematic.IMogoTelematicProvider", RouteMeta.build(RouteType.PROVIDER, MoGoTelematicProvider.class, "/telematic/api", "telematic", null, -1, -2147483648));
|
||||
providers.put("com.mogo.eagle.core.function.api.autopilot.IMoGoAutopilotProvider", RouteMeta.build(RouteType.PROVIDER, MoGoAutopilotProvider.class, "/auto_pilot/api", "auto_pilot", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteRoot;
|
||||
import java.lang.Class;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER. */
|
||||
public class ARouter$$Root$$mogocorefunctionautopilot implements IRouteRoot {
|
||||
@Override
|
||||
public void loadInto(Map<String, Class<? extends IRouteGroup>> routes) {
|
||||
routes.put("auto_pilot", ARouter$$Group$$auto_pilot.class);
|
||||
routes.put("telematic", ARouter$$Group$$telematic.class);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.eagle.core.function.autopilot"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.0.58.10" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="21"
|
||||
android:targetSdkVersion="21" />
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1 @@
|
||||
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.0.58.10","enabled":true,"outputFile":"mogo-core-function-autopilot-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.eagle.core.function.autopilot","split":""}}]
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/jniLibs"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/shaders"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-function-api/src/main/assets"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-function-api/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-function-api/src/debug/assets"/></dataSet></merger>
|
||||
@@ -0,0 +1 @@
|
||||
#Thu Mar 16 17:20:21 CST 2023
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/src/main/res"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/rs/debug"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/src/main/res"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/rs/debug"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/src/debug/res"/></dataSet><mergedItems/></merger>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.eagle.core.function.autopilot"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.0.58.10" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="21"
|
||||
android:targetSdkVersion="21" />
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1,2 @@
|
||||
R_DEF: Internal format may change without notice
|
||||
local
|
||||
@@ -0,0 +1,13 @@
|
||||
1<?xml version="1.0" encoding="utf-8"?>
|
||||
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
3 package="com.mogo.eagle.core.function.autopilot"
|
||||
4 android:versionCode="1"
|
||||
5 android:versionName="0.0.58.10" >
|
||||
6
|
||||
7 <uses-sdk
|
||||
8 android:minSdkVersion="21"
|
||||
8-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
9 android:targetSdkVersion="21" />
|
||||
9-->/Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
10
|
||||
11</manifest>
|
||||
@@ -0,0 +1 @@
|
||||
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"0.0.58.10","enabled":true,"outputFile":"mogo-core-function-autopilot-debug.aar","fullName":"debug","baseName":"debug"},"path":"../../library_manifest/debug/AndroidManifest.xml","properties":{"packageId":"com.mogo.eagle.core.function.autopilot","split":""}}]
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,37 @@
|
||||
-- Merging decision tree log ---
|
||||
manifest
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
package
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:3:5-53
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
android:versionName
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
android:versionCode
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:1-5:12
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
xmlns:android
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml:2:11-69
|
||||
uses-sdk
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
android:targetSdkVersion
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
android:minSdkVersion
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
ADDED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
INJECTED from /Users/zd/Downloads/Android/MoGoEagleEye/core/function-impl/mogo-core-function-autopilot/src/main/AndroidManifest.xml
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1,49 @@
|
||||
package com.mogo.eagle.core.function.autopilot;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@com.alibaba.android.arouter.facade.annotation.Route(path = "/telematic/api")
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u00006\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u0012\n\u0002\b\u0002\b\u0007\u0018\u00002\u00020\u0001B\u0005\u00a2\u0006\u0002\u0010\u0002J\b\u0010\u0003\u001a\u00020\u0004H\u0016J\b\u0010\u0005\u001a\u00020\u0006H\u0016J\b\u0010\u0007\u001a\u00020\u0004H\u0016J\n\u0010\b\u001a\u0004\u0018\u00010\u0006H\u0016J\u0012\u0010\t\u001a\u00020\n2\b\u0010\u000b\u001a\u0004\u0018\u00010\fH\u0016J\u0018\u0010\r\u001a\u00020\n2\u0006\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u0011H\u0016J\u0018\u0010\u0012\u001a\u00020\n2\u0006\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u0011H\u0016\u00a8\u0006\u0013"}, d2 = {"Lcom/mogo/eagle/core/function/autopilot/MoGoTelematicProvider;", "Lcom/mogo/eagle/core/function/api/telematic/IMogoTelematicProvider;", "()V", "getClientConnStatus", "", "getServerIp", "", "getServerStarted", "getServerToken", "init", "", "context", "Landroid/content/Context;", "sendMsgToAllClients", "type", "", "byteArray", "", "sendMsgToServer", "mogo-core-function-autopilot_debug"})
|
||||
public final class MoGoTelematicProvider implements com.mogo.eagle.core.function.api.telematic.IMogoTelematicProvider {
|
||||
|
||||
public MoGoTelematicProvider() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void init(@org.jetbrains.annotations.Nullable()
|
||||
android.content.Context context) {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public boolean getServerStarted() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public boolean getClientConnStatus() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
@java.lang.Override()
|
||||
public java.lang.String getServerIp() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.Nullable()
|
||||
@java.lang.Override()
|
||||
public java.lang.String getServerToken() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void sendMsgToAllClients(int type, @org.jetbrains.annotations.NotNull()
|
||||
byte[] byteArray) {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void sendMsgToServer(int type, @org.jetbrains.annotations.NotNull()
|
||||
byte[] byteArray) {
|
||||
}
|
||||
}
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1,76 @@
|
||||
package com.mogo.eagle.core.function.autopilot.adapter;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* ADAS-SDK与工控机连接状态回调
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u00008\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\b\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\b\u0018\u00002\u00020\u00012\u00020\u00022\u00020\u0003B\u0005\u00a2\u0006\u0002\u0010\u0004J\b\u0010\t\u001a\u00020\nH\u0002J\b\u0010\u000b\u001a\u00020\nH\u0002J\b\u0010\f\u001a\u00020\rH\u0016J\u0012\u0010\u000e\u001a\u00020\r2\b\u0010\u000f\u001a\u0004\u0018\u00010\u0010H\u0016J\u001a\u0010\u0011\u001a\u00020\r2\u0006\u0010\u0012\u001a\u00020\n2\b\u0010\u0013\u001a\u0004\u0018\u00010\u0006H\u0016J\u0014\u0010\u0014\u001a\u00020\r2\n\b\u0002\u0010\u0015\u001a\u0004\u0018\u00010\u0006H\u0002J\u0018\u0010\u0016\u001a\u00020\r2\u0006\u0010\u0017\u001a\u00020\u00062\u0006\u0010\u0015\u001a\u00020\u0006H\u0016R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082D\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0007\u001a\u00020\bX\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u0018"}, d2 = {"Lcom/mogo/eagle/core/function/autopilot/adapter/MoGoAdasMsgConnectStatusListenerImpl;", "Lcom/zhidao/support/adas/high/OnAdasConnectStatusListener;", "Lcom/mogo/eagle/core/function/api/autopilot/IMoGoAutopilotStatusListener;", "Lcom/mogo/eagle/core/function/api/cloud/IMoGoCloudListener;", "()V", "TAG", "", "connectStatus", "", "getEnvironment", "", "getTerminalRole", "onAutopilotSNRequest", "", "onCompatibility", "versionCompatibility", "Lcom/zhidao/support/adas/high/bean/VersionCompatibility;", "onConnectionIPCStatus", "ipcConnectionStatus", "reason", "syncBasicInfoToAutopilot", "sn", "tokenGot", "token", "mogo-core-function-autopilot_debug"})
|
||||
public final class MoGoAdasMsgConnectStatusListenerImpl implements com.zhidao.support.adas.high.OnAdasConnectStatusListener, com.mogo.eagle.core.function.api.autopilot.IMoGoAutopilotStatusListener, com.mogo.eagle.core.function.api.cloud.IMoGoCloudListener {
|
||||
private final java.lang.String TAG = "ConnectStatus";
|
||||
private boolean connectStatus = false;
|
||||
|
||||
public MoGoAdasMsgConnectStatusListenerImpl() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onConnectionIPCStatus(int ipcConnectionStatus, @org.jetbrains.annotations.Nullable()
|
||||
java.lang.String reason) {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onCompatibility(@org.jetbrains.annotations.Nullable()
|
||||
com.zhidao.support.adas.high.bean.VersionCompatibility versionCompatibility) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 工控机获取SN
|
||||
*/
|
||||
@java.lang.Override()
|
||||
public void onAutopilotSNRequest() {
|
||||
}
|
||||
|
||||
/**
|
||||
* 同步SN信息给工控机
|
||||
*/
|
||||
private final void syncBasicInfoToAutopilot(java.lang.String sn) {
|
||||
}
|
||||
|
||||
private final int getEnvironment() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
private final int getTerminalRole() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void tokenGot(@org.jetbrains.annotations.NotNull()
|
||||
java.lang.String token, @org.jetbrains.annotations.NotNull()
|
||||
java.lang.String sn) {
|
||||
}
|
||||
|
||||
public void onAutopilotArriveAtStation(@org.jetbrains.annotations.Nullable()
|
||||
mogo.telematics.pad.MessagePad.ArrivalNotification arrivalNotification) {
|
||||
}
|
||||
|
||||
public void onAutopilotGuardian(@org.jetbrains.annotations.Nullable()
|
||||
mogo_msg.MogoReportMsg.MogoReportMessage guardianInfo) {
|
||||
}
|
||||
|
||||
public void onAutopilotIpcConnectStatusChanged(int status, @org.jetbrains.annotations.Nullable()
|
||||
java.lang.String reason) {
|
||||
}
|
||||
|
||||
public void onAutopilotRouteLineId(long lineId) {
|
||||
}
|
||||
|
||||
public void onAutopilotStatusRespByQuery(@org.jetbrains.annotations.NotNull()
|
||||
system_master.SystemStatusInfo.StatusInfo status) {
|
||||
}
|
||||
|
||||
public void onAutopilotStatusResponse(@org.jetbrains.annotations.NotNull()
|
||||
com.mogo.eagle.core.data.autopilot.AutopilotStatusInfo autoPilotStatusInfo) {
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,52 @@
|
||||
package com.mogo.eagle.core.function.autopilot.server;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
/**
|
||||
* @author xiaoyuzhou
|
||||
* @date 2021/11/08 8:43 下午
|
||||
*
|
||||
*
|
||||
* 异步同步数据给 Autopilot 控制器
|
||||
* 数据源(不限于):OBU、网络等
|
||||
*/
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\u0018\u0000 \b2\u00020\u0001:\u0001\bB\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002J\u0006\u0010\u0003\u001a\u00020\u0004J\u0010\u0010\u0005\u001a\u00020\u00042\u0006\u0010\u0006\u001a\u00020\u0007H\u0016\u00a8\u0006\t"}, d2 = {"Lcom/mogo/eagle/core/function/autopilot/server/AsyncDataToAutopilotServer;", "Lcom/mogo/eagle/core/function/api/trafficlight/IMoGoTrafficLightListener;", "()V", "initServer", "", "onTrafficLightStatus", "trafficLightResult", "Lcom/mogo/eagle/core/data/trafficlight/TrafficLightResult;", "Companion", "mogo-core-function-autopilot_debug"})
|
||||
public final class AsyncDataToAutopilotServer implements com.mogo.eagle.core.function.api.trafficlight.IMoGoTrafficLightListener {
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final com.mogo.eagle.core.function.autopilot.server.AsyncDataToAutopilotServer.Companion Companion = null;
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final java.lang.String TAG = "AsyncDataToAutopilotServer";
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private static final kotlin.Lazy INSTANCE$delegate = null;
|
||||
|
||||
private AsyncDataToAutopilotServer() {
|
||||
super();
|
||||
}
|
||||
|
||||
public final void initServer() {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void onTrafficLightStatus(@org.jetbrains.annotations.NotNull()
|
||||
com.mogo.eagle.core.data.trafficlight.TrafficLightResult trafficLightResult) {
|
||||
}
|
||||
|
||||
public void onEnterCrossRoad(boolean enter) {
|
||||
}
|
||||
|
||||
public void onTrafficRequestError() {
|
||||
}
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0010\u000e\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\u0007\b\u0002\u00a2\u0006\u0002\u0010\u0002R\u001b\u0010\u0003\u001a\u00020\u00048FX\u0086\u0084\u0002\u00a2\u0006\f\n\u0004\b\u0007\u0010\b\u001a\u0004\b\u0005\u0010\u0006R\u000e\u0010\t\u001a\u00020\nX\u0086T\u00a2\u0006\u0002\n\u0000\u00a8\u0006\u000b"}, d2 = {"Lcom/mogo/eagle/core/function/autopilot/server/AsyncDataToAutopilotServer$Companion;", "", "()V", "INSTANCE", "Lcom/mogo/eagle/core/function/autopilot/server/AsyncDataToAutopilotServer;", "getINSTANCE", "()Lcom/mogo/eagle/core/function/autopilot/server/AsyncDataToAutopilotServer;", "INSTANCE$delegate", "Lkotlin/Lazy;", "TAG", "", "mogo-core-function-autopilot_debug"})
|
||||
public static final class Companion {
|
||||
|
||||
private Companion() {
|
||||
super();
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final com.mogo.eagle.core.function.autopilot.server.AsyncDataToAutopilotServer getINSTANCE() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
package com.mogo.eagle.core.function.autopilot.telematic;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0010\u000b\n\u0000\bf\u0018\u00002\u00020\u0001J\u0010\u0010\u0002\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u0005H&\u00a8\u0006\u0006"}, d2 = {"Lcom/mogo/eagle/core/function/autopilot/telematic/EventListener;", "", "connectDevice", "", "isSupportMulti", "", "mogo-core-function-autopilot_debug"})
|
||||
public abstract interface EventListener {
|
||||
|
||||
public abstract void connectDevice(boolean isSupportMulti);
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,35 @@
|
||||
package com.mogo.eagle.core.function.autopilot.telematic;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000<\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0018\u0002\n\u0002\b\u0003\bf\u0018\u00002\u00020\u0001J\b\u0010\u0002\u001a\u00020\u0003H&J\u0012\u0010\u0004\u001a\u00020\u00052\b\u0010\u0006\u001a\u0004\u0018\u00010\u0007H&J\"\u0010\b\u001a\u00020\u00052\u0006\u0010\t\u001a\u00020\n2\b\u0010\u000b\u001a\u0004\u0018\u00010\f2\u0006\u0010\u0006\u001a\u00020\u0007H&J\u001c\u0010\r\u001a\u00020\u00052\b\u0010\u000e\u001a\u0004\u0018\u00010\u000f2\b\u0010\u0006\u001a\u0004\u0018\u00010\u0007H&J\u001c\u0010\u0010\u001a\u00020\u00052\b\u0010\u000e\u001a\u0004\u0018\u00010\u000f2\b\u0010\u0006\u001a\u0004\u0018\u00010\u0007H&J\"\u0010\u0011\u001a\u00020\u00052\u0006\u0010\t\u001a\u00020\n2\b\u0010\u000b\u001a\u0004\u0018\u00010\f2\u0006\u0010\u0006\u001a\u00020\u0007H&J\u0012\u0010\u0012\u001a\u00020\u00052\b\u0010\u0013\u001a\u0004\u0018\u00010\u0014H&J\b\u0010\u0015\u001a\u00020\u0005H&J\b\u0010\u0016\u001a\u00020\u0005H&\u00a8\u0006\u0017"}, d2 = {"Lcom/mogo/eagle/core/function/autopilot/telematic/IMsgHandler;", "", "getTeleTimeStamp", "", "handleClientConn2Server", "", "channel", "Lio/netty/channel/Channel;", "handleClientConnStatus", "statusCode", "", "content", "", "handleMsgFromClient", "msg", "Lcom/mogo/telematic/MogoProtocolMsg;", "handleMsgFromServer", "handleServerConnStatus", "setListener", "eventListener", "Lcom/mogo/eagle/core/function/autopilot/telematic/EventListener;", "synMsgToAllClients", "synWriteTime", "mogo-core-function-autopilot_debug"})
|
||||
public abstract interface IMsgHandler {
|
||||
|
||||
public abstract void handleMsgFromServer(@org.jetbrains.annotations.Nullable()
|
||||
com.mogo.telematic.MogoProtocolMsg msg, @org.jetbrains.annotations.Nullable()
|
||||
io.netty.channel.Channel channel);
|
||||
|
||||
public abstract void handleMsgFromClient(@org.jetbrains.annotations.Nullable()
|
||||
com.mogo.telematic.MogoProtocolMsg msg, @org.jetbrains.annotations.Nullable()
|
||||
io.netty.channel.Channel channel);
|
||||
|
||||
public abstract void handleClientConn2Server(@org.jetbrains.annotations.Nullable()
|
||||
io.netty.channel.Channel channel);
|
||||
|
||||
public abstract void handleClientConnStatus(int statusCode, @org.jetbrains.annotations.Nullable()
|
||||
java.lang.String content, @org.jetbrains.annotations.NotNull()
|
||||
io.netty.channel.Channel channel);
|
||||
|
||||
public abstract void handleServerConnStatus(int statusCode, @org.jetbrains.annotations.Nullable()
|
||||
java.lang.String content, @org.jetbrains.annotations.NotNull()
|
||||
io.netty.channel.Channel channel);
|
||||
|
||||
public abstract void synWriteTime();
|
||||
|
||||
public abstract long getTeleTimeStamp();
|
||||
|
||||
public abstract void synMsgToAllClients();
|
||||
|
||||
public abstract void setListener(@org.jetbrains.annotations.Nullable()
|
||||
com.mogo.eagle.core.function.autopilot.telematic.EventListener eventListener);
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,85 @@
|
||||
package com.mogo.eagle.core.function.autopilot.telematic;
|
||||
|
||||
import java.lang.System;
|
||||
|
||||
@kotlin.Metadata(mv = {1, 5, 1}, k = 1, d1 = {"\u0000F\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\t\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0004\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0010\b\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\b\u000b\u0018\u00002\u00020\u0001B\u0005\u00a2\u0006\u0002\u0010\u0002J\b\u0010\u000e\u001a\u00020\u0006H\u0016J\u0012\u0010\u000f\u001a\u00020\u00102\b\u0010\u0011\u001a\u0004\u0018\u00010\u0012H\u0016J\"\u0010\u0013\u001a\u00020\u00102\u0006\u0010\u0014\u001a\u00020\u00152\b\u0010\u0016\u001a\u0004\u0018\u00010\u00042\u0006\u0010\u0011\u001a\u00020\u0012H\u0016J\u001c\u0010\u0017\u001a\u00020\u00102\b\u0010\u0018\u001a\u0004\u0018\u00010\u00192\b\u0010\u0011\u001a\u0004\u0018\u00010\u0012H\u0016J\u001c\u0010\u001a\u001a\u00020\u00102\b\u0010\u0018\u001a\u0004\u0018\u00010\u00192\b\u0010\u0011\u001a\u0004\u0018\u00010\u0012H\u0016J\"\u0010\u001b\u001a\u00020\u00102\u0006\u0010\u0014\u001a\u00020\u00152\b\u0010\u0016\u001a\u0004\u0018\u00010\u00042\u0006\u0010\u0011\u001a\u00020\u0012H\u0016J\u0010\u0010\u001c\u001a\u00020\u00102\u0006\u0010\u001d\u001a\u00020\u0004H\u0003J\b\u0010\u001e\u001a\u00020\u0010H\u0002J\b\u0010\u001f\u001a\u00020\u0010H\u0002J\u0012\u0010 \u001a\u00020\u00102\b\u0010!\u001a\u0004\u0018\u00010\u000bH\u0016J\b\u0010\"\u001a\u00020\u0010H\u0016J\b\u0010#\u001a\u00020\u0010H\u0016R\u000e\u0010\u0003\u001a\u00020\u0004X\u0082D\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0005\u001a\u00020\u0006X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\u0007\u001a\u00020\bX\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\t\u001a\u00020\bX\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u0010\u0010\n\u001a\u0004\u0018\u00010\u000bX\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\f\u001a\u00020\u0006X\u0082\u000e\u00a2\u0006\u0002\n\u0000R\u000e\u0010\r\u001a\u00020\u0006X\u0082\u000e\u00a2\u0006\u0002\n\u0000\u00a8\u0006$"}, d2 = {"Lcom/mogo/eagle/core/function/autopilot/telematic/TeleMsgHandler;", "Lcom/mogo/eagle/core/function/autopilot/telematic/IMsgHandler;", "()V", "TAG", "", "demoModeTime", "", "isFirstDisc", "", "isReceiveSN", "listener", "Lcom/mogo/eagle/core/function/autopilot/telematic/EventListener;", "timestamp", "wrTimeStamp", "getTeleTimeStamp", "handleClientConn2Server", "", "channel", "Lio/netty/channel/Channel;", "handleClientConnStatus", "statusCode", "", "content", "handleMsgFromClient", "msg", "Lcom/mogo/telematic/MogoProtocolMsg;", "handleMsgFromServer", "handleServerConnStatus", "invokeNettyConnResult", "status", "queryCarConfig", "reqServerSN", "setListener", "eventListener", "synMsgToAllClients", "synWriteTime", "mogo-core-function-autopilot_debug"})
|
||||
public final class TeleMsgHandler implements com.mogo.eagle.core.function.autopilot.telematic.IMsgHandler {
|
||||
private final java.lang.String TAG = "TeleMsgHandler";
|
||||
@kotlin.jvm.Volatile()
|
||||
private volatile boolean isFirstDisc = true;
|
||||
@kotlin.jvm.Volatile()
|
||||
private volatile long wrTimeStamp = 0L;
|
||||
@kotlin.jvm.Volatile()
|
||||
private volatile boolean isReceiveSN = false;
|
||||
@kotlin.jvm.Volatile()
|
||||
private volatile long demoModeTime = 0L;
|
||||
@kotlin.jvm.Volatile()
|
||||
private volatile long timestamp = 0L;
|
||||
private com.mogo.eagle.core.function.autopilot.telematic.EventListener listener;
|
||||
|
||||
public TeleMsgHandler() {
|
||||
super();
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void handleMsgFromServer(@org.jetbrains.annotations.Nullable()
|
||||
com.mogo.telematic.MogoProtocolMsg msg, @org.jetbrains.annotations.Nullable()
|
||||
io.netty.channel.Channel channel) {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void handleMsgFromClient(@org.jetbrains.annotations.Nullable()
|
||||
com.mogo.telematic.MogoProtocolMsg msg, @org.jetbrains.annotations.Nullable()
|
||||
io.netty.channel.Channel channel) {
|
||||
}
|
||||
|
||||
private final void queryCarConfig() {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void handleClientConn2Server(@org.jetbrains.annotations.Nullable()
|
||||
io.netty.channel.Channel channel) {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void handleClientConnStatus(int statusCode, @org.jetbrains.annotations.Nullable()
|
||||
java.lang.String content, @org.jetbrains.annotations.NotNull()
|
||||
io.netty.channel.Channel channel) {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void handleServerConnStatus(int statusCode, @org.jetbrains.annotations.Nullable()
|
||||
java.lang.String content, @org.jetbrains.annotations.NotNull()
|
||||
io.netty.channel.Channel channel) {
|
||||
}
|
||||
|
||||
@com.zhjt.service.chain.ChainLog(linkChainLog = 0, linkCode = 1, endpoint = 4, nodeAliasCode = "CHAIN_ALIAS_CODE_MULTI_CONNECT", paramIndexes = {0}, clientPkFileName = "sn")
|
||||
private final void invokeNettyConnResult(java.lang.String status) {
|
||||
}
|
||||
|
||||
/**
|
||||
* 记录最新的司机屏发送数据的时间戳
|
||||
* 或乘客屏解析数据的时间戳
|
||||
*/
|
||||
@kotlin.jvm.Synchronized()
|
||||
@java.lang.Override()
|
||||
public synchronized void synWriteTime() {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public long getTeleTimeStamp() {
|
||||
return 0L;
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void setListener(@org.jetbrains.annotations.Nullable()
|
||||
com.mogo.eagle.core.function.autopilot.telematic.EventListener eventListener) {
|
||||
}
|
||||
|
||||
private final void reqServerSN() {
|
||||
}
|
||||
|
||||
@java.lang.Override()
|
||||
public void synMsgToAllClients() {
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
package error;
|
||||
|
||||
public final class NonExistentClass {
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package com.mogo.eagle.core.function.bindingcar;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String LIBRARY_PACKAGE_NAME = "com.mogo.eagle.core.function.bindingcar";
|
||||
/**
|
||||
* @deprecated APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String APPLICATION_ID = "com.mogo.eagle.core.function.bindingcar";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final String FLAVOR = "";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "";
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.mogo.eagle.core.function.bindingcar.BindingcarProvider;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER.
|
||||
*/
|
||||
public class ARouter$$Group$$bindingcar implements IRouteGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> atlas) {
|
||||
atlas.put("/bindingcar/api", RouteMeta.build(RouteType.PROVIDER, BindingcarProvider.class, "/bindingcar/api", "bindingcar", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.enums.RouteType;
|
||||
import com.alibaba.android.arouter.facade.model.RouteMeta;
|
||||
import com.alibaba.android.arouter.facade.template.IProviderGroup;
|
||||
import com.mogo.eagle.core.function.bindingcar.BindingcarProvider;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER.
|
||||
*/
|
||||
public class ARouter$$Providers$$mogocorefunctionbindingcar implements IProviderGroup {
|
||||
@Override
|
||||
public void loadInto(Map<String, RouteMeta> providers) {
|
||||
providers.put("com.mogo.eagle.core.function.api.bindingcar.IMoGoBindingcarProvider", RouteMeta.build(RouteType.PROVIDER, BindingcarProvider.class, "/bindingcar/api", "bindingcar", null, -1, -2147483648));
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
package com.alibaba.android.arouter.routes;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IRouteGroup;
|
||||
import com.alibaba.android.arouter.facade.template.IRouteRoot;
|
||||
import java.lang.Class;
|
||||
import java.lang.Override;
|
||||
import java.lang.String;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE!!! IT WAS GENERATED BY AROUTER.
|
||||
*/
|
||||
public class ARouter$$Root$$mogocorefunctionbindingcar implements IRouteRoot {
|
||||
@Override
|
||||
public void loadInto(Map<String, Class<? extends IRouteGroup>> routes) {
|
||||
routes.put("bindingcar", ARouter$$Group$$bindingcar.class);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.eagle.core.function.bindingcar"
|
||||
android:versionCode="1" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="21"
|
||||
android:targetSdkVersion="21" />
|
||||
|
||||
<application>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
@@ -0,0 +1 @@
|
||||
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"","enabled":true,"outputFile":"mogo-core-function-bindingcar-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.mogo.eagle.core.function.bindingcar","split":""}}]
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/jniLibs"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-data/src/debug/shaders"/></dataSet></merger>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-function-api/src/main/assets"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-function-api/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/core/mogo-core-function-api/src/debug/assets"/></dataSet></merger>
|
||||
@@ -0,0 +1 @@
|
||||
#Thu Mar 16 17:20:21 CST 2023
|
||||
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/src/main/res"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/rs/debug"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/src/main/res"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/rs/debug"/><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/zd/Downloads/Android/MoGoEagleEye/libraries/mogo-adas-data/src/debug/res"/></dataSet><mergedItems/></merger>
|
||||
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user