From 075498e7963fb23699e645c50ca0214d19a0041a Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Sun, 18 Apr 2010 15:01:28 +0000 Subject: [PATCH] move to components directory git-svn-id: https://rt-thread.googlecode.com/svn/trunk@634 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- {filesystem => components}/dfs/SConscript | 0 {filesystem => components}/dfs/dfs_config.h | 0 {filesystem => components}/dfs/filesystems/elmfat/00readme.txt | 0 {filesystem => components}/dfs/filesystems/elmfat/dfs_elm.c | 0 {filesystem => components}/dfs/filesystems/elmfat/diskio.c | 0 {filesystem => components}/dfs/filesystems/elmfat/diskio.h | 0 {filesystem => components}/dfs/filesystems/elmfat/ff.c | 0 {filesystem => components}/dfs/filesystems/elmfat/ff.h | 0 {filesystem => components}/dfs/filesystems/elmfat/ffconf.h | 0 {filesystem => components}/dfs/filesystems/elmfat/integer.h | 0 {filesystem => components}/dfs/filesystems/elmfat/option/cc932.c | 0 {filesystem => components}/dfs/filesystems/elmfat/option/cc936.c | 0 {filesystem => components}/dfs/filesystems/elmfat/option/cc949.c | 0 {filesystem => components}/dfs/filesystems/elmfat/option/cc950.c | 0 {filesystem => components}/dfs/filesystems/elmfat/option/ccsbcs.c | 0 .../dfs/filesystems/elmfat/option/syncobj.c | 0 {filesystem => components}/dfs/include/dfs_def.h | 0 {filesystem => components}/dfs/include/dfs_elm.h | 0 {filesystem => components}/dfs/include/dfs_fat.h | 0 {filesystem => components}/dfs/include/dfs_fs.h | 0 {filesystem => components}/dfs/include/dfs_init.h | 0 {filesystem => components}/dfs/include/dfs_posix.h | 0 {filesystem => components}/dfs/include/dfs_raw.h | 0 {filesystem => components}/dfs/include/dfs_util.h | 0 {filesystem => components}/dfs/src/dfs_fs.c | 0 {filesystem => components}/dfs/src/dfs_init.c | 0 {filesystem => components}/dfs/src/dfs_posix.c | 0 {filesystem => components}/dfs/src/dfs_raw.c | 0 {filesystem => components}/dfs/src/dfs_util.c | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename {filesystem => components}/dfs/SConscript (100%) rename {filesystem => components}/dfs/dfs_config.h (100%) rename {filesystem => components}/dfs/filesystems/elmfat/00readme.txt (100%) rename {filesystem => components}/dfs/filesystems/elmfat/dfs_elm.c (100%) rename {filesystem => components}/dfs/filesystems/elmfat/diskio.c (100%) rename {filesystem => components}/dfs/filesystems/elmfat/diskio.h (100%) rename {filesystem => components}/dfs/filesystems/elmfat/ff.c (100%) rename {filesystem => components}/dfs/filesystems/elmfat/ff.h (100%) rename {filesystem => components}/dfs/filesystems/elmfat/ffconf.h (100%) rename {filesystem => components}/dfs/filesystems/elmfat/integer.h (100%) rename {filesystem => components}/dfs/filesystems/elmfat/option/cc932.c (100%) rename {filesystem => components}/dfs/filesystems/elmfat/option/cc936.c (100%) rename {filesystem => components}/dfs/filesystems/elmfat/option/cc949.c (100%) rename {filesystem => components}/dfs/filesystems/elmfat/option/cc950.c (100%) rename {filesystem => components}/dfs/filesystems/elmfat/option/ccsbcs.c (100%) rename {filesystem => components}/dfs/filesystems/elmfat/option/syncobj.c (100%) rename {filesystem => components}/dfs/include/dfs_def.h (100%) rename {filesystem => components}/dfs/include/dfs_elm.h (100%) rename {filesystem => components}/dfs/include/dfs_fat.h (100%) rename {filesystem => components}/dfs/include/dfs_fs.h (100%) rename {filesystem => components}/dfs/include/dfs_init.h (100%) rename {filesystem => components}/dfs/include/dfs_posix.h (100%) rename {filesystem => components}/dfs/include/dfs_raw.h (100%) rename {filesystem => components}/dfs/include/dfs_util.h (100%) rename {filesystem => components}/dfs/src/dfs_fs.c (100%) rename {filesystem => components}/dfs/src/dfs_init.c (100%) rename {filesystem => components}/dfs/src/dfs_posix.c (100%) rename {filesystem => components}/dfs/src/dfs_raw.c (100%) rename {filesystem => components}/dfs/src/dfs_util.c (100%) diff --git a/filesystem/dfs/SConscript b/components/dfs/SConscript similarity index 100% rename from filesystem/dfs/SConscript rename to components/dfs/SConscript diff --git a/filesystem/dfs/dfs_config.h b/components/dfs/dfs_config.h similarity index 100% rename from filesystem/dfs/dfs_config.h rename to components/dfs/dfs_config.h diff --git a/filesystem/dfs/filesystems/elmfat/00readme.txt b/components/dfs/filesystems/elmfat/00readme.txt similarity index 100% rename from filesystem/dfs/filesystems/elmfat/00readme.txt rename to components/dfs/filesystems/elmfat/00readme.txt diff --git a/filesystem/dfs/filesystems/elmfat/dfs_elm.c b/components/dfs/filesystems/elmfat/dfs_elm.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/dfs_elm.c rename to components/dfs/filesystems/elmfat/dfs_elm.c diff --git a/filesystem/dfs/filesystems/elmfat/diskio.c b/components/dfs/filesystems/elmfat/diskio.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/diskio.c rename to components/dfs/filesystems/elmfat/diskio.c diff --git a/filesystem/dfs/filesystems/elmfat/diskio.h b/components/dfs/filesystems/elmfat/diskio.h similarity index 100% rename from filesystem/dfs/filesystems/elmfat/diskio.h rename to components/dfs/filesystems/elmfat/diskio.h diff --git a/filesystem/dfs/filesystems/elmfat/ff.c b/components/dfs/filesystems/elmfat/ff.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/ff.c rename to components/dfs/filesystems/elmfat/ff.c diff --git a/filesystem/dfs/filesystems/elmfat/ff.h b/components/dfs/filesystems/elmfat/ff.h similarity index 100% rename from filesystem/dfs/filesystems/elmfat/ff.h rename to components/dfs/filesystems/elmfat/ff.h diff --git a/filesystem/dfs/filesystems/elmfat/ffconf.h b/components/dfs/filesystems/elmfat/ffconf.h similarity index 100% rename from filesystem/dfs/filesystems/elmfat/ffconf.h rename to components/dfs/filesystems/elmfat/ffconf.h diff --git a/filesystem/dfs/filesystems/elmfat/integer.h b/components/dfs/filesystems/elmfat/integer.h similarity index 100% rename from filesystem/dfs/filesystems/elmfat/integer.h rename to components/dfs/filesystems/elmfat/integer.h diff --git a/filesystem/dfs/filesystems/elmfat/option/cc932.c b/components/dfs/filesystems/elmfat/option/cc932.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/option/cc932.c rename to components/dfs/filesystems/elmfat/option/cc932.c diff --git a/filesystem/dfs/filesystems/elmfat/option/cc936.c b/components/dfs/filesystems/elmfat/option/cc936.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/option/cc936.c rename to components/dfs/filesystems/elmfat/option/cc936.c diff --git a/filesystem/dfs/filesystems/elmfat/option/cc949.c b/components/dfs/filesystems/elmfat/option/cc949.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/option/cc949.c rename to components/dfs/filesystems/elmfat/option/cc949.c diff --git a/filesystem/dfs/filesystems/elmfat/option/cc950.c b/components/dfs/filesystems/elmfat/option/cc950.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/option/cc950.c rename to components/dfs/filesystems/elmfat/option/cc950.c diff --git a/filesystem/dfs/filesystems/elmfat/option/ccsbcs.c b/components/dfs/filesystems/elmfat/option/ccsbcs.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/option/ccsbcs.c rename to components/dfs/filesystems/elmfat/option/ccsbcs.c diff --git a/filesystem/dfs/filesystems/elmfat/option/syncobj.c b/components/dfs/filesystems/elmfat/option/syncobj.c similarity index 100% rename from filesystem/dfs/filesystems/elmfat/option/syncobj.c rename to components/dfs/filesystems/elmfat/option/syncobj.c diff --git a/filesystem/dfs/include/dfs_def.h b/components/dfs/include/dfs_def.h similarity index 100% rename from filesystem/dfs/include/dfs_def.h rename to components/dfs/include/dfs_def.h diff --git a/filesystem/dfs/include/dfs_elm.h b/components/dfs/include/dfs_elm.h similarity index 100% rename from filesystem/dfs/include/dfs_elm.h rename to components/dfs/include/dfs_elm.h diff --git a/filesystem/dfs/include/dfs_fat.h b/components/dfs/include/dfs_fat.h similarity index 100% rename from filesystem/dfs/include/dfs_fat.h rename to components/dfs/include/dfs_fat.h diff --git a/filesystem/dfs/include/dfs_fs.h b/components/dfs/include/dfs_fs.h similarity index 100% rename from filesystem/dfs/include/dfs_fs.h rename to components/dfs/include/dfs_fs.h diff --git a/filesystem/dfs/include/dfs_init.h b/components/dfs/include/dfs_init.h similarity index 100% rename from filesystem/dfs/include/dfs_init.h rename to components/dfs/include/dfs_init.h diff --git a/filesystem/dfs/include/dfs_posix.h b/components/dfs/include/dfs_posix.h similarity index 100% rename from filesystem/dfs/include/dfs_posix.h rename to components/dfs/include/dfs_posix.h diff --git a/filesystem/dfs/include/dfs_raw.h b/components/dfs/include/dfs_raw.h similarity index 100% rename from filesystem/dfs/include/dfs_raw.h rename to components/dfs/include/dfs_raw.h diff --git a/filesystem/dfs/include/dfs_util.h b/components/dfs/include/dfs_util.h similarity index 100% rename from filesystem/dfs/include/dfs_util.h rename to components/dfs/include/dfs_util.h diff --git a/filesystem/dfs/src/dfs_fs.c b/components/dfs/src/dfs_fs.c similarity index 100% rename from filesystem/dfs/src/dfs_fs.c rename to components/dfs/src/dfs_fs.c diff --git a/filesystem/dfs/src/dfs_init.c b/components/dfs/src/dfs_init.c similarity index 100% rename from filesystem/dfs/src/dfs_init.c rename to components/dfs/src/dfs_init.c diff --git a/filesystem/dfs/src/dfs_posix.c b/components/dfs/src/dfs_posix.c similarity index 100% rename from filesystem/dfs/src/dfs_posix.c rename to components/dfs/src/dfs_posix.c diff --git a/filesystem/dfs/src/dfs_raw.c b/components/dfs/src/dfs_raw.c similarity index 100% rename from filesystem/dfs/src/dfs_raw.c rename to components/dfs/src/dfs_raw.c diff --git a/filesystem/dfs/src/dfs_util.c b/components/dfs/src/dfs_util.c similarity index 100% rename from filesystem/dfs/src/dfs_util.c rename to components/dfs/src/dfs_util.c -- GitLab