xref: /trunk/main/fileaccess/util/fileacc.component (revision 85e7a208034f6237c454f4b97c228cc5be6146df)
1*3616bdb9Sdamjan<?xml version="1.0" encoding="UTF-8"?>
2*3616bdb9Sdamjan<!--***********************************************************
3*3616bdb9Sdamjan *
4*3616bdb9Sdamjan * Licensed to the Apache Software Foundation (ASF) under one
5*3616bdb9Sdamjan * or more contributor license agreements.  See the NOTICE file
6*3616bdb9Sdamjan * distributed with this work for additional information
7*3616bdb9Sdamjan * regarding copyright ownership.  The ASF licenses this file
8*3616bdb9Sdamjan * to you under the Apache License, Version 2.0 (the
9*3616bdb9Sdamjan * "License"); you may not use this file except in compliance
10*3616bdb9Sdamjan * with the License.  You may obtain a copy of the License at
11*3616bdb9Sdamjan *
12*3616bdb9Sdamjan *   http://www.apache.org/licenses/LICENSE-2.0
13*3616bdb9Sdamjan *
14*3616bdb9Sdamjan * Unless required by applicable law or agreed to in writing,
15*3616bdb9Sdamjan * software distributed under the License is distributed on an
16*3616bdb9Sdamjan * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*3616bdb9Sdamjan * KIND, either express or implied.  See the License for the
18*3616bdb9Sdamjan * specific language governing permissions and limitations
19*3616bdb9Sdamjan * under the License.
20*3616bdb9Sdamjan *
21*3616bdb9Sdamjan ***********************************************************-->
22*3616bdb9Sdamjan
23*3616bdb9Sdamjan
24*3616bdb9Sdamjan
25*3616bdb9Sdamjan<component loader="com.sun.star.loader.SharedLibrary"
26*3616bdb9Sdamjan    xmlns="http://openoffice.org/2010/uno-components">
27*3616bdb9Sdamjan  <implementation name="com.sun.star.comp.ucb.SimpleFileAccess">
28*3616bdb9Sdamjan    <service name="com.sun.star.ucb.SimpleFileAccess"/>
29*3616bdb9Sdamjan  </implementation>
30*3616bdb9Sdamjan</component>
31