aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts/_mk_icons.sh
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:16 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:16 -0800
commit82ea7a177797b844b252effea5c7c7c5d63ea4ac (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /eclipse/scripts/_mk_icons.sh
parentc9432be76d50a527da232d518f633add2f76242b (diff)
downloadsdk-82ea7a177797b844b252effea5c7c7c5d63ea4ac.zip
sdk-82ea7a177797b844b252effea5c7c7c5d63ea4ac.tar.gz
sdk-82ea7a177797b844b252effea5c7c7c5d63ea4ac.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'eclipse/scripts/_mk_icons.sh')
-rwxr-xr-xeclipse/scripts/_mk_icons.sh55
1 files changed, 0 insertions, 55 deletions
diff --git a/eclipse/scripts/_mk_icons.sh b/eclipse/scripts/_mk_icons.sh
deleted file mode 100755
index b3ea35b..0000000
--- a/eclipse/scripts/_mk_icons.sh
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/bin/bash
-
-function icon() {
- # $1=letter, $2=letter's color (e.g. A red), $3=filename
- ./gen_icon.py ${3}.png 16 white black $2 $1
-}
-
-icon M green manifest
- icon S blue sharedUserId
- icon S red signature
- icon P green package
-
-icon I green instrumentation
- icon F green functionalTest
- icon H green handleProfiling
- icon I green icon
- icon T green targetPackage
-
-icon U blue uses-permission
-icon P red permission
- icon N green name
- icon L blue label
-
-icon A blue application
- icon P red permission
- icon P blue persistent
- icon P green process
- icon T green taskAffinity
- icon T blue theme
- icon P red provider
- icon A green authorities
- icon I green initOrder
- icon M green multiprocess
- icon R green readPermission
- icon W green writePermission
- icon S green syncable
- icon R green receiver
- icon S blue service
- icon A green activity
- icon C blue clearOnBackground
- icon C green configChanges
- icon E green excludeFromRecents
- icon L green launchMode
- icon S green stateNotNeeded
- icon F blue intent-filter
- icon P green priority
- icon A red action
- icon C green category
- icon D green data
- icon M green mimeType
- icon S green scheme
- icon H green host
- icon P green port
- icon P blue path
-