From 063ff294a266f68ab93f462c264613c2223a40cd Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 22 Apr 2019 23:32:18 +0200 Subject: nwztools: add DMP-Z1 to the database This is one of those fancy gold-plated devices. Of course it breaks my scripts that were nicely expecting every device to start with NW. Change-Id: I161320f620f65f4f92c2650d192b26a9831eeb9d --- utils/nwztools/database/nvp/dmp-z1.txt | 93 ++++++++++++++++++++++ .../nwztools/database/nvp/parse_all_nvp_headers.sh | 2 +- 2 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 utils/nwztools/database/nvp/dmp-z1.txt (limited to 'utils/nwztools/database/nvp') diff --git a/utils/nwztools/database/nvp/dmp-z1.txt b/utils/nwztools/database/nvp/dmp-z1.txt new file mode 100644 index 0000000000..46fb2ffedc --- /dev/null +++ b/utils/nwztools/database/nvp/dmp-z1.txt @@ -0,0 +1,93 @@ +dbg,000 +syi,001 +ubp,002 +fup,003 +prk,004 +hld,005 +pwd,006 +mid,007 +pcd,008 +ser,009 +ufn,010 +kas,011 +shp,012 +tst,013 +gty,014 +clg,015 +se2,016 +ncp,017 +psk,018 +nvr,077 +she,084 +btc,085 +ins,089 +ctr,090 +sku,091 +bpr,019 +bfp,020 +bfd,021 +bml,022 +apd,078 +blf,079 +slp,080 +vrt,081 +fni,082 +sid,083 +mso,086 +dgs,092 +atf,023 +lyr,024 +dbv,025 +fur,026 +ums,027 +skd,028 +ups,029 +aws,030 +fvi,031 +mac,032 +fpi,033 +ssk,034 +tr1,035 +e00,036 +e01,037 +e02,038 +e03,039 +e04,040 +e05,041 +e06,042 +e07,043 +e08,044 +e09,045 +e10,046 +e11,047 +e12,048 +e13,049 +e14,050 +e15,051 +e16,052 +e17,053 +e18,054 +e19,055 +e20,056 +e21,057 +e22,058 +e23,059 +e24,060 +e25,061 +e26,062 +e27,063 +e28,064 +e29,065 +e30,066 +e31,067 +clv,068 +sps,069 +rbt,070 +edw,071 +bti,072 +hdi,073 +lbi,074 +fui,075 +eri,076 +pci,087 +dbi,088 diff --git a/utils/nwztools/database/nvp/parse_all_nvp_headers.sh b/utils/nwztools/database/nvp/parse_all_nvp_headers.sh index 2af5e83cdc..d02440c77d 100755 --- a/utils/nwztools/database/nvp/parse_all_nvp_headers.sh +++ b/utils/nwztools/database/nvp/parse_all_nvp_headers.sh @@ -24,7 +24,7 @@ if [ "$1" = "--new-only" ]; then fi # list interesting directories -for dir in `find "$1" -maxdepth 1 -name "nw-*" -or -name "nwz-*"` +for dir in `find "$1" -maxdepth 1 -name "nw-*" -or -name "nwz-*" -or -name "dmp-*"` do # extract codename codename=`basename "$dir"` -- cgit v1.2.3