Initialize Tizen 2.3
[framework/web/wrt-plugins-common.git] / src_wearable / 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_WIDGET "wrt-plugins-widget")
18 set(TARGET_MODULE_LOCALSTORAGE "wrt-plugins-localstorage")
19 set(TARGET_MODULE_WIDGET_INTERFACE "wrt-plugins-widget-interface")
20 set(TARGET_MODULE_STORAGEEVENT "wrt-plugins-storageevent")
21 set(TARGET_MODULE_TIZEN_SERVICE_EVENT "wrt-plugins-tizen-service-event")
22 set(TARGET_MODULE_SOFTKEYBOARD_CHANGE_EVENT "wrt-plugins-softkeyboardchange-event")
23 set(TARGET_MODULE_WIDGETDB "wrt-plugins-widgetdb")
24 set(TARGET_MODULE_PLUGIN_MANAGER "wrt-plugins-plugin-manager")
25
26 add_subdirectory(Filesystem)
27 add_subdirectory(Widget)
28 add_subdirectory(LocalStorage)
29 add_subdirectory(WidgetInterface)
30 add_subdirectory(WidgetDB)
31 add_subdirectory(PluginManager)
32 add_subdirectory(StorageEvent)
33 add_subdirectory(TizenServiceEvent)
34 add_subdirectory(SoftKeyboardChangeEvent)