mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-20 00:33:44 -04:00
回退 'Pull Request !556 : 把UHDF中依赖/system/lib目录的统一到一个代码宏中,便于重构'
This commit is contained in:
Executable → Regular
-10
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user