|
|
@ -1,6 +1,6 @@ |
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2016 The CyanogenMod Project |
|
|
|
* Copyright (C) 2016 The CyanogenMod Project |
|
|
|
* Copyright (C) 2020 The LineageOS Project |
|
|
|
* 2020-2022 The LineageOS Project |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
@ -15,8 +15,7 @@ |
|
|
|
* limitations under the License. |
|
|
|
* limitations under the License. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#ifndef SAMSUNG_CONSUMERIR_H |
|
|
|
#pragma once |
|
|
|
#define SAMSUNG_CONSUMERIR_H |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <android/hardware/ir/1.0/IConsumerIr.h> |
|
|
|
#include <android/hardware/ir/1.0/IConsumerIr.h> |
|
|
|
|
|
|
|
|
|
|
@ -48,5 +47,3 @@ static const std::vector<ConsumerIrFreqRange> consumerirFreqs = { |
|
|
|
{.min = 40000, .max = 40000}, |
|
|
|
{.min = 40000, .max = 40000}, |
|
|
|
{.min = 56000, .max = 56000}, |
|
|
|
{.min = 56000, .max = 56000}, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
#endif // SAMSUNG_CONSUMERIR_H
|
|
|
|
|
|
|
|