Move power stats service to device specific folders
Bug: 183052760 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: I4d4881e227982aa17b88af8844c82dc448ef5b6f Merged-In: I4d4881e227982aa17b88af8844c82dc448ef5b6f
This commit is contained in:
parent
1a1a12cd55
commit
3c712491cf
5 changed files with 33 additions and 49 deletions
23
powerstats/include/Gs101CommonDataProviders.h
Normal file
23
powerstats/include/Gs101CommonDataProviders.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* Copyright (C) 2021 The Android Open Source 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.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <PowerStatsAidl.h>
|
||||
|
||||
using aidl::android::hardware::power::stats::PowerStats;
|
||||
|
||||
void addGs101CommonDataProviders(std::shared_ptr<PowerStats> p);
|
Loading…
Add table
Add a link
Reference in a new issue