f805b14b7e85bd2275f28488db91c2822da77504
[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
25 include_config_file(Filesystem)
26 include_config_file(Cpu)
27 include_config_file(MMPlayer)
28 include_config_file(Widget)
29 include_config_file(LocalStorage)
30 include_config_file(WidgetInterfaceDAO)
31 add_subdirectory(WidgetInterfaceDAO)
32 include_config_file(WidgetDB)
33 include_config_file(PluginManager)
34 #DEPRACATED MODULES
35 #include_config_file(Networking)
36 #include_config_file(Geolocation)
37 #include_config_file(FeatureLoader)
38 #include_config_file(Camera-Webkit)
39 ##include_config_file(Telephony)
40 #include_config_file(Display)
41 #include_config_file(Gallery)
42 ##include_config_file(AppLauncher)
43 #include_config_file(Device)
44 #include_config_file(Memory)
45 #include_config_file(PhoneBook)
46 #include_config_file(UI)
47 #include_config_file(System)