GraphicTypes.h revision a52f0295622a42849f5ef81c44589b816b2ccacb
1a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin/*
2a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * Copyright 2018 The Android Open Source Project
3a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin *
4a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * Licensed under the Apache License, Version 2.0 (the "License");
5a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * you may not use this file except in compliance with the License.
6a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * You may obtain a copy of the License at
7a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin *
8a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin *      http://www.apache.org/licenses/LICENSE-2.0
9a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin *
10a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * Unless required by applicable law or agreed to in writing, software
11a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * distributed under the License is distributed on an "AS IS" BASIS,
12a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * See the License for the specific language governing permissions and
14a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin * limitations under the License.
15a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin */
16a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin
17a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin#pragma once
18a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin
19a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin#include <android/hardware/graphics/common/1.1/types.h>
20a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin#include <system/graphics.h>
21a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin
22a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Linnamespace android {
23a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin
24a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Linusing android::hardware::graphics::common::V1_0::ColorMode;
25a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin
26a52f0295622a42849f5ef81c44589b816b2ccacbPeiyong Lin}  // namespace android
27