Add missing header file 75/230175/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 8 Apr 2020 09:01:06 +0000 (18:01 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 8 Apr 2020 09:01:06 +0000 (18:01 +0900)
Change-Id: Idce8ed00100a1da70dbfee22416a22fab5c7cb8f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
receiver/inc/receiver_preference.h [new file with mode: 0644]

diff --git a/receiver/inc/receiver_preference.h b/receiver/inc/receiver_preference.h
new file mode 100644 (file)
index 0000000..140b171
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef __RECEIVER_PREFERENCE_H__
+#define __RECEIVER_PREFERENCE_H__
+
+#define LAST_SYNC_TIME "LastSyncTime"
+
+#endif /* __RECEIVER_PREFERENCE_H__ */