diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-01-01 11:24:13 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-01-01 11:24:13 +0100 |
commit | dff4439b18379b9008ee696303be492d84d794dd (patch) | |
tree | 095ab1cacc0183daf5a5b4a8a7a8a841df5a5439 /ACE/tests | |
parent | ececd6ab9bd5579d779f7afe98f362fe6cd4bc23 (diff) | |
download | ATCD-dff4439b18379b9008ee696303be492d84d794dd.tar.gz |
Updated copyright to 2018
* ACE/tests/ACE.bsp:
Deleted, not used anymore
* ACE/COPYING:
* TAO/COPYING:
Diffstat (limited to 'ACE/tests')
-rw-r--r-- | ACE/tests/ACE.bsp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ACE/tests/ACE.bsp b/ACE/tests/ACE.bsp deleted file mode 100644 index 58959b48998..00000000000 --- a/ACE/tests/ACE.bsp +++ /dev/null @@ -1,25 +0,0 @@ -# Target description File for the Integrate utility for use with the -# INTEGRITY real-time operating system by Green Hills Software. -# Before editing this file, refer to your Integrate documentation. - -# ACE.bsp is only appropriate for dynamic download INTEGRITY applications -# built for use with ACE/TAO - -Target - MinimumAddress 0x0 - MaximumAddress 0x2fffffff - Clock StandardTick - EndClock - Clock HighResTimer - EndClock - Clock RealTimeClock - EndClock - InitialKernelObjects 50 - DefaultStartIt false - DefaultMaxPriority 255 - DefaultPriority 127 - DefaultWeight 255 - DefaultMaxWeight 255 - DefaultStackSize 0x10000 - DefaultMemoryRegionSize 0x100000 -EndTarget |