Skip to content

Commit

Permalink
clean up - Add *.asmdef to prepare for Unity package creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Oct 27, 2024
1 parent d65a102 commit cf8471e
Show file tree
Hide file tree
Showing 10 changed files with 189 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Runtime/UniNetty.Buffers/UniNetty.Buffers.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "UniNetty.Buffers",
"rootNamespace": "UniNetty",
"references": [
"UniNetty.Common"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
20 changes: 20 additions & 0 deletions Runtime/UniNetty.Codecs.Http/UniNetty.Codecs.Http.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "UniNetty.Codecs.Http",
"rootNamespace": "UniNetty",
"references": [
"UniNetty.Common",
"UniNetty.Buffers",
"UniNetty.Codecs",
"UniNetty.Handlers",
"UniNetty.Transport"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
19 changes: 19 additions & 0 deletions Runtime/UniNetty.Codecs.Mqtt/UniNetty.Codecs.Mqtt.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "UniNetty.Codecs.Mqtt",
"rootNamespace": "UniNetty",
"references": [
"UniNetty.Common",
"UniNetty.Buffers",
"UniNetty.Codecs",
"UniNetty.Transport"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
19 changes: 19 additions & 0 deletions Runtime/UniNetty.Codecs.Redis/UniNetty.Codecs.Redis.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "UniNetty.Codecs.Redis",
"rootNamespace": "UniNetty",
"references": [
"UniNetty.Common",
"UniNetty.Buffers",
"UniNetty.Codecs",
"UniNetty.Transport"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
18 changes: 18 additions & 0 deletions Runtime/UniNetty.Codecs/UniNetty.Codecs.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "UniNetty.Codecs",
"rootNamespace": "UniNetty",
"references": [
"UniNetty.Common",
"UniNetty.Buffers",
"UniNetty.Transport"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
16 changes: 16 additions & 0 deletions Runtime/UniNetty.Common/UniNetty.Common.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "UniNetty.Common",
"rootNamespace": "UniNetty",
"references": [
"UniNetty.Logging"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
19 changes: 19 additions & 0 deletions Runtime/UniNetty.Handlers/UniNetty.Handlers.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "UniNetty.Handlers",
"rootNamespace": "UniNetty",
"references": [
"UniNetty.Common",
"UniNetty.Buffers",
"UniNetty.Codecs",
"UniNetty.Transport"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
14 changes: 14 additions & 0 deletions Runtime/UniNetty.Logging/UniNetty.Logging.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "UniNetty.Logging",
"rootNamespace": "UniNetty",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
17 changes: 17 additions & 0 deletions Runtime/UniNetty.Transport/UniNetty.Transport.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "UniNetty.Transport",
"rootNamespace": "UniNetty",
"references": [
"UniNetty.Common",
"UniNetty.Buffers"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "com.ikpil.uninetty",
"displayName": "UniNetty",
"version": "0.0.1",
"unity": "2019.3",
"description": "UniNetty project - a port of DotNetty, an event-driven asynchronous network application framework",
"license": "MIT",
"author": "ikpil <ikpil0@gmail.com> (https://github.com/ikpil/UniNetty)",
"keywords": [
"netty",
"dotnetty",
"networking",
"protocols",
"server",
"game",
"gamedev",
"csharp",
"unity3d"
],
"repository": {
"url": "https://github.com/ikpil/UniNetty.git",
"type": "git"
},
"samples": [
{
"displayName": "UniNetty Demo",
"description": "This sample demonstrates how to use UniNetty",
"path": "Samples~/UniNettyDemo"
}
]
}

0 comments on commit cf8471e

Please sign in to comment.