295a0e6ef615204a13df3164c8ab168163b65299
[framework/web/wrt-plugins-common.git] / src / modules / packages / CMakeLists.txt
1 # Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
2 #
3 #    Licensed under the Apache License, Version 2.0 (the "License");
4 #    you may not use this file except in compliance with the License.
5 #    You may obtain a copy of the License at
6 #
7 #        http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #    Unless required by applicable law or agreed to in writing, software
10 #    distributed under the License is distributed on an "AS IS" BASIS,
11 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #    See the License for the specific language governing permissions and
13 #    limitations under the License.
14 #
15
16 set(TARGET_MODULE_FILESYSTEM "wrt-plugins-filesystem")
17 set(TARGET_MODULE_CAMERA "wrt-plugins-camera")
18 set(TARGET_MODULE_CALENDAR "wrt-plugins-calendar")
19 set(TARGET_MODULE_MESSAGING "wrt-plugins-messaging")
20 set(TARGET_MODULE_HAPTICS "wrt-plugins-haptics")
21 set(TARGET_MODULE_CONTACT "wrt-plugins-contact")
22 set(TARGET_MODULE_MMPLAYER "wrt-plugins-mmplayer")
23 set(TARGET_MODULE_CPU "wrt-plugins-cpu")
24 set(TARGET_MODULE_ACCELEROMETER "wrt-plugins-accelerometer")
25 set(TARGET_MODULE_WIDGET "wrt-plugins-widget")
26 set(TARGET_MODULE_TASK "wrt-plugins-task")
27 set(TARGET_MODULE_ORIENTATION "wrt-plugins-orientation")
28 set(TARGET_MODULE_RADIO "wrt-plugins-radio")
29 set(TARGET_MODULE_POWER "wrt-plugins-power")
30 set(TARGET_MODULE_PROFILE "wrt-plugins-profile")
31 set(TARGET_MODULE_SYSTEMINFO "wrt-plugins-systeminfo")
32 set(TARGET_MODULE_LOCALSTORAGE "wrt-plugins-localstorage")
33 set(TARGET_MODULE_WIDGET_INTERFACE_DAO "wrt-plugins-widget-interface-dao")
34 set(TARGET_MODULE_STORAGEEVENT "wrt-plugins-storageevent")
35 set(TARGET_MODULE_WIDGETDB "wrt-plugins-widgetdb")
36 set(TARGET_MODULE_PLUGIN_MANAGER "wrt-plugins-plugin-manager")
37
38 add_subdirectory(Filesystem)
39 add_subdirectory(Camera)
40 add_subdirectory(Calendar)
41 add_subdirectory(Messaging)
42 add_subdirectory(Haptics)
43 add_subdirectory(Contact)
44 add_subdirectory(MMPlayer)
45 add_subdirectory(Cpu)
46 add_subdirectory(Accelerometer)
47 add_subdirectory(Widget)
48 add_subdirectory(Task)
49 add_subdirectory(Orientation)
50 add_subdirectory(Radio)
51 add_subdirectory(Power)
52 add_subdirectory(Profile)
53 add_subdirectory(SystemInfo)
54 add_subdirectory(LocalStorage)
55 add_subdirectory(WidgetInterfaceDAO)
56 add_subdirectory(StorageEvent)
57 add_subdirectory(WidgetDB)
58 add_subdirectory(PluginManager)