change the name of Plugin header files accepted/tizen/unified/20200715.115518 submit/tizen/20200715.082746
authorYoungjae Shin <yj99.shin@samsung.com>
Mon, 6 Jul 2020 09:06:23 +0000 (18:06 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 15 Jul 2020 08:27:16 +0000 (17:27 +0900)
Plugin.h => ModesPlugin.h
PluginAction.h => ModesPIAction.h

Change-Id: Ib1cb269e7b85444fdbfeeded643fc02b95890db5

37 files changed:
app/AppActionLaunch.h
app/AppFactory.h
app/AppPlugin.cpp
bluetooth/BtAction.h
bluetooth/BtFactory.h
bluetooth/BtPlugin.cpp
display/DisplayActVconf.h
display/DisplayBrightness.h
display/DisplayDenyPalmTouch.h
display/DisplayFactory.h
display/DisplayPlugin.cpp
media/MediaFactory.h
media/MediaPlayer.h
media/MediaPlugin.cpp
media/SoundVolume.h
pkg/PkgEnableSupportMode.h
pkg/PkgFactory.h
pkg/PkgPlugin.cpp
std/StdFactory.h
std/StdPlugin.cpp
std/StdTimeout.h
tests/mdsp_test_app.cpp
tests/mdsp_test_bt.cpp
tests/mdsp_test_display.cpp
tests/mdsp_test_media.cpp
tests/mdsp_test_pkg.cpp
tests/mdsp_test_std.cpp
tests/mdsp_test_vconf.cpp
tests/mdsp_test_wifi.cpp
vconf/VconfBool.h
vconf/VconfDbl.h
vconf/VconfFactory.h
vconf/VconfInt.h
vconf/VconfPlugin.cpp
vconf/VconfStr.h
wifi/WifiAction.h
wifi/WifiPlugin.cpp

index 8e52cfb..35e980d 100644 (file)
@@ -18,7 +18,7 @@
 #include <string>
 #include <app_manager.h>
 #include <app_manager_extension.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 18da635..f90f6e9 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <map>
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 78af2c1..eb8c5b7 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 #include <string>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "AppFactory.h"
 
index c2a1596..1f064fd 100644 (file)
@@ -16,7 +16,7 @@
 #pragma once
 
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-log.h"
 #include "plugin-def.h"
 
index 137b0f9..d7e7d3f 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <map>
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index ae3d6ee..7e778eb 100644 (file)
@@ -15,7 +15,7 @@
  */
 #include <string>
 #include <bluetooth.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "BtFactory.h"
 
index ab0ebef..e61b2ce 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string>
 #include <vconf.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 3fc187c..827cb73 100644 (file)
@@ -18,7 +18,7 @@
 #include <list>
 #include <string>
 #include <vconf.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 283ffed..e928782 100644 (file)
@@ -16,7 +16,7 @@
 #pragma once
 
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 8b0a4ce..bae0cec 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <map>
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 40c46b9..9da4cbc 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 #include <string>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "plugin-def.h"
 #include "DisplayFactory.h"
index cd1ba17..b7b3d07 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <map>
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index bf27090..7c30d69 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <player.h>
 #include <sound_manager.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index e521018..7ecf5cd 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 #include <string>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "plugin-def.h"
 #include "MediaFactory.h"
index f86b95b..ce7114b 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string>
 #include <sound_manager.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index a47c3f4..736a01a 100644 (file)
@@ -18,7 +18,7 @@
 #include <list>
 #include <string>
 #include <pkgmgr-info.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 0bf4e82..35f0689 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <map>
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 9e7e6cf..ce099bf 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 #include <string>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "plugin-def.h"
 #include "PkgFactory.h"
index 4d93fe8..1f15a01 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <map>
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 9fa0b79..6e8a979 100644 (file)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "plugin-def.h"
 #include "StdFactory.h"
index 3925e7d..cedc331 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <glib.h>
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index e25e87a..69600a2 100644 (file)
@@ -19,7 +19,7 @@
 #include <gtest/gtest.h>
 #include <glib.h>
 #include <aul.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include <app_manager.h>
 #include <app_manager_extension.h>
 #include "plugin-def.h"
index 5672f38..1f24d7a 100644 (file)
@@ -17,7 +17,7 @@
 #include <string>
 #include <gtest/gtest.h>
 #include <modes.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_USE;
index c038d5a..70d10bc 100644 (file)
@@ -15,7 +15,7 @@
  */
 #include <glib.h>
 #include <gtest/gtest.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_USE;
index 8bed4ad..e7cb009 100644 (file)
@@ -16,7 +16,7 @@
 #include <glib.h>
 #include <string>
 #include <gtest/gtest.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_USE;
index 936a05b..db28dac 100644 (file)
@@ -17,7 +17,7 @@
 #include <string>
 #include <gtest/gtest.h>
 #include <vconf.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_USE;
index 6324a1c..0bc46f4 100644 (file)
@@ -16,7 +16,7 @@
 #include <glib.h>
 #include <string>
 #include <gtest/gtest.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_USE;
index 07c030e..3991f4e 100644 (file)
@@ -16,7 +16,7 @@
 #include <glib.h>
 #include <vconf.h>
 #include <gtest/gtest.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "plugin-def.h"
 
index 9605663..bb680a8 100644 (file)
@@ -16,7 +16,7 @@
 #include <glib.h>
 #include <string>
 #include <gtest/gtest.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_USE;
index d388573..e452b41 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string>
 #include <vconf.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index fcb673b..0c814ae 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string>
 #include <vconf.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index ec29376..6787914 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <map>
 #include <string>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index becbcbd..a9de2f6 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string>
 #include <vconf.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 7adbad8..25c0779 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 #include <vconf.h>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "plugin-def.h"
 #include "VconfFactory.h"
index 90b2b5c..6dd4b79 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string>
 #include <vconf.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index 278c031..14da53d 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <string>
 #include <wifi-manager.h>
-#include <PluginAction.h>
+#include <ModesPIAction.h>
 #include "plugin-def.h"
 
 MODES_NAMESPACE_BEGIN
index cfc80c5..21b14f3 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 #include <string>
-#include <Plugin.h>
+#include <ModesPlugin.h>
 #include "plugin-log.h"
 #include "WifiFactory.h"