add more spacing
[personal-kdebase.git] / workspace / plasma / scriptengines / google_gadgets / ggl_extensions.h
blobe1ecb2873eb5a372b8557bb071158dc9dd5dc9d6
1 /*
2 Copyright 2008 Google Inc.
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
17 #ifndef GGADGET_GGL_EXTENSIONS_H
18 #define GGADGET_GGL_EXTENSIONS_H
20 // Extensions that should be loaded by ggl system
21 static const char *kGlobalExtensions[] = {
22 "default-framework",
23 "libxml2-xml-parser",
24 "dbus-script-class",
25 "default-options",
26 "qtwebkit-browser-element",
27 "qt-system-framework",
28 "qt-edit-element",
29 // "phonon-audio-framework",
30 "gst-audio-framework",
31 "gst-video-element",
32 "linux-system-framework",
33 "qt-xml-http-request",
34 "google-gadget-manager",
35 "analytics-usage-collector",
36 "smjs-script-runtime",
37 "qt-script-runtime",
38 NULL
41 #endif