13616bdb9Sdamjan#************************************************************** 23616bdb9Sdamjan# 33616bdb9Sdamjan# Licensed to the Apache Software Foundation (ASF) under one 43616bdb9Sdamjan# or more contributor license agreements. See the NOTICE file 53616bdb9Sdamjan# distributed with this work for additional information 63616bdb9Sdamjan# regarding copyright ownership. The ASF licenses this file 73616bdb9Sdamjan# to you under the Apache License, Version 2.0 (the 83616bdb9Sdamjan# "License"); you may not use this file except in compliance 93616bdb9Sdamjan# with the License. You may obtain a copy of the License at 103616bdb9Sdamjan# 113616bdb9Sdamjan# http://www.apache.org/licenses/LICENSE-2.0 123616bdb9Sdamjan# 133616bdb9Sdamjan# Unless required by applicable law or agreed to in writing, 143616bdb9Sdamjan# software distributed under the License is distributed on an 153616bdb9Sdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 163616bdb9Sdamjan# KIND, either express or implied. See the License for the 173616bdb9Sdamjan# specific language governing permissions and limitations 183616bdb9Sdamjan# under the License. 193616bdb9Sdamjan# 203616bdb9Sdamjan#************************************************************** 213616bdb9Sdamjan 223616bdb9Sdamjan 233616bdb9Sdamjan 243616bdb9Sdamjan$(eval $(call gb_Module_Module,fileaccess)) 253616bdb9Sdamjan 263616bdb9Sdamjan$(eval $(call gb_Module_add_targets,fileaccess,\ 273616bdb9Sdamjan Library_fileacc \ 28*eec2d41aSdamjan Package_xml \ 293616bdb9Sdamjan)) 303616bdb9Sdamjan 313616bdb9Sdamjan# vim: set noet sw=4 ts=4: 32