powerstats: remove common data providers in specific directory
The common data providers will be moved to gs common directory. So I removed them in this directory and used gs common library to get the APIs. Bug: 206576142 Test: dumpsys android.hardware.power.stats.IPowerStats/default Change-Id: I81e7a957490fb563fdf25a6434aaf5e886456c5d Signed-off-by: Darren Hsu <darrenhsu@google.com>
This commit is contained in:
parent
af37ee214a
commit
88f8c4b2b4
11 changed files with 14 additions and 692 deletions
|
@ -16,10 +16,10 @@
|
|||
|
||||
#include <PowerStatsAidl.h>
|
||||
#include <Gs201CommonDataProviders.h>
|
||||
#include "AocStateResidencyDataProvider.h"
|
||||
#include "DevfreqStateResidencyDataProvider.h"
|
||||
#include "DvfsStateResidencyDataProvider.h"
|
||||
#include "UfsStateResidencyDataProvider.h"
|
||||
#include <AocStateResidencyDataProvider.h>
|
||||
#include <DevfreqStateResidencyDataProvider.h>
|
||||
#include <DvfsStateResidencyDataProvider.h>
|
||||
#include <UfsStateResidencyDataProvider.h>
|
||||
#include <dataproviders/GenericStateResidencyDataProvider.h>
|
||||
#include <dataproviders/IioEnergyMeterDataProvider.h>
|
||||
#include <dataproviders/PowerStatsEnergyConsumer.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue