tizen beta release
[framework/web/wrt-plugins-common.git] / src / modules / tizen / 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 # In this section please add modules that shouldn't be visible directly
17 # beyond wac/ subdirectory, i.e. platform wrappers specific for wac -
18 # - used only as helpers in AL for wac platform implementation. VConf
19 # is a good example, its used i.e. in Power/Battery. Unfortunately order in
20 # in which this modules and AL modules are included is significant, i.e. VConf
21 # needs to be included before Power as there are some CMake variables set that
22 # are used in Power config.cmake file.
23
24 include_config_file(VConf)
25 include_config_file(DBus)
26
27
28 ################################################################################
29
30 include_config_file(Calendar)
31 include_config_file(Camera-Webkit)
32 include_config_file(Contact)
33 include_config_file(Filesystem)
34 include_config_file(Messaging)
35 include_config_file(Haptics)
36 include_config_file(Cpu)
37 include_config_file(Power)
38 include_config_file(MMPlayer)
39 include_config_file(Accelerometer)
40 include_config_file(Profile)
41 include_config_file(Widget)
42 include_config_file(Radio)
43 include_config_file(Orientation)
44 include_config_file(Task)
45 include_config_file(SystemInfo)
46 include_config_file(LocalStorage)
47 include_config_file(WidgetInterfaceDAO)
48 add_subdirectory(WidgetInterfaceDAO)
49 include_config_file(WidgetDB)
50 include_config_file(PluginManager)
51 #DEPRACATED MODULES
52 #include_config_file(Networking)
53 #include_config_file(Geolocation)
54 #include_config_file(FeatureLoader)
55 ##include_config_file(Camera)
56 ##include_config_file(Telephony)
57 #include_config_file(Display)
58 #include_config_file(Gallery)
59 ##include_config_file(AppLauncher)
60 #include_config_file(Device)
61 #include_config_file(Memory)
62 #include_config_file(PhoneBook)
63 #include_config_file(UI)
64 #include_config_file(System)