Skip to content

Commit

Permalink
Cosmos.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Aug 9, 2017
1 parent 0568975 commit ae94a60
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj"/>
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj"/>
<ProjectReference PrivateAssets="All" Include="..\..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj"/>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>

<ItemGroup>
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
<ProjectReference PrivateAssets="All" Include="..\..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions Cosmos/source/Kernel-X86/10-CPU/Cosmos.CPU.x86/Cosmos.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ring: CPU
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<Company>Cosmos</Company>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Cosmos/source/Kernel-X86/10-CPU/Cosmos.CPU_Asm/Cosmos.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ring: Debug
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<Company>Cosmos</Company>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ring: Debug
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<Company>Cosmos</Company>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
<ProjectReference PrivateAssets="All" Include="..\..\10-CPU\Cosmos.CPU.x86\Cosmos.CPU.x86.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ring: Platform
4 changes: 4 additions & 0 deletions Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.HAL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
<Company>Cosmos</Company>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
<ProjectReference PrivateAssets="All" Include="..\..\90-Shared\Cosmos.Shared\Cosmos.Shared.csproj" />
Expand Down
1 change: 1 addition & 0 deletions Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Cosmos.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ring: HAL
2 changes: 2 additions & 0 deletions Cosmos/source/Kernel-X86/50-Application/Cosmos.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Ring: Application
DebugRing: Allowed
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<None Remove="*.Cosmos" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
<ProjectReference Include="..\20-Platform\Cosmos.Platform.PC\Cosmos.Platform.PC.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<RootNamespace>Cosmos.Plugs</RootNamespace>
</PropertyGroup>

<ItemGroup>
<EmbeddedResource Include="Cosmos.cfg" />
</ItemGroup>

<ItemGroup>
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.Debug.Kernel\Cosmos.Debug.Kernel.csproj" />
<ProjectReference PrivateAssets="All" Include="..\..\..\Cosmos.IL2CPU.API\Cosmos.IL2CPU.API.csproj" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ring: Plug

0 comments on commit ae94a60

Please sign in to comment.