diff options
author | Jeff Hatch <jhatch@multitech.com> | 2020-05-18 12:14:46 -0500 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-21 11:01:26 +0300 |
commit | f669783eba95a8b31776580e4e336678e0f474d9 (patch) | |
tree | 0c95f5bdb15b2bef173cbdb5b64a3cdfd434fc59 /recipes-core/file-magic-db-images/files/Magdir/msdos | |
parent | 0bddc1c82986fb8eb8ed8cab8ff1368274494765 (diff) | |
parent | d252c15795b1da269e6144a75e07edb23a9a0fd5 (diff) | |
download | meta-mlinux-f669783eba95a8b31776580e4e336678e0f474d9.tar.gz meta-mlinux-f669783eba95a8b31776580e4e336678e0f474d9.tar.bz2 meta-mlinux-f669783eba95a8b31776580e4e336678e0f474d9.zip |
Merge branch 'ap/sync_up_with_master' into multiarch5-thud
Diffstat (limited to 'recipes-core/file-magic-db-images/files/Magdir/msdos')
-rw-r--r-- | recipes-core/file-magic-db-images/files/Magdir/msdos | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-core/file-magic-db-images/files/Magdir/msdos b/recipes-core/file-magic-db-images/files/Magdir/msdos new file mode 100644 index 0000000..7b1330e --- /dev/null +++ b/recipes-core/file-magic-db-images/files/Magdir/msdos @@ -0,0 +1,29 @@ + +#------------------------------------------------------------------------------ +# $File: msdos,v 1.105 2016/03/03 18:58:14 christos Exp $ +# msdos: file(1) magic for MS-DOS files +# + +# Windows icons +# Update: Joerg Jenderek +# URL: https://en.wikipedia.org/wiki/CUR_(file_format) +# Note: similiar to Windows CURsor. container for BMP (only DIB part) or PNG +0 belong 0x00000100 +>9 byte 0 +>>0 byte x +>>0 use cur-ico-dir +>9 ubyte 0xff +>>0 byte x +>>0 use cur-ico-dir +# displays number of icons and information for icon or cursor +0 name cur-ico-dir +# skip some Lotus 1-2-3 worksheets, CYCLE.PIC and keep Windows cursors with +# 1st data offset = dir header size + n * dir entry size = 6 + n * 10h = ?6h +>18 ulelong &0x00000006 +# skip remaining worksheets, because valid only for DIB image (40) or PNG image (\x89PNG) +>>(18.l) ulelong x MS Windows +>>>0 ubelong 0x00000100 icon resource +#!:mime image/vnd.microsoft.icon +!:mime image/x-icon +!:ext ico + |