From c4e32188839ee08522f4293f4bbed839db78f9e2 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 25 Mar 2022 19:55:51 +0800 Subject: [PATCH] fix:modify sensor idl file permission Signed-off-by: kevin --- light/v1_0/BUILD.gn | 0 light/v1_0/ILightInterface.idl | 0 light/v1_0/LightTypes.idl | 0 vibrator/v1_0/BUILD.gn | 0 vibrator/v1_0/IVibratorInterface.idl | 0 vibrator/v1_0/VibratorTypes.idl | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 light/v1_0/BUILD.gn mode change 100755 => 100644 light/v1_0/ILightInterface.idl mode change 100755 => 100644 light/v1_0/LightTypes.idl mode change 100755 => 100644 vibrator/v1_0/BUILD.gn mode change 100755 => 100644 vibrator/v1_0/IVibratorInterface.idl mode change 100755 => 100644 vibrator/v1_0/VibratorTypes.idl diff --git a/light/v1_0/BUILD.gn b/light/v1_0/BUILD.gn old mode 100755 new mode 100644 diff --git a/light/v1_0/ILightInterface.idl b/light/v1_0/ILightInterface.idl old mode 100755 new mode 100644 diff --git a/light/v1_0/LightTypes.idl b/light/v1_0/LightTypes.idl old mode 100755 new mode 100644 diff --git a/vibrator/v1_0/BUILD.gn b/vibrator/v1_0/BUILD.gn old mode 100755 new mode 100644 diff --git a/vibrator/v1_0/IVibratorInterface.idl b/vibrator/v1_0/IVibratorInterface.idl old mode 100755 new mode 100644 diff --git a/vibrator/v1_0/VibratorTypes.idl b/vibrator/v1_0/VibratorTypes.idl old mode 100755 new mode 100644 -- Gitee