diff options
author | Ilji Seo <ijclaire.seo@samsung.com> | 2013-11-11 15:30:28 +0900 |
---|---|---|
committer | Ilji Seo <ijclaire.seo@samsung.com> | 2013-11-11 15:30:28 +0900 |
commit | 0ffd941efc9a3accd48226fa4959e58d789d2c54 (patch) | |
tree | f8aeb958e80609e3aa9c47a8e9cf1828cb19fc92 /project/manifest.xml | |
parent | 7787fcc4953619986a54d7d0441f85fd94f93282 (diff) | |
download | DrawingBoard-0ffd941efc9a3accd48226fa4959e58d789d2c54.tar.gz DrawingBoard-0ffd941efc9a3accd48226fa4959e58d789d2c54.tar.bz2 DrawingBoard-0ffd941efc9a3accd48226fa4959e58d789d2c54.zip |
Merged code with RSAtizen
Change-Id: I13cd3bd477553e0278bbcaf70c4eac94e228fc3a
Signed-off-by: Ilji Seo <ijclaire.seo@samsung.com>
Diffstat (limited to 'project/manifest.xml')
-rw-r--r-- | project/manifest.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/project/manifest.xml b/project/manifest.xml new file mode 100644 index 0000000..3cdb4dc --- /dev/null +++ b/project/manifest.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<Manifest xmlns="http://schemas.tizen.org/2012/12/manifest"> + <Id>$(manifestAppId)</Id> + <Version>2.2.0</Version> + <Type>C++App</Type> + <Requirements> + <Feature Name="http://tizen.org/feature/screen.size.all">true</Feature> + </Requirements> + <Apps> + <ApiVersion>2.2</ApiVersion> + <Privileges/> + <UiApp Main="True" MenuIconVisible="True" Name="$(projectName)"> + <UiScalability BaseScreenSize="Normal" CoordinateSystem="Logical" LogicalCoordinate="720"/> + <UiTheme SystemTheme="Black"/> + <DisplayNames> + <DisplayName Locale="eng-GB">$(projectName)</DisplayName> + </DisplayNames> + <Icons> + <Icon Section="MainMenu" Type="Xhigh">mainmenu.png</Icon> + </Icons> + <LaunchConditions/> + <Notifications/> + </UiApp> + </Apps> +</Manifest> |