Fix for builderror
authorhyun lee <hyunn.lee@samsung.com>
Tue, 21 Oct 2014 06:07:46 +0000 (15:07 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Tue, 21 Oct 2014 06:07:46 +0000 (15:07 +0900)
Change-Id: I2f475a09d99645527f78b4373eac016ac4bffd94
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
lib/include/shortcut.h

index ab35a08..17671de 100755 (executable)
@@ -85,6 +85,8 @@ enum shortcut_internal_type {
        SHORTCUT_DATA           = 0x00000001,   /**< Launch the related package with the given data(content_info) */
        SHORTCUT_FILE           = 0x00000002,   /**< Launch the related package with the given filename(content_info) */
 
+       LAUNCH_BY_PACKAGE       = 0x00000000,
+
        SHORTCUT_REMOVE         = 0x40000000,   /**< Remove a shortcut */
        DYNAMICBOX_REMOVE               = 0x80000000,   /**< Remove a dynamicbox */