Initial commit: U10 Pro 디지털 사이니지 세팅 자동화 도구
This commit is contained in:
BIN
sdk/AdbWinApi.dll
Normal file
BIN
sdk/AdbWinApi.dll
Normal file
Binary file not shown.
BIN
sdk/AdbWinUsbApi.dll
Normal file
BIN
sdk/AdbWinUsbApi.dll
Normal file
Binary file not shown.
20754
sdk/NOTICE.txt
Normal file
20754
sdk/NOTICE.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
sdk/adb.exe
Normal file
BIN
sdk/adb.exe
Normal file
Binary file not shown.
BIN
sdk/etc1tool.exe
Normal file
BIN
sdk/etc1tool.exe
Normal file
Binary file not shown.
BIN
sdk/fastboot.exe
Normal file
BIN
sdk/fastboot.exe
Normal file
Binary file not shown.
BIN
sdk/hprof-conv.exe
Normal file
BIN
sdk/hprof-conv.exe
Normal file
Binary file not shown.
BIN
sdk/libwinpthread-1.dll
Normal file
BIN
sdk/libwinpthread-1.dll
Normal file
Binary file not shown.
BIN
sdk/make_f2fs.exe
Normal file
BIN
sdk/make_f2fs.exe
Normal file
Binary file not shown.
BIN
sdk/make_f2fs_casefold.exe
Normal file
BIN
sdk/make_f2fs_casefold.exe
Normal file
Binary file not shown.
53
sdk/mke2fs.conf
Normal file
53
sdk/mke2fs.conf
Normal file
@ -0,0 +1,53 @@
|
||||
[defaults]
|
||||
base_features = sparse_super,large_file,filetype,dir_index,ext_attr
|
||||
default_mntopts = acl,user_xattr
|
||||
enable_periodic_fsck = 0
|
||||
blocksize = 4096
|
||||
inode_size = 256
|
||||
inode_ratio = 16384
|
||||
reserved_ratio = 1.0
|
||||
|
||||
[fs_types]
|
||||
ext3 = {
|
||||
features = has_journal
|
||||
}
|
||||
ext4 = {
|
||||
features = has_journal,extent,huge_file,dir_nlink,extra_isize,uninit_bg
|
||||
inode_size = 256
|
||||
}
|
||||
ext4dev = {
|
||||
features = has_journal,extent,huge_file,flex_bg,inline_data,64bit,dir_nlink,extra_isize
|
||||
inode_size = 256
|
||||
options = test_fs=1
|
||||
}
|
||||
small = {
|
||||
blocksize = 1024
|
||||
inode_size = 128
|
||||
inode_ratio = 4096
|
||||
}
|
||||
floppy = {
|
||||
blocksize = 1024
|
||||
inode_size = 128
|
||||
inode_ratio = 8192
|
||||
}
|
||||
big = {
|
||||
inode_ratio = 32768
|
||||
}
|
||||
huge = {
|
||||
inode_ratio = 65536
|
||||
}
|
||||
news = {
|
||||
inode_ratio = 4096
|
||||
}
|
||||
largefile = {
|
||||
inode_ratio = 1048576
|
||||
blocksize = -1
|
||||
}
|
||||
largefile4 = {
|
||||
inode_ratio = 4194304
|
||||
blocksize = -1
|
||||
}
|
||||
hurd = {
|
||||
blocksize = 4096
|
||||
inode_size = 128
|
||||
}
|
||||
BIN
sdk/mke2fs.exe
Normal file
BIN
sdk/mke2fs.exe
Normal file
Binary file not shown.
2
sdk/source.properties
Normal file
2
sdk/source.properties
Normal file
@ -0,0 +1,2 @@
|
||||
Pkg.UserSrc=false
|
||||
Pkg.Revision=36.0.0
|
||||
BIN
sdk/sqlite3.exe
Normal file
BIN
sdk/sqlite3.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user