[Title] added native template 31/10331/1 tizen
authorGun Kim <gune.kim@samsung.com>
Mon, 30 Sep 2013 04:12:09 +0000 (13:12 +0900)
committerGun Kim <gune.kim@samsung.com>
Mon, 30 Sep 2013 04:12:09 +0000 (13:12 +0900)
commitb06f75b85e6e052965758f49564a2072eae4288d
tree641e611d9a7ca678564b82ce19b1dd39646df8a7
parent10904bb49e2eac469dcbcafcebe1881ebc008ac1
[Title] added native template
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I320f1bb071d1ecce2c475f79a30e71a29163eff9
226 files changed:
Template/Tizen Native/Empty Application/empty/description.xml [new file with mode: 0644]
Template/Tizen Native/Empty Application/empty/project/inc/App.h [new file with mode: 0644]
Template/Tizen Native/Empty Application/empty/project/inc/AppFrame.h [new file with mode: 0644]
Template/Tizen Native/Empty Application/empty/project/manifest.xml [new file with mode: 0755]
Template/Tizen Native/Empty Application/empty/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Empty Application/empty/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/Empty Application/empty/project/src/AppEntry.cpp [new file with mode: 0644]
Template/Tizen Native/Empty Application/empty/project/src/AppFrame.cpp [new file with mode: 0644]
Template/Tizen Native/Empty Application/empty/sample.xml [new file with mode: 0644]
Template/Tizen Native/Empty Application/empty/screenshot.png [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/description.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/inc/App.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/inc/AppForm.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/inc/AppFrame.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/inc/AppResourceId.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/manifest.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/res/screen-size-normal/IDL_FORM.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Form-based Application/formapp/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/src/AppEntry.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/src/AppForm.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/src/AppFrame.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/project/src/AppResourceId.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/sample.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/formapp/screenshot.png [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/description.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/inc/App.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/inc/AppFormFactory.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/inc/AppFrame.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/inc/AppMainForm.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/inc/AppPanelFactory.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/inc/AppResourceId.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/manifest.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/res/screen-size-normal/IDL_FORM.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/res/screen-size-normal/workflow.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/src/AppEntry.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/src/AppFormFactory.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/src/AppFrame.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/src/AppMainForm.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/src/AppPanelFactory.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/project/src/AppResourceId.cpp [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/sample.xml [new file with mode: 0644]
Template/Tizen Native/Form-based Application/scenebasedformapp/screenshot.png [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/description.xml [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/inc/App.h [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/inc/AppForm.h [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/inc/AppFrame.h [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/manifest.xml [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/res/screen-density-xhigh/icon_clear.png [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/res/screen-density-xhigh/icon_setting.png [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/setting/setting.1.0.0.xml [new file with mode: 0755]
Template/Tizen Native/IME Application/imeapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/IME Application/imeapp/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/src/AppEntry.cpp [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/src/AppForm.cpp [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/project/src/AppFrame.cpp [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/sample.xml [new file with mode: 0644]
Template/Tizen Native/IME Application/imeapp/screenshot.png [new file with mode: 0644]
Template/Tizen Native/Library/npplugin/description.xml [new file with mode: 0755]
Template/Tizen Native/Library/npplugin/project/LICENSE [new file with mode: 0644]
Template/Tizen Native/Library/npplugin/project/inc/external/npapi.h [new file with mode: 0755]
Template/Tizen Native/Library/npplugin/project/inc/external/npfunctions.h [new file with mode: 0755]
Template/Tizen Native/Library/npplugin/project/inc/external/npruntime.h [new file with mode: 0755]
Template/Tizen Native/Library/npplugin/project/inc/external/nptypes.h [new file with mode: 0755]
Template/Tizen Native/Library/npplugin/project/inc/npapi.h [new file with mode: 0755]
Template/Tizen Native/Library/npplugin/project/src/npapi.cpp [new file with mode: 0755]
Template/Tizen Native/Library/npplugin/sample.xml [new file with mode: 0755]
Template/Tizen Native/Library/npplugin/screenshot.png [new file with mode: 0755]
Template/Tizen Native/Library/sharedlibrary/description.xml [new file with mode: 0755]
Template/Tizen Native/Library/sharedlibrary/project/inc/App.h [new file with mode: 0755]
Template/Tizen Native/Library/sharedlibrary/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/Library/sharedlibrary/sample.xml [new file with mode: 0644]
Template/Tizen Native/Library/sharedlibrary/screenshot.png [new file with mode: 0755]
Template/Tizen Native/Library/staticlibrary/description.xml [new file with mode: 0755]
Template/Tizen Native/Library/staticlibrary/project/inc/App.h [new file with mode: 0755]
Template/Tizen Native/Library/staticlibrary/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/Library/staticlibrary/sample.xml [new file with mode: 0644]
Template/Tizen Native/Library/staticlibrary/screenshot.png [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/description.xml [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/inc/AppResourceId.h [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/inc/GLPlayerTemplate.h [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/inc/GLPlayerTemplateForm.h [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/inc/GLPlayerTemplateFrame.h [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/inc/GlRendererTemplate.h [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/manifest.xml [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/res/screen-size-normal/IDL_FORM.xml [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/src/AppResourceId.cpp [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/src/GLPlayerTemplate.cpp [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/src/GLPlayerTemplateEntry.cpp [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/src/GLPlayerTemplateForm.cpp [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/src/GLPlayerTemplateFrame.cpp [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/project/src/GlRendererTemplate.cpp [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerformapp/sample.xml [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerformapp/screenshot.png [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerframeapp/description.xml [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/inc/AppResourceId.h [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/inc/GLPlayerTemplate.h [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/inc/GLPlayerTemplateFrame.h [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/inc/GlRendererTemplate.h [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/manifest.xml [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/res/screen-size-normal/IDL_FORM.xml [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/src/AppResourceId.cpp [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/src/GLPlayerTemplate.cpp [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/src/GLPlayerTemplateEntry.cpp [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/src/GLPlayerTemplateFrame.cpp [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/project/src/GlRendererTemplate.cpp [new file with mode: 0644]
Template/Tizen Native/OpenGL Application/glplayerframeapp/sample.xml [new file with mode: 0755]
Template/Tizen Native/OpenGL Application/glplayerframeapp/screenshot.png [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/description.xml [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/inc/App.h [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/inc/AppWidgetFrame.h [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/inc/AppWidgetPopupProvider.h [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/inc/AppWidgetPopupProviderFactory.h [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/inc/AppWidgetProvider.h [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/inc/AppWidgetProviderFactory.h [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/manifest.xml [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/shared/res/screen-density-xhigh/1x1.png [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/shared/res/screen-density-xhigh/2x1.png [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/shared/res/screen-density-xhigh/2x2.png [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/src/App.cpp [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/src/AppEntry.cpp [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/src/AppWidgetFrame.cpp [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/src/AppWidgetPopupProvider.cpp [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/src/AppWidgetPopupProviderFactory.cpp [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/project/src/AppWidgetProvider.cpp [new file with mode: 0755]
Template/Tizen Native/Service Application/dynamicboxapp/project/src/AppWidgetProviderFactory.cpp [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/sample.xml [new file with mode: 0644]
Template/Tizen Native/Service Application/dynamicboxapp/screenshot.png [new file with mode: 0644]
Template/Tizen Native/Service Application/serviceapp/description.xml [new file with mode: 0644]
Template/Tizen Native/Service Application/serviceapp/project/inc/App.h [new file with mode: 0644]
Template/Tizen Native/Service Application/serviceapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/Service Application/serviceapp/project/manifest.xml [new file with mode: 0755]
Template/Tizen Native/Service Application/serviceapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Service Application/serviceapp/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/Service Application/serviceapp/project/src/Entry.cpp [new file with mode: 0644]
Template/Tizen Native/Service Application/serviceapp/sample.xml [new file with mode: 0644]
Template/Tizen Native/Service Application/serviceapp/screenshot.png [new file with mode: 0755]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/description.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/App.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/AppFormFactory.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/AppFrame.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/AppMainForm.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/AppPanelFactory.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/AppResourceId.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/AppTab1.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/AppTab2.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/AppTab3.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/manifest.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/res/screen-size-normal/IDL_FORM.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/res/screen-size-normal/IDL_PANEL1.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/res/screen-size-normal/IDL_PANEL2.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/res/screen-size-normal/IDL_PANEL3.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/res/screen-size-normal/workflow.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppEntry.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppFormFactory.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppFrame.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppMainForm.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppPanelFactory.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppResourceId.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppTab1.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppTab2.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/project/src/AppTab3.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/sample.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/scenebasedtabapp/screenshot.png [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/description.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/inc/App.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/inc/AppForm.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/inc/AppFrame.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/inc/AppResourceId.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/manifest.xml [new file with mode: 0755]
Template/Tizen Native/Tab-based Application/tabapp/project/res/screen-size-normal/IDL_FORM.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Tab-based Application/tabapp/project/src/App.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/src/AppEntry.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/src/AppForm.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/src/AppFrame.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/project/src/AppResourceId.cpp [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/sample.xml [new file with mode: 0644]
Template/Tizen Native/Tab-based Application/tabapp/screenshot.png [new file with mode: 0644]
Template/Tizen Native/Theme Application/home/description.xml [new file with mode: 0644]
Template/Tizen Native/Theme Application/home/project/inc/AppResourceId.h [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/inc/Home.h [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/inc/HomeFrame.h [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/inc/MainForm.h [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/Theme Application/home/project/manifest.xml [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/res/screen-size-normal/IDL_FORM.xml [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/src/AppResourceId.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/src/Home.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/src/HomeEntry.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/src/HomeFrame.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/project/src/MainForm.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/home/sample.xml [new file with mode: 0644]
Template/Tizen Native/Theme Application/home/screenshot.png [new file with mode: 0644]
Template/Tizen Native/Theme Application/lock/description.xml [new file with mode: 0644]
Template/Tizen Native/Theme Application/lock/project/inc/AppResourceId.h [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/inc/Lock.h [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/inc/LockFrame.h [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/inc/MainForm.h [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/inc/tizenx.h [new file with mode: 0644]
Template/Tizen Native/Theme Application/lock/project/manifest.xml [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/res/screen-size-normal/IDL_FORM.xml [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/shared/res/screen-density-xhigh/mainmenu.png [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/src/AppResourceId.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/src/Lock.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/src/LockEntry.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/src/LockFrame.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/project/src/MainForm.cpp [new file with mode: 0755]
Template/Tizen Native/Theme Application/lock/sample.xml [new file with mode: 0644]
Template/Tizen Native/Theme Application/lock/screenshot.png [new file with mode: 0644]