From efb7ffa6ca2090458dae7c39ba9ec30876a1dcd3 Mon Sep 17 00:00:00 2001 From: shubang Date: Wed, 11 Dec 2019 15:33:20 -0800 Subject: [PATCH] Add @export to frontend scan enums Test: make; Change-Id: I9489ae28722e73de0aba7e83b115935546e8e357 --- tv/tuner/1.0/types.hal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tv/tuner/1.0/types.hal b/tv/tuner/1.0/types.hal index 707f5dfa60..d7628e2837 100644 --- a/tv/tuner/1.0/types.hal +++ b/tv/tuner/1.0/types.hal @@ -1197,6 +1197,7 @@ safe_union FrontendSettings { /** * Scan type for Frontend. */ +@export enum FrontendScanType : uint32_t { SCAN_UNDEFINED = 0, SCAN_AUTO = 1 << 0, @@ -1206,6 +1207,7 @@ enum FrontendScanType : uint32_t { /** * Scan Message Type for Frontend. */ +@export enum FrontendScanMessageType : uint32_t { /** * Scan locked the signal.