summaryrefslogtreecommitdiff
path: root/qtc_packaging/debian_harmattan/manifest.aegis
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-12-06 00:26:27 +0100
committerJavier S. Pedro <maemo@javispedro.com>2013-12-06 00:26:27 +0100
commit7a21cda13e56f21b9f0cb60f69c42ec1e7830edd (patch)
treeb61a58cb1c5bbe3a930c7256d69b601549084794 /qtc_packaging/debian_harmattan/manifest.aegis
parente3ef07dd34b1d8d39d32fa1e43351b7d54c61336 (diff)
downloadlibgato-7a21cda13e56f21b9f0cb60f69c42ec1e7830edd.tar.gz
libgato-7a21cda13e56f21b9f0cb60f69c42ec1e7830edd.zip
adding better debian packaging
Diffstat (limited to 'qtc_packaging/debian_harmattan/manifest.aegis')
-rw-r--r--qtc_packaging/debian_harmattan/manifest.aegis70
1 files changed, 0 insertions, 70 deletions
diff --git a/qtc_packaging/debian_harmattan/manifest.aegis b/qtc_packaging/debian_harmattan/manifest.aegis
deleted file mode 100644
index 896fecd..0000000
--- a/qtc_packaging/debian_harmattan/manifest.aegis
+++ /dev/null
@@ -1,70 +0,0 @@
-AutoGenerateAegisFile
-<!-- Aegis manifest declares the security credentials required by an
- application to run correctly. By default, a manifest file will be
- created or updated automatically as a part of build.
-
- The detection of required credentials is based on static scan of
- application binaries. In some cases, the scan may not be able to
- detect the correct set of permissions. If this is the case, you must
- declare the credentials required by your application in this file.
-
- To create a manifest file automatically as a part of build (DEFAULT):
-
- * Make sure this file starts with the string "AutoGenerateAegisFile" (without quotes).
- * Alternatively, it can also be completely empty.
-
- To provide a manifest yourself:
-
- * List the correct credentials for the application in this file.
- * Some commented-out examples of often required tokens are provided.
- * Ensure the path to your application binary given in
- '<for path="/path/to/app" />' is correct.
- * Please do not request more credentials than what your application
- actually requires.
-
- To disable manifest file:
-
- * Replace this file with a file starting with the string "NoAegisFile" (without quotes).
- * Final application package will not contain a manifest.
-
--->
-<aegis>
- <request policy="add">
-
- <!-- Make a GSM call, send text messages (SMS). -->
- <!--
- <credential name="Cellular" />
- -->
-
- <!-- Access Facebook social data. -->
- <!--
- <credential name="FacebookSocial" />
- -->
-
- <!-- Read access to data stored in tracker. -->
- <!--
- <credential name="TrackerReadAccess" />
- -->
-
- <!-- Read and write access to data stored in tracker. -->
- <!--
- <credential name="TrackerWriteAccess" />
- -->
-
- <!-- Read Location information. -->
- <!--
- <credential name="Location" />
- -->
-
- <!-- Access to Audio, Multimedia and Camera. -->
- <!--
- <credential name="GRP::pulse-access" />
- <credential name="GRP::video" />
- <credential name="GRP::audio" />
- -->
-
- </request>
-
- <for path="/opt/libgato/bin/libgato" />
- <for path="applauncherd-launcher::/usr/bin/applauncherd.bin" id="" />
-</aegis>