Add a missing header file 02/301402/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 15 Nov 2023 09:10:56 +0000 (18:10 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 15 Nov 2023 09:10:56 +0000 (18:10 +0900)
Adds:
 - pkginfo_internal.h

Change-Id: I920b6e09fe1e648467318ea976eb8b7e9169bb6d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/pkginfo_internal.h [new file with mode: 0644]

diff --git a/src/pkginfo_internal.h b/src/pkginfo_internal.h
new file mode 100644 (file)
index 0000000..c47901a
--- /dev/null
@@ -0,0 +1,29 @@
+/*
+ * Copyright (c) 2023 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.
+ */
+
+#pragma once
+
+#include <stdbool.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+bool aul_is_calling_appinfo_cb();
+
+#ifdef __cplusplus
+}
+#endif