Release tizen_2.0_beta
[apps/home/net-popup.git] / include / net-popup.h
index 5625043..3f23b71 100644 (file)
@@ -1,20 +1,21 @@
 /*
-  * Copyright 2012  Samsung Electronics Co., Ltd
-  *
-  * Licensed under the Flora License, Version 1.0 (the "License");
-  * you may not use this file except in compliance with the License.
-  * You may obtain a copy of the License at
-  *
-  *    http://www.tizenopensource.org/license
-  *
-  * Unless required by applicable law or agreed to in writing, software
-  * distributed under the License is distributed on an "AS IS" BASIS,
-  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  * See the License for the specific language governing permissions and
-  * limitations under the License.
-  */
-
-
+*  net-popup
+*
+* Copyright 2012  Samsung Electronics Co., Ltd
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.tizenopensource.org/license
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
 
 #ifndef __DEF_NET_POPUP_H_
 #define __DEF_NET_POPUP_H_
 #define PACKAGE                "net-popup"
 #define ALERT_STR_LEN_MAX 100
 
+#define NETPOPUP_NOTIFICATION_WIFI_FOUND_PRIV_ID       1000
+
+/* temporarily */
+#define NETPOPUP_NOTIFICATION_WIFI_ICON    "/opt/ug/res/images/wifi-efl-UG/37_wifi_icon_03.png"
+
 #define NET_POPUP      "NET_POPUP"
 #define log_print(tag, format, args...) LOG(LOG_DEBUG, \
        tag, "%s:%d "format, __func__, __LINE__, ##args)