回退 'Pull Request !556 : 把UHDF中依赖/system/lib目录的统一到一个代码宏中,便于重构'

This commit is contained in:
kevin
2022-01-13 02:03:40 +00:00
committed by Gitee
parent 676bf25a02
commit f031459c8b
Executable → Regular
-10
View File
@@ -88,16 +88,6 @@ typedef enum {
*/
#define HDF_KILO_UNIT 1000
#ifdef __LITEOS__
#define HDF_LIBRARY_PATH_DIR "/usr/lib"
#define HDF_LIBRARY_SUFFIX ".so"
#define HDF_ETC_PATH_DIR "/etc"
#else
#define HDF_LIBRARY_PATH_DIR "/system/lib"
#define HDF_LIBRARY_SUFFIX ".z.so"
#define HDF_ETC_PATH_DIR "/system/etc"
#endif
#ifdef __cplusplus
}
#endif /* __cplusplus */