xref: /AOO41X/main/extensions/source/macosx/spotlight/mdimporter/Info.plist (revision 58d70080b1ec65480ca21af8202c8f48df74f324)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*58d70080SAndrew Rist<!--***********************************************************
4*58d70080SAndrew Rist *
5*58d70080SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
6*58d70080SAndrew Rist * or more contributor license agreements.  See the NOTICE file
7*58d70080SAndrew Rist * distributed with this work for additional information
8*58d70080SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
9*58d70080SAndrew Rist * to you under the Apache License, Version 2.0 (the
10*58d70080SAndrew Rist * "License"); you may not use this file except in compliance
11*58d70080SAndrew Rist * with the License.  You may obtain a copy of the License at
12*58d70080SAndrew Rist *
13*58d70080SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14*58d70080SAndrew Rist *
15*58d70080SAndrew Rist * Unless required by applicable law or agreed to in writing,
16*58d70080SAndrew Rist * software distributed under the License is distributed on an
17*58d70080SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18*58d70080SAndrew Rist * KIND, either express or implied.  See the License for the
19*58d70080SAndrew Rist * specific language governing permissions and limitations
20*58d70080SAndrew Rist * under the License.
21*58d70080SAndrew Rist *
22*58d70080SAndrew Rist ***********************************************************-->
23cdf0e10cSrcweir<plist version="1.0">
24cdf0e10cSrcweir<dict>
25cdf0e10cSrcweir    <key>CFBundleDevelopmentRegion</key>
26cdf0e10cSrcweir    <string>English</string>
27cdf0e10cSrcweir    <key>CFBundleDocumentTypes</key>
28cdf0e10cSrcweir    <array>
29cdf0e10cSrcweir        <dict>
30cdf0e10cSrcweir            <key>CFBundleTypeRole</key>
31cdf0e10cSrcweir            <string>MDImporter</string>
32cdf0e10cSrcweir            <key>LSItemContentTypes</key>
33cdf0e10cSrcweir            <array>
34cdf0e10cSrcweir                <string>org.openoffice.text</string>
35cdf0e10cSrcweir                <string>org.oasis-open.opendocument.text</string>
36cdf0e10cSrcweir                <string>org.openoffice.spreadsheet</string>
37cdf0e10cSrcweir                <string>org.oasis-open.opendocument.spreadsheet</string>
38cdf0e10cSrcweir                <string>org.openoffice.presentation</string>
39cdf0e10cSrcweir                <string>org.oasis-open.opendocument.presentation</string>
40cdf0e10cSrcweir                <string>org.openoffice.graphics</string>
41cdf0e10cSrcweir                <string>org.oasis-open.opendocument.graphics</string>
42cdf0e10cSrcweir                <string>org.openoffice.text-master</string>
43cdf0e10cSrcweir                <string>org.oasis-open.opendocument.text-master</string>
44cdf0e10cSrcweir                <string>org.openoffice.formula</string>
45cdf0e10cSrcweir                <string>org.oasis-open.opendocument.formula</string>
46cdf0e10cSrcweir                <string>org.openoffice.text-template</string>
47cdf0e10cSrcweir                <string>org.oasis-open.opendocument.text-template</string>
48cdf0e10cSrcweir                <string>org.openoffice.spreadsheet-template</string>
49cdf0e10cSrcweir                <string>org.oasis-open.opendocument.spreadsheet-template</string>
50cdf0e10cSrcweir                <string>org.openoffice.presentation-template</string>
51cdf0e10cSrcweir                <string>org.oasis-open.opendocument.presentation-template</string>
52cdf0e10cSrcweir                <string>org.openoffice.graphics-template</string>
53cdf0e10cSrcweir                <string>org.oasis-open.opendocument.graphics-template</string>
54cdf0e10cSrcweir                <string>org.oasis-open.opendocument.database</string>
55cdf0e10cSrcweir            </array>
56cdf0e10cSrcweir        </dict>
57cdf0e10cSrcweir    </array>
58cdf0e10cSrcweir    <key>CFBundleExecutable</key>
59cdf0e10cSrcweir    <string>OOoSpotlightImporter</string>
60cdf0e10cSrcweir    <key>CFBundleName</key>
61cdf0e10cSrcweir    <string>OOoSpotlightImporter</string>
62cdf0e10cSrcweir    <key>CFBundleIconFile</key>
63cdf0e10cSrcweir    <string></string>
64cdf0e10cSrcweir    <key>CFBundleIdentifier</key>
65cdf0e10cSrcweir    <string>org.openoffice.mdimporter</string>
66cdf0e10cSrcweir    <key>CFBundleInfoDictionaryVersion</key>
67cdf0e10cSrcweir    <string>6.0</string>
68cdf0e10cSrcweir    <key>CFBundleVersion</key>
69cdf0e10cSrcweir    <string>1.0</string>
70cdf0e10cSrcweir    <key>CFPlugInDynamicRegisterFunction</key>
71cdf0e10cSrcweir    <string></string>
72cdf0e10cSrcweir    <key>CFPlugInDynamicRegistration</key>
73cdf0e10cSrcweir    <string>NO</string>
74cdf0e10cSrcweir    <key>CFPlugInFactories</key>
75cdf0e10cSrcweir    <dict>
76cdf0e10cSrcweir        <key>A3FCC88D-B9A6-4364-8B93-92123C8A2D18</key>
77cdf0e10cSrcweir        <string>MetadataImporterPluginFactory</string>
78cdf0e10cSrcweir    </dict>
79cdf0e10cSrcweir    <key>CFPlugInTypes</key>
80cdf0e10cSrcweir    <dict>
81cdf0e10cSrcweir        <key>8B08C4BF-415B-11D8-B3F9-0003936726FC</key>
82cdf0e10cSrcweir        <array>
83cdf0e10cSrcweir            <string>A3FCC88D-B9A6-4364-8B93-92123C8A2D18</string>
84cdf0e10cSrcweir        </array>
85cdf0e10cSrcweir    </dict>
86cdf0e10cSrcweir    <key>CFPlugInUnloadFunction</key>
87cdf0e10cSrcweir    <string></string>
88cdf0e10cSrcweir
89cdf0e10cSrcweir</dict>
90cdf0e10cSrcweir</plist>
91