1f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian/*
2f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * Copyright (C) 2010 The Android Open Source Project
3f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian *
4f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * Licensed under the Apache License, Version 2.0 (the "License");
5f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * you may not use this file except in compliance with the License.
6f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * You may obtain a copy of the License at
7f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian *
8f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian *      http://www.apache.org/licenses/LICENSE-2.0
9f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian *
10f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * Unless required by applicable law or agreed to in writing, software
11f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * distributed under the License is distributed on an "AS IS" BASIS,
12f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * See the License for the specific language governing permissions and
14f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * limitations under the License.
15f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian */
16f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian
17f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopianpackage android.opengl;
18f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian
19f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian/**
20f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * reserve this namespace for future use
21f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * (making sure external developers don't use it)
22f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian * @hide
23f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian */
24f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopianclass GLWallpaperService {
25f45b674d48ff91972e4b8ffbbe3c4bd16d231bdcMathias Agopian}
26