Revert "e_policy_appinfo: remove the e_policy_appinfo.h file" 05/325705/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 13 Jun 2025 01:56:47 +0000 (10:56 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 13 Jun 2025 06:34:32 +0000 (15:34 +0900)
This reverts commit 5141b041bc657c372dcc5a5a716226b04cf16263.

Change-Id: Ifefb6ae21e04c9782151a19655a29b4e1a47ac77

src/include/e_policy_appinfo.h [new file with mode: 0644]
src/include/meson.build

diff --git a/src/include/e_policy_appinfo.h b/src/include/e_policy_appinfo.h
new file mode 100644 (file)
index 0000000..200c445
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _E_POLICY_APPINFO_H
+# define _E_POLICY_APPINFO_H
+
+#include <e_types.h>
+#include <e_appinfo.h>
+
+#endif
index 1fdfdc739766569ab27ae8f05a597e6524b30057..f1035932012ef77f2a2cc58d0da015f10e061958 100644 (file)
@@ -46,6 +46,7 @@ install_headers([
   'e_policy_visibility.h',
   'e_policy_private_data.h',
   'e_policy_wl.h',
+  'e_policy_appinfo.h',
   'e_appinfo.h',
   'e_process.h',
   'e_privilege.h',