uah-client: Add missing stub symbols
Change-Id: I890f2566a8ad975a5b834046b73633dea5703913
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
int setRelatedSysInfo() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int uahInit() {
|
||||
return 0;
|
||||
}
|
||||
@@ -10,6 +14,7 @@ int uahInit() {
|
||||
int UahNotifyWapper() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahNotify() {
|
||||
return 0;
|
||||
}
|
||||
@@ -17,6 +22,11 @@ int UahNotify() {
|
||||
int UahEventAcquire() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahEventAcquireOneWay() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahEventAcquireWrapper() {
|
||||
return 0;
|
||||
}
|
||||
@@ -24,6 +34,7 @@ int UahEventAcquireWrapper() {
|
||||
int UahResAcquire() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahPlatformResAcquire() {
|
||||
return 0;
|
||||
}
|
||||
@@ -31,6 +42,7 @@ int UahPlatformResAcquire() {
|
||||
int UahRelease() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahReleaseWapper() {
|
||||
return 0;
|
||||
}
|
||||
@@ -38,6 +50,7 @@ int UahReleaseWapper() {
|
||||
int UahResStateRequest() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahMutiResStateRequest() {
|
||||
return 0;
|
||||
}
|
||||
@@ -45,9 +58,11 @@ int UahMutiResStateRequest() {
|
||||
int UahGetHistory() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahGetPowerConsis() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahGetPMStatus() {
|
||||
return 0;
|
||||
}
|
||||
@@ -59,3 +74,103 @@ int Uah_fetch_dataset() {
|
||||
int uahRuleCtl() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int UahResourceInfo() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int getTargetLoadList() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int getGameAdpList() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int getColocationList() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int clrGameUpgradeMode() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int getGameUpgradeList() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int uahGetRandomHandle() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urcc_init() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccDumpRunMap() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccDumpSAInfo() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccDumpResInfo() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccPropertyGet() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccPropertySet() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccSACtlRequest() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccSACtlRelease() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccResCtlRequest() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccThermalNotify() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccResStateRequest() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccDumpActiveResMap() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccDumpResRequest() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccDumpPidFdList() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccHistoryRequestRecordOn() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccHistoryRequestRecordOff() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccResListeningRegister() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int urccResListeningUnRegister() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user