From: Youngjae Shin Date: Mon, 6 Jul 2020 09:06:23 +0000 (+0900) Subject: change the name of Plugin header files X-Git-Tag: submit/tizen/20200715.082746^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c733f6c8850bbd6fcad5d226f64067f29743f32;p=platform%2Fcore%2Fsystem%2Fmodes-plugins.git change the name of Plugin header files Plugin.h => ModesPlugin.h PluginAction.h => ModesPIAction.h Change-Id: Ib1cb269e7b85444fdbfeeded643fc02b95890db5 --- diff --git a/app/AppActionLaunch.h b/app/AppActionLaunch.h index 8e52cfb..35e980d 100644 --- a/app/AppActionLaunch.h +++ b/app/AppActionLaunch.h @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/app/AppFactory.h b/app/AppFactory.h index 18da635..f90f6e9 100644 --- a/app/AppFactory.h +++ b/app/AppFactory.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/app/AppPlugin.cpp b/app/AppPlugin.cpp index 78af2c1..eb8c5b7 100644 --- a/app/AppPlugin.cpp +++ b/app/AppPlugin.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ #include -#include +#include #include "plugin-log.h" #include "AppFactory.h" diff --git a/bluetooth/BtAction.h b/bluetooth/BtAction.h index c2a1596..1f064fd 100644 --- a/bluetooth/BtAction.h +++ b/bluetooth/BtAction.h @@ -16,7 +16,7 @@ #pragma once #include -#include +#include #include "plugin-log.h" #include "plugin-def.h" diff --git a/bluetooth/BtFactory.h b/bluetooth/BtFactory.h index 137b0f9..d7e7d3f 100644 --- a/bluetooth/BtFactory.h +++ b/bluetooth/BtFactory.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/bluetooth/BtPlugin.cpp b/bluetooth/BtPlugin.cpp index ae3d6ee..7e778eb 100644 --- a/bluetooth/BtPlugin.cpp +++ b/bluetooth/BtPlugin.cpp @@ -15,7 +15,7 @@ */ #include #include -#include +#include #include "plugin-log.h" #include "BtFactory.h" diff --git a/display/DisplayActVconf.h b/display/DisplayActVconf.h index ab0ebef..e61b2ce 100644 --- a/display/DisplayActVconf.h +++ b/display/DisplayActVconf.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/display/DisplayBrightness.h b/display/DisplayBrightness.h index 3fc187c..827cb73 100644 --- a/display/DisplayBrightness.h +++ b/display/DisplayBrightness.h @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/display/DisplayDenyPalmTouch.h b/display/DisplayDenyPalmTouch.h index 283ffed..e928782 100644 --- a/display/DisplayDenyPalmTouch.h +++ b/display/DisplayDenyPalmTouch.h @@ -16,7 +16,7 @@ #pragma once #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/display/DisplayFactory.h b/display/DisplayFactory.h index 8b0a4ce..bae0cec 100644 --- a/display/DisplayFactory.h +++ b/display/DisplayFactory.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/display/DisplayPlugin.cpp b/display/DisplayPlugin.cpp index 40c46b9..9da4cbc 100644 --- a/display/DisplayPlugin.cpp +++ b/display/DisplayPlugin.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ #include -#include +#include #include "plugin-log.h" #include "plugin-def.h" #include "DisplayFactory.h" diff --git a/media/MediaFactory.h b/media/MediaFactory.h index cd1ba17..b7b3d07 100644 --- a/media/MediaFactory.h +++ b/media/MediaFactory.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/media/MediaPlayer.h b/media/MediaPlayer.h index bf27090..7c30d69 100644 --- a/media/MediaPlayer.h +++ b/media/MediaPlayer.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/media/MediaPlugin.cpp b/media/MediaPlugin.cpp index e521018..7ecf5cd 100644 --- a/media/MediaPlugin.cpp +++ b/media/MediaPlugin.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ #include -#include +#include #include "plugin-log.h" #include "plugin-def.h" #include "MediaFactory.h" diff --git a/media/SoundVolume.h b/media/SoundVolume.h index f86b95b..ce7114b 100644 --- a/media/SoundVolume.h +++ b/media/SoundVolume.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/pkg/PkgEnableSupportMode.h b/pkg/PkgEnableSupportMode.h index a47c3f4..736a01a 100644 --- a/pkg/PkgEnableSupportMode.h +++ b/pkg/PkgEnableSupportMode.h @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/pkg/PkgFactory.h b/pkg/PkgFactory.h index 0bf4e82..35f0689 100644 --- a/pkg/PkgFactory.h +++ b/pkg/PkgFactory.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/pkg/PkgPlugin.cpp b/pkg/PkgPlugin.cpp index 9e7e6cf..ce099bf 100644 --- a/pkg/PkgPlugin.cpp +++ b/pkg/PkgPlugin.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ #include -#include +#include #include "plugin-log.h" #include "plugin-def.h" #include "PkgFactory.h" diff --git a/std/StdFactory.h b/std/StdFactory.h index 4d93fe8..1f15a01 100644 --- a/std/StdFactory.h +++ b/std/StdFactory.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/std/StdPlugin.cpp b/std/StdPlugin.cpp index 9fa0b79..6e8a979 100644 --- a/std/StdPlugin.cpp +++ b/std/StdPlugin.cpp @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -#include +#include #include "plugin-log.h" #include "plugin-def.h" #include "StdFactory.h" diff --git a/std/StdTimeout.h b/std/StdTimeout.h index 3925e7d..cedc331 100644 --- a/std/StdTimeout.h +++ b/std/StdTimeout.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/tests/mdsp_test_app.cpp b/tests/mdsp_test_app.cpp index e25e87a..69600a2 100644 --- a/tests/mdsp_test_app.cpp +++ b/tests/mdsp_test_app.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include "plugin-def.h" diff --git a/tests/mdsp_test_bt.cpp b/tests/mdsp_test_bt.cpp index 5672f38..1f24d7a 100644 --- a/tests/mdsp_test_bt.cpp +++ b/tests/mdsp_test_bt.cpp @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_USE; diff --git a/tests/mdsp_test_display.cpp b/tests/mdsp_test_display.cpp index c038d5a..70d10bc 100644 --- a/tests/mdsp_test_display.cpp +++ b/tests/mdsp_test_display.cpp @@ -15,7 +15,7 @@ */ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_USE; diff --git a/tests/mdsp_test_media.cpp b/tests/mdsp_test_media.cpp index 8bed4ad..e7cb009 100644 --- a/tests/mdsp_test_media.cpp +++ b/tests/mdsp_test_media.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_USE; diff --git a/tests/mdsp_test_pkg.cpp b/tests/mdsp_test_pkg.cpp index 936a05b..db28dac 100644 --- a/tests/mdsp_test_pkg.cpp +++ b/tests/mdsp_test_pkg.cpp @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_USE; diff --git a/tests/mdsp_test_std.cpp b/tests/mdsp_test_std.cpp index 6324a1c..0bc46f4 100644 --- a/tests/mdsp_test_std.cpp +++ b/tests/mdsp_test_std.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_USE; diff --git a/tests/mdsp_test_vconf.cpp b/tests/mdsp_test_vconf.cpp index 07c030e..3991f4e 100644 --- a/tests/mdsp_test_vconf.cpp +++ b/tests/mdsp_test_vconf.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include "plugin-log.h" #include "plugin-def.h" diff --git a/tests/mdsp_test_wifi.cpp b/tests/mdsp_test_wifi.cpp index 9605663..bb680a8 100644 --- a/tests/mdsp_test_wifi.cpp +++ b/tests/mdsp_test_wifi.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_USE; diff --git a/vconf/VconfBool.h b/vconf/VconfBool.h index d388573..e452b41 100644 --- a/vconf/VconfBool.h +++ b/vconf/VconfBool.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/vconf/VconfDbl.h b/vconf/VconfDbl.h index fcb673b..0c814ae 100644 --- a/vconf/VconfDbl.h +++ b/vconf/VconfDbl.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/vconf/VconfFactory.h b/vconf/VconfFactory.h index ec29376..6787914 100644 --- a/vconf/VconfFactory.h +++ b/vconf/VconfFactory.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/vconf/VconfInt.h b/vconf/VconfInt.h index becbcbd..a9de2f6 100644 --- a/vconf/VconfInt.h +++ b/vconf/VconfInt.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/vconf/VconfPlugin.cpp b/vconf/VconfPlugin.cpp index 7adbad8..25c0779 100644 --- a/vconf/VconfPlugin.cpp +++ b/vconf/VconfPlugin.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ #include -#include +#include #include "plugin-log.h" #include "plugin-def.h" #include "VconfFactory.h" diff --git a/vconf/VconfStr.h b/vconf/VconfStr.h index 90b2b5c..6dd4b79 100644 --- a/vconf/VconfStr.h +++ b/vconf/VconfStr.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/wifi/WifiAction.h b/wifi/WifiAction.h index 278c031..14da53d 100644 --- a/wifi/WifiAction.h +++ b/wifi/WifiAction.h @@ -17,7 +17,7 @@ #include #include -#include +#include #include "plugin-def.h" MODES_NAMESPACE_BEGIN diff --git a/wifi/WifiPlugin.cpp b/wifi/WifiPlugin.cpp index cfc80c5..21b14f3 100644 --- a/wifi/WifiPlugin.cpp +++ b/wifi/WifiPlugin.cpp @@ -14,7 +14,7 @@ * limitations under the License. */ #include -#include +#include #include "plugin-log.h" #include "WifiFactory.h"