From: Jihoon Kim Date: Wed, 8 Apr 2020 09:01:06 +0000 (+0900) Subject: Add missing header file X-Git-Tag: accepted/tizen/5.5/unified/20200409.124115~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ab0ed3dae806ec5c08c731d6e7ec99c17d500c7;p=platform%2Fcore%2Fuifw%2Fcapi-ui-sticker.git Add missing header file Change-Id: Idce8ed00100a1da70dbfee22416a22fab5c7cb8f Signed-off-by: Jihoon Kim --- 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__ */