Skip to content

Commit 7eb69df

Browse files
Merge pull request #628 from TakayukiHoshi1984/modify_move_device_connect_old
非サポートにするデバイスプラグイン・アプリの移動
2 parents 9981d28 + 99cbe92 commit 7eb69df

517 files changed

Lines changed: 0 additions & 37532 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,9 @@ curl -X GET \
129129
## デバイスプラグイン
130130
| プロジェクト名|内容 |
131131
|:-----------|:---------|
132-
|[dConnectDeviceAllJoyn](dConnectDevicePlugin/dConnectDeviceAllJoyn)|AllJoynのデバイスプラグイン。|
133132
|[dConnectDeviceAndroidWear](dConnectDevicePlugin/dConnectDeviceAndroidWear)|AndroidWearのデバイスプラグイン。|
134133
|[dConnectDeviceChromeCast](dConnectDevicePlugin/dConnectDeviceChromeCast)|Chromecastのデバイスプラグイン。 |
135134
|[dConnectDeviceFaBo](dConnectDevicePlugin/dConnectDeviceFaBo)|FaBoのデバイスプラグイン。|
136-
|[dConnectDeviceFPLUG](dConnectDevicePlugin/dConnectDeviceFPLUG)|F-PLUGのデバイスプラグイン。|
137135
|[dConnectDeviceHeartRate](dConnectDevicePlugin/dConnectDeviceHeartRate)|Mio AlphaなどのHeartRateのデバイスプラグイン。|
138136
|[dConnectDeviceHitoe](dConnectDevicePlugin/dConnectDeviceHitoe)|Hitoeのデバイスプラグイン。|
139137
|[dConnectDeviceHOGP](dConnectDevicePlugin/dConnectDeviceHOGP)|HOGPのデバイスプラグイン。|
@@ -143,11 +141,7 @@ curl -X GET \
143141
|[dConnectDeviceHVCC2W](dConnectDevicePlugin/dConnectDeviceHVCC2W)|HVC-C2Wのデバイスプラグイン。|
144142
|[dConnectDeviceHVCP](dConnectDevicePlugin/dConnectDeviceHVCP)|HVC-Pのデバイスプラグイン。|
145143
|[dConnectDeviceIRKit](dConnectDevicePlugin/dConnectDeviceIRKit)|IRKitのデバイスプラグイン。|
146-
|[dConnectDeviceKadecot](dConnectDevicePlugin/dConnectDeviceKadecot)|Kadecotのデバイスプラグイン。|
147144
|[dConnectDeviceLinking](dConnectDevicePlugin/dConnectDeviceLinking)|Linkingのデバイスプラグイン。|
148-
|[dConnectDevicePebble](dConnectDevicePlugin/dConnectDevicePebble)|Pebbleのデバイスプラグイン。|
149-
|[dConnectDeviceSonyCamera](dConnectDevicePlugin/dConnectDeviceSonyCamera)|QX10などのSonyCameraのデバイスプラグイン。|
150-
|[dConnectDeviceSonySW](dConnectDevicePlugin/dConnectDeviceSonySW)|SonySmartWatchデバイスプラグイン。<br>※SmartWatch3は未対応。|
151145
|[dConnectDeviceSphero](dConnectDevicePlugin/dConnectDeviceSphero)|Spheroのデバイスプラグイン。|
152146
|[dConnectDeviceTheta](dConnectDevicePlugin/dConnectDeviceTheta)|THETAのデバイスプラグイン。|
153147
|[dConnectDeviceUVC](dConnectDevicePlugin/dConnectDeviceUVC)|UVCカメラのデバイスプラグイン。|
@@ -164,7 +158,6 @@ curl -X GET \
164158
## Device Connect SDK
165159
| プロジェクト名|内容 |
166160
|:-----------|:---------|
167-
|dConnectApp| DeviceConnectの動作確認用アプリ。|
168161
|[dConnectSDKForAndroid](dConnectSDK/dConnectSDKForAndroid)| DeviceConnectのSDK。DevicePlugin開発とアプリ開発用に使用するSDK。|
169162

170163

@@ -220,9 +213,7 @@ gradleを実行したディレクトリに`DevicePluginSDK-Javadoc`が作成さ
220213
Device Connect Managerや各デバイスプラグインを開発したい人は、こちらのビルド手順書に従ってビルドしてください。
221214

222215
* [DeviceConnectManager](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/DeviceConnectManager-Build)
223-
* [AllJoyn](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/AllJoyn-Build)
224216
* [ChromeCast](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/ChromeCast-Build)
225-
* [F-PLUG](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/F-PLUG-Build)
226217
* [FaBo](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/FaBo-Build)
227218
* [HeartRate](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/HeartRateDevice-Build)
228219
* [Hitoe](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Hitoe-Build)
@@ -233,11 +224,7 @@ Device Connect Managerや各デバイスプラグインを開発したい人は
233224
* [HVC-C2W](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/HVCC2WDevice-Build)
234225
* [HVC-P](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/HVCPDevice-Build)
235226
* [IRKit](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/IRKit-Build)
236-
* [Kadecot](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Kadecot-Build)
237227
* [Linking](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Linking-Build)
238-
* [Pebble](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Pebble-Build)
239-
* [SonyCamera](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/SonyCamera-Build)
240-
* [SonySW](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/SonySW-Build)
241228
* [Sphero](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Sphero-Build)
242229
* [Theta](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/Theta-Build)
243230
* [UVC](https://github.com/DeviceConnect/DeviceConnect-Android/wiki/UVC-Build)

dConnectDevicePlugin/dConnectDeviceAllJoyn/.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceAllJoyn/LICENSE.TXT

Lines changed: 0 additions & 21 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceAllJoyn/NOTICE.TXT

Lines changed: 0 additions & 20 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceAllJoyn/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

dConnectDevicePlugin/dConnectDeviceAllJoyn/app/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

dConnectDevicePlugin/dConnectDeviceAllJoyn/app/build.gradle

Lines changed: 0 additions & 61 deletions
This file was deleted.
Binary file not shown.
-98.6 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)