summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table
diff options
context:
space:
mode:
authorShobhitAd <adlakhshobhit@gmail.com>2018-11-13 11:08:06 -0500
committerShobhitAd <adlakhshobhit@gmail.com>2018-11-13 11:08:06 -0500
commitc9d1e934396dabd1c8604e1884d86882247e4ba1 (patch)
treecd3867f7ecf38bde7b486be6919fd8082ab0f1ab /src/components/policy/policy_regular/include/policy/policy_table
parent21cfc65da3b1a9e0d66a13884a6b2e067e0e590b (diff)
downloadsdl_core-c9d1e934396dabd1c8604e1884d86882247e4ba1.tar.gz
Implement RPC in regular and external policies
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/enums.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_table/enums.h b/src/components/policy/policy_regular/include/policy/policy_table/enums.h
index fce6b7b865..563e822a36 100644
--- a/src/components/policy/policy_regular/include/policy/policy_table/enums.h
+++ b/src/components/policy/policy_regular/include/policy/policy_table/enums.h
@@ -427,6 +427,11 @@ enum FunctionID {
SendHapticDataID = 49,
/**
+ * @brief SetCloudAppPropertiesID.
+ */
+ SetCloudAppPropertiesID = 50,
+
+ /**
* @brief OnHMIStatusID.
*/
OnHMIStatusID = 32768,