From 1ab0ed3dae806ec5c08c731d6e7ec99c17d500c7 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 8 Apr 2020 18:01:06 +0900 Subject: [PATCH] Add missing header file Change-Id: Idce8ed00100a1da70dbfee22416a22fab5c7cb8f Signed-off-by: Jihoon Kim --- receiver/inc/receiver_preference.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 receiver/inc/receiver_preference.h diff --git a/receiver/inc/receiver_preference.h b/receiver/inc/receiver_preference.h new file mode 100644 index 0000000..140b171 --- /dev/null +++ b/receiver/inc/receiver_preference.h @@ -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__ */ -- 2.7.4