summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy
diff options
context:
space:
mode:
authorShobhit Adlakha <ShobhitAd@users.noreply.github.com>2019-07-31 10:56:55 -0400
committerGitHub <noreply@github.com>2019-07-31 10:56:55 -0400
commitb7a3f9c0e528d533909c1ef92f0b477c98d3cf07 (patch)
tree63a14e99cc7248a0ecaee746feaca2d1fd62c4c8 /src/components/policy/policy_regular/include/policy
parent7babc4b6218d71fbaa15bd15ccbee2ab15e2b69e (diff)
parent5d71ad259406f60556de27ea7be6b7599ac3ebcd (diff)
downloadsdl_core-b7a3f9c0e528d533909c1ef92f0b477c98d3cf07.tar.gz
Merge pull request #2967 from smartdevicelink/feature/open_menu_rpc
ShowAppMenu RPC
Diffstat (limited to 'src/components/policy/policy_regular/include/policy')
-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 ad1d05f59b..ecb44943aa 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
@@ -467,6 +467,11 @@ enum FunctionID {
CloseApplicationID = 58,
/**
+ * @brief ShowAppMenuID.
+ */
+ ShowAppMenuID = 59,
+
+ /**
* @brief OnHMIStatusID.
*/
OnHMIStatusID = 32768,