mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
[RealJohnGalt:] modify for oneplus usage, add toggle switch [cyberknight777]: Adapt nodes and SEPolicy for sunny Change-Id: I8ff5d814-d58d-4ed1-9b42-b025415a5c85 Signed-off-by: Dhina17 <dhinalogu@gmail.com> Signed-off-by: therealmharc <therealmharc@gmail.com>
23 lines
810 B
Plaintext
23 lines
810 B
Plaintext
//
|
|
// Copyright (C) 2022 The LineageOS Project
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
cc_library_static {
|
|
name: "libcameraservice_extension.sm6150",
|
|
srcs: ["CameraProviderExtension.cpp"],
|
|
include_dirs: [
|
|
"frameworks/av/services/camera/libcameraservice/common"
|
|
],
|
|
}
|