From f031459c8bfc247afa301b851cf9b82c23b58c85 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 13 Jan 2022 02:03:40 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!556=20:?= =?UTF-8?q?=20=E6=8A=8AUHDF=E4=B8=AD=E4=BE=9D=E8=B5=96/system/lib=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=9A=84=E7=BB=9F=E4=B8=80=E5=88=B0=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=8F=E4=B8=AD=EF=BC=8C=E4=BE=BF=E4=BA=8E?= =?UTF-8?q?=E9=87=8D=E6=9E=84'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/utils/hdf_base.h | 10 ---------- 1 file changed, 10 deletions(-) mode change 100755 => 100644 include/utils/hdf_base.h diff --git a/include/utils/hdf_base.h b/include/utils/hdf_base.h old mode 100755 new mode 100644 index eb27c99e..3996738b --- a/include/utils/hdf_base.h +++ b/include/utils/hdf_base.h @@ -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 */