diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-11-15 16:20:55 +0000 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-12-08 16:17:20 +0000 |
commit | 40d0673c2e3db10e47fd0742bf484c3d0aea2efe (patch) | |
tree | bf7abfce6aa7143bee3880655ce712c8f9fe9a8b /Platform/ARM/ARM.dec | |
parent | 8ad58788b5c39c3b4cc46aa20c9c557a6b90d42e (diff) | |
download | edk2-platforms-40d0673c2e3db10e47fd0742bf484c3d0aea2efe.tar.xz |
Platform/ARM: import BootMonFs and ArmShellCmdRunAxf from EDK2
BootMonFs and ArmShellCmdRunAxf are only used on development boards
manufactured by ARM itself, so let's keep it under Platform/ARM where
it belongs.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Platform/ARM/ARM.dec')
-rw-r--r-- | Platform/ARM/ARM.dec | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Platform/ARM/ARM.dec b/Platform/ARM/ARM.dec new file mode 100644 index 0000000000..f9bf3294a0 --- /dev/null +++ b/Platform/ARM/ARM.dec @@ -0,0 +1,25 @@ +#/** @file
+#
+# Copyright (c) 2011-2017, ARM Limited. All rights reserved.
+#
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
+#
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+#**/
+
+[Defines]
+ DEC_SPECIFICATION = 0x0001001A
+ PACKAGE_NAME = ARM
+ PACKAGE_GUID = 2a905d2b-30c9-4408-86a2-c0b328876aee
+ PACKAGE_VERSION = 0.1
+
+[Includes]
+ Include # Root include for the package
+
+[Guids]
+ gArmBootMonFsFileInfoGuid = { 0x41e26b9c, 0xada6, 0x45b3, { 0x80, 0x8e, 0x23, 0x57, 0xa3, 0x5b, 0x60, 0xd6 } }
|