aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-examples/amhelloworld/files/amhelloworld.h
blob: a1d66baf702fc3fc6e7c9071e0820abfa2acb013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// taken from https://wiki.tizen.org/wiki/IVI/Tizen-Core-development-EFL
#ifndef __AMHELLOWORLD_H__
#define __AMHELLOWORLD_H__

//#include <Elementary.h>

#if !defined(PACKAGE)
#define PACKAGE "org.tizen.amhelloworld" // for appcore_set_i18n()
#endif

#endif // __AMHELLOWORLD_H__