# Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ############################################################################### # In this section please add modules that shouldn't be visible directly # beyond wac/ subdirectory, i.e. platform wrappers specific for wac - # - used only as helpers in AL for wac platform implementation. VConf # is a good example, its used i.e. in Power/Battery. Unfortunately order in # in which this modules and AL modules are included is significant, i.e. VConf # needs to be included before Power as there are some CMake variables set that # are used in Power config.cmake file. ################################################################################ include_config_file(Filesystem) include_config_file(Widget) include_config_file(LocalStorage) include_config_file(WidgetInterfaceDAO) add_subdirectory(WidgetInterfaceDAO) include_config_file(WidgetDB) include_config_file(PluginManager)