1 cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2 *d4a3fa4bSAndrew Rist<!--*********************************************************** 3 *d4a3fa4bSAndrew Rist * 4 *d4a3fa4bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5 *d4a3fa4bSAndrew Rist * or more contributor license agreements. See the NOTICE file 6 *d4a3fa4bSAndrew Rist * distributed with this work for additional information 7 *d4a3fa4bSAndrew Rist * regarding copyright ownership. The ASF licenses this file 8 *d4a3fa4bSAndrew Rist * to you under the Apache License, Version 2.0 (the 9 *d4a3fa4bSAndrew Rist * "License"); you may not use this file except in compliance 10 *d4a3fa4bSAndrew Rist * with the License. You may obtain a copy of the License at 11 *d4a3fa4bSAndrew Rist * 12 *d4a3fa4bSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13 *d4a3fa4bSAndrew Rist * 14 *d4a3fa4bSAndrew Rist * Unless required by applicable law or agreed to in writing, 15 *d4a3fa4bSAndrew Rist * software distributed under the License is distributed on an 16 *d4a3fa4bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17 *d4a3fa4bSAndrew Rist * KIND, either express or implied. See the License for the 18 *d4a3fa4bSAndrew Rist * specific language governing permissions and limitations 19 *d4a3fa4bSAndrew Rist * under the License. 20 *d4a3fa4bSAndrew Rist * 21 *d4a3fa4bSAndrew Rist ***********************************************************--> 22 cdf0e10cSrcweir 23 cdf0e10cSrcweir<component loader="com.sun.star.loader.SharedLibrary" 24 cdf0e10cSrcweir xmlns="http://openoffice.org/2010/uno-components"> 25 cdf0e10cSrcweir <implementation name="animcore::Animate"> 26 cdf0e10cSrcweir <service name="com.sun.star.animations.Animate"/> 27 cdf0e10cSrcweir </implementation> 28 cdf0e10cSrcweir <implementation name="animcore::AnimateColor"> 29 cdf0e10cSrcweir <service name="com.sun.star.animations.AnimateColor"/> 30 cdf0e10cSrcweir </implementation> 31 cdf0e10cSrcweir <implementation name="animcore::AnimateMotion"> 32 cdf0e10cSrcweir <service name="com.sun.star.animations.AnimateMotion"/> 33 cdf0e10cSrcweir </implementation> 34 cdf0e10cSrcweir <implementation name="animcore::AnimateSet"> 35 cdf0e10cSrcweir <service name="com.sun.star.animations.AnimateSet"/> 36 cdf0e10cSrcweir </implementation> 37 cdf0e10cSrcweir <implementation name="animcore::AnimateTransform"> 38 cdf0e10cSrcweir <service name="com.sun.star.animations.AnimateTransform"/> 39 cdf0e10cSrcweir </implementation> 40 cdf0e10cSrcweir <implementation name="animcore::Audio"> 41 cdf0e10cSrcweir <service name="com.sun.star.animations.Audio"/> 42 cdf0e10cSrcweir </implementation> 43 cdf0e10cSrcweir <implementation name="animcore::Command"> 44 cdf0e10cSrcweir <service name="com.sun.star.animations.Command"/> 45 cdf0e10cSrcweir </implementation> 46 cdf0e10cSrcweir <implementation name="animcore::IterateContainer"> 47 cdf0e10cSrcweir <service name="com.sun.star.animations.IterateContainer"/> 48 cdf0e10cSrcweir </implementation> 49 cdf0e10cSrcweir <implementation name="animcore::ParallelTimeContainer"> 50 cdf0e10cSrcweir <service name="com.sun.star.animations.ParallelTimeContainer"/> 51 cdf0e10cSrcweir </implementation> 52 cdf0e10cSrcweir <implementation name="animcore::SequenceTimeContainer"> 53 cdf0e10cSrcweir <service name="com.sun.star.animations.SequenceTimeContainer"/> 54 cdf0e10cSrcweir </implementation> 55 cdf0e10cSrcweir <implementation name="animcore::TargetPropertiesCreator"> 56 cdf0e10cSrcweir <service name="com.sun.star.animations.TargetPropertiesCreator"/> 57 cdf0e10cSrcweir </implementation> 58 cdf0e10cSrcweir <implementation name="animcore::TransitionFilter"> 59 cdf0e10cSrcweir <service name="com.sun.star.animations.TransitionFilter"/> 60 cdf0e10cSrcweir </implementation> 61 cdf0e10cSrcweir</component> 62